CensoredUsername / unrpyc

A ren'py script decompiler
Other
864 stars 157 forks source link

importing renpy is broken under OSX (and possibly python versions higher than the renpy python version) #17

Closed CensoredUsername closed 9 years ago

CensoredUsername commented 9 years ago

The current importing mechanism relies on setting the current working directory to the proper folder ("windows-i686", "linux-i686", "linux-x86_64" or "darwin-x86_64") so the dynamic libraries can be loaded. This however doesn't work under OSX, where it expects the libraries to be in the executable folder, which will fail)

Further, the cython parts of renpy are built only for a specific python version, so it may be required to run unrpyc with the python executable in renpy.

CensoredUsername commented 9 years ago

This should be fixed (or at least remedied) by 76ceda627c49e83302d6ab2fb1047b0a07208698