Re: [python-win32] IMPORT path

2006-09-12 Thread Gabriel Genellina
At Monday 11/9/2006 23:49, Christian Menge wrote: 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

Re: [python-win32] IMPORT path

2006-09-11 Thread Metz, Bobby W, WWCS
For argument's sake, let's say your new code is saved as HelloWorld.py in a directory named modules, which is a sub-directory under your main project files directory.  Some may disagree, but using a single directory like this for all your custom modules is a good method.   imp

[python-win32] IMPORT path

2006-09-11 Thread Christian Menge
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 ge