setting PYTHONPATH

2006-03-05 Thread anushya beauty
Hi, Anybody, please help me to set PYTHONPATH to import my modules?. Where is sy.path set?In some python groups site, to import the user modules, they explained to create one __init__.py file in my module directory (this file should include __all__ variable, which refer to the modules

Importing Files

2006-03-03 Thread anushya beauty
Hi, I am very sorry for confusing you with the file names. Now i want to say you one more thing and i change my ex filenames to the exact filenames. The below is what i explained in my previous mail: ** My files are: 1. D:\TestDir\module\config.py 2. D:\TestDir\scripts\http.py

relocate python compiled file

2006-03-03 Thread anushya beauty
Hi, When i run the python file, the python compiled file is created. Is it possible to relocate the python compiled file to some other directory?. Is it possible to frequent update the relocated pyc file while running the py file?thanks and regards, abbi Yahoo! Mail Bring photos to

Importing Files

2006-03-02 Thread anushya beauty
Hi, I am new to this python. I have installed python 2.4 in my windows xp system. My issue is: i have three directories with some files. ex: Dir --- Dir1 / file1.1.py " --- Dir2 / file2.1.py " --- Dir3 / file3.1.py These are the example directories i have. (Under Dir---Dir1, Dir2