This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ynkdir
Recipients dangermouseb, eric.snow, isoschiz, pconnell, pitrou, ynkdir
Date 2014-07-24.11:45:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406202335.41.0.158180741937.issue13533@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-07-24 11:45:35ynkdirsetrecipients: + ynkdir, pitrou, eric.snow, dangermouseb, pconnell, isoschiz
2014-07-24 11:45:35ynkdirsetmessageid: <1406202335.41.0.158180741937.issue13533@psf.upfronthosting.co.za>
2014-07-24 11:45:35ynkdirlinkissue13533 messages
2014-07-24 11:45:34ynkdircreate