[issue26598] Embbedable zip does not import modules in (zip)subdirectory

Steve Dower report at bugs.python.org
Tue Mar 22 00:39:13 EDT 2016


Steve Dower added the comment:

I used the python35.dll in the embeddable install, along with the python35.zip included in there. I linked against python.h and python35.lib from a full install, but put the resulting exe in the directory with the embeddable install so it uses that instead of the main one.

Probably I ought to write up a more detailed walkthrough on how to customise the embeddable install, but your feedback here is very valuable. Did you do things differently from what I put above? You're certainly not the only one to do whatever you did.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26598>
_______________________________________


More information about the Python-bugs-list mailing list