Paul Moore added the comment:

With the embedded distribution, you should probably be calling the Python API 
rather than running python.exe. And if you do it that way, you can set sys.path 
via the API before calling user code.

Alternatively, you can set up a site.py within your copy of the embedded 
distribution to configure the PATH you want.

Or you can just modify the _pth file that's in the embedded distribution. 
That's pretty much what it's for...

----------

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

Reply via email to