Dev talk:2.5/Source/Python/API/Py3.1 Migration

提供: wiki
移動先: 案内検索

Adding Python3.1 to distribution

Just to clarify that this means the modules, not entire Python install (no interpreter etc). So from a Windows install it would be ie. C:\Python31\Lib that would get copied. --JesterKing 06:03, 3 July 2009 (UTC)

Using system modules?

I'm sorry, reading through the proposal I couldn't understand if a script from Blender could still use additional modules installed in system Python. The proposal says system Python is still used, but how does that work? --UncleZeiv 10:42, 3 July 2009 (UTC)

POSIX runtime linker

Instead of specifing LD_LIBRARY_PATH, the runtime linker's behavior can be changed to search libraries in the application's dir: LINKFLAGS = '-Wl,-rpath,%s' % os.path.join('\\$$ORIGIN', os.curdir)