-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Binary instalation for windows python 2.7 64 or anaconda #21
Comments
Could you provide the complete output? |
Using setup.py install --no-luajit
|
Thanks. I removed the redundant parts of the output and formatted them. The gcc failures in your manual tries at the and are due to copy&paste errors (there is a space missing between the library references). Not sure why the normal compilation fails, though. Well, one thing: it shouldn't be linking against libpython (i.e. the "-lpython27" is incorrect). Does it build when you remove that? |
Thanks, the library file was generated, but I got a error in the second step, where is generates the pyd file. ... (a lot of undefined references) build\temp.win-amd64-2.7\Release\lupa_lupa.o:_lupa.c:(.text+0x183ea): undefined reference to I researched about this problem and the solution mentioned is use the -DMS_WIN64 flag, but I'm already use this one an not fix de problem. I put the files in sendspace if it heps you: http://www.sendspace.com/filegroup/rsKiq7tvIVWCr%2BQvOjFUWg Thanks for you help |
I successful built lupa, but lupa.pyd throw a access violation in the 64 bits version with this simple code: from lupa import LuaRuntime Do you know where can I find the binary installation for python 2.7 64 bits windows ? |
I know this is an old thread, but you can find Python 2.7.5 64bit here: https://www.python.org/downloads/windows/ Scroll down until you see |
I have tryed to build the lupa package for anaconda P2.7 64 and pyhon 2.7 64, but without success. I got this error when I use setup.py:
When I try to compile using mingw environment I got this one:
Do you know how to fix it ? I tryed 3 different versions of mingw without success, or do you know where can I found the windows binary installation ?
Best regards,
secauvr
The text was updated successfully, but these errors were encountered: