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 skoslowski
Recipients skoslowski, ssapin
Date 2019-02-27.08:27:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551256071.47.0.530298112904.issue34841@roundup.psfhosted.org>
In-reply-to
Content
I ran into the same problem.

Seems like adding an empty sys.path entry through the _pth file is not supported at the moment:
https://github.com/python/cpython/blob/53b9e1a1c1d86187ad6fbee492b697ef8be74205/PC/getpathp.c#L589

For now, I have enabled 'import site' and edited that (inside the zip file) to include 'sys.path.insert(0, "")'
History
Date User Action Args
2019-02-27 08:27:51skoslowskisetrecipients: + skoslowski, ssapin
2019-02-27 08:27:51skoslowskisetmessageid: <1551256071.47.0.530298112904.issue34841@roundup.psfhosted.org>
2019-02-27 08:27:51skoslowskilinkissue34841 messages
2019-02-27 08:27:51skoslowskicreate