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 techtonik
Recipients techtonik
Date 2011-05-17.19:12:06
SpamBayes Score 2.6606362e-08
Marked as misclassified No
Message-id <1305659527.57.0.173805273526.issue12097@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows, if Python is unable to find its .dll it crashes badly. This affects `vurtualenv` project that doesn't copy .dll file. It would be more user friendly if python.exe launcher could detect this situation and fail gracefully.

Such kind of dynamic linking can also serve as an example for building launchers for applications that optionally provide Python scripting depending on if Python .dll is present on the system.

And the ultimate launcher will allow to load any available .dll  This can be extremely handy for apps with embedded Python that use scripts compatible with Python 2.5+
History
Date User Action Args
2011-05-17 19:12:07techtoniksetrecipients: + techtonik
2011-05-17 19:12:07techtoniksetmessageid: <1305659527.57.0.173805273526.issue12097@psf.upfronthosting.co.za>
2011-05-17 19:12:07techtoniklinkissue12097 messages
2011-05-17 19:12:06techtonikcreate