-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Python 3.x support #26
Comments
This would be tight. You could also use |
I've had reports that things work ok after running 2to3 on the source. |
See PR #34 -- that adds Python 3 support using |
PR #34 merged. This can probably be closed once a few folks verify that it works. |
yeah, some of the logging_compat stuff was probably borked under 2.x to begin with |
OK, next logical step -- time perhaps for a release to PyPI? https://pypi.python.org/pypi/Twiggy |
mmm, there's some non-working stuff in master (logging_compat, mainly) - There's more work before a 0.5 release from master: I haven't worked on this code in quite a while as you can see, thanks for On Wed, Mar 26, 2014 at 4:40 PM, Marc Abramowitz
Peter Fein | wearpants.org | @wearpants I read email at the start and end of each day. IM if urgent. |
Seems there's an issue with the importing?
|
Sorry, ignore my derp. pip doesn't have the same version as git. |
Make sure things work nice with 3.x, use 2to3, etc.
The text was updated successfully, but these errors were encountered: