[python-win32] IMPORT path

Christian Menge cmenge at gmail.com
Tue Sep 12 04:49:07 CEST 2006


Guys,

I have a simple script that will create a window and print "Hello World".
What I want to do is import this script into another script which control
may program. The problem I'm having is with the Import path. When I move my
"Hello World" script away from the development directories the path gets
lost and Python can not find the modules.

As a C++ developer I would simply compile my project statically....which
includes all of the libraries in one place/package. How do I do this with
Python?

Christian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20060911/26ad6390/attachment.html 


More information about the Python-win32 mailing list