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

提供: wiki
2010年2月19日 (金) 10:43時点におけるwiki>Mindronesによる版 (moved Talk:BlenderDev/Blender2.5/PythonAPI 31 to Dev talk:2.5/Source/Python/API/Py3.1 Migration)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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)