Py2exe embed my modules to libary.zip

vedrandekovic at gmail.com vedrandekovic at gmail.com
Wed Mar 26 13:55:43 EDT 2008


Hello,

Does anybody have any idea how can I embed my modules to libary.zip
and use it from my application.For example if user write this code in
my TextEntry ( or something like that, textentry is created with
wxpython ) :

import d3dx  # directpython module
frame=d3dx.Frame(u"My frame")  # create frame
frame.Mainloop()   # run it

....and then when my application execute code how can I set path to
d3dx module to "library.zip/d3dx.py".
I'm not sure is this properly set question.

Regards,
Vedran



More information about the Python-list mailing list