Sebastian Koslowski <sebastian.koslow...@gmail.com> added the comment:

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, "")'

----------
nosy: +skoslowski

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34841>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to