forked from facebook/pyre2
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Cannot import module on Python 3 (but compiling works fine) #34
Comments
Same problem here with Linux Mint 17 and Python 3.4.3 |
@wbolster how can you solve this problem ? |
the module isn't ported to python 3 at all, so you cannot easily work around this. |
Have a look at my fork: https://github.com/andreasvc/pyre2 |
@andreasvc Thanks, you have done a great job! |
Quick and very dirty fix: >>> __builtins__.basestring = str
>>> import re2
>>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't get this to work on python 3.4 (osx):
The text was updated successfully, but these errors were encountered: