corpkit icon indicating copy to clipboard operation
corpkit copied to clipboard

Mixed Python 2 and 3 expressions

Open CYUlysses opened this issue 8 years ago • 1 comments

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"

CYUlysses avatar Jul 20 '17 18:07 CYUlysses

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.

interrogator avatar Jul 22 '17 10:07 interrogator