secauvr

Results 3 comments of secauvr

Using setup.py install --no-luajit ``` C:\Users\emilio\AppData\Local\Continuum\Anaconda\python.exe "C:\Program Files (x86)\JetBrains\PyCharm 3.1.1\helpers\pydev\pydevd.py" --multiproc --client 127.0.0.1 --port 51468 --file F:/python64/lupa/setup.py install --no-luajit pydev debugger: process 4520 is connecting Connected to pydev debugger (build...

Thanks, the library file was generated, but I got a error in the second step, where is generates the pyd file. The command line used is: C:\MinGW\bin\gcc.exe -DMS_WIN64 -shared -s...

I successful built lupa, but lupa.pyd throw a access violation in the 64 bits version with this simple code: from lupa import LuaRuntime lua_rt = LuaRuntime() print(lua_rt) Do you know...