-
Notifications
You must be signed in to change notification settings - Fork 48
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
syntax error in VERSION script #45
Comments
It's been awhile since I saw this issue, so please forgive me if this doesn't fix things right away. The root cause here is that the macaroons.ver file is generated early on and systems with both Python3 and Python2 don't play nice. I believe that you can solve this by completely cleaning the repository (I use I believe Evan closed #16 because he found some joy in implementing PyMacaroons and it fixed his issue. |
I've taken another look at this now, and it looks like the problem comes down to how you build and use the python module. As of the commit I just pushed to github (I forgot to push awhile back... whooops), I can do:
I think this demonstrates a viable solution. If you could confirm, I would appreciate it. I'll leave the issue open a week or more longer, and if I don't hear anything I'll close it. If I do that, please reopen it with more information and we can work to resolve the problem. I am able to create the same problem you describe with older commits before the 2/3 bilingual-ness was added (9cc2f68). |
Getting the following error when trying to build the python bindings using python 3.6:
Said file contains the following:
Same issue as #16 that was closed without actually being addressed.
The text was updated successfully, but these errors were encountered: