Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
5answers
3k views

python import error

I'm trying to use some python-2.1 code to control another program (ArcGIS). The version of python I am using is 2.5. I am getting the following error message when I run the code. ...
1
vote
1answer
132 views

python __import__() imports from 2 different directories when same module exists in 2 locations

I have a python application , which has directory structure like this. -pythonapp -mainpython.py -module1 -submodule1 -file1.py -file2.py -submodule2 ...
0
votes
2answers
1k views

python smtplib

Hey I have a windows server running python CGI scripts and I'm having a little trouble with smtplib. The server is running python 2.1 (unfortunately and I can not upgrade it). Anyway I have the ...