0
votes
4answers
65 views

Python: Is it possible to only have specific modules from a folder in your sys.path

There are only one or two modules which I need from the a folder which contains several other python modules. When I add the folder to my path, I effectively make all the modules in that folder ...
2
votes
3answers
402 views

Automatically call common initialization code without creating __init__.py file

I have two directories in my project: project/ src/ scripts/ "src" contains my polished code, and "scripts" contains one-off Python scripts. I would like all the scripts to have "../src" ...
1
vote
0answers
201 views

organizing many python scripts, in a large corporate environment

We've been doing a fair amount of Python scripting, and now we have a directory with almost a hundred loosely related scripts. It's obviously time to organize this, but there's a problem. These ...
0
votes
1answer
77 views

html 1.13 package installation

I downloaded html 1.13 package from Python site and as per instructions I doubleclicked on install.bat and installed it. I also added the directory C:\Python26\HTML.py-0.04 to PYTHONPATH. But when I ...