[issue13533] Would like Py_Initialize to play friendly with host app

Yukihiro Nakadaira report at bugs.python.org
Thu Jul 24 13:45:35 CEST 2014


Yukihiro Nakadaira added the comment:

This problem easily happen when there is no python installation and there is standalone python application compiled with py2exe or cx_Freeze (e.g. Mercurial).  Such application have pythonXX.dll in its directory.  But its python library can not be loaded normally.  So an application, which loads pythonXX.dll to check if python is available and uses it if possible, is terminated when loading python.

Vim uses python as embedding scripting language.  Vim loads pythonXX.dll when :python command is used.  And this problem is reported occasionally.

----------
nosy: +ynkdir

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13533>
_______________________________________


More information about the Python-bugs-list mailing list