Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixed Python 2 and 3 expressions #48

Open
CYUlysses opened this issue Jul 20, 2017 · 1 comment
Open

Mixed Python 2 and 3 expressions #48

CYUlysses opened this issue Jul 20, 2017 · 1 comment

Comments

@CYUlysses
Copy link

If using python 2: will encounter error when trying to import "tkinter", because it should be "Tkinter" for python 2 (for python 3, "tkinter" is the right one)

If using python 3: module "string" has no attribute "lower", because in python 3 it has been renamed as "ascii_lowercase"

@interrogator
Copy link
Owner

interrogator commented Jul 22, 2017

Hi,

As per the update in the readme, I'm not able to do more work on corpkit. There is a fork of the project at https://bitbucket.org/interro_gator/pollux. Installing that will still install corpkit, but with many improvements. If you're interested in the Tkinter GUI, I'm afraid that's unmaintained, because I'm putting together a web-app. You can find more information in the pollux app.

Let me know if you have any more questions, happy to help! But yes, use pollux and the bitbucket repo instead for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants