From: <mi...@st...> - 2003-10-14 14:55:12
|
Gabby James wrote: > > If I start python2.2 while I am a user (gabby) in the > /home/gabby/python-ldap-2.0.0pre14 directory, everything works fine. If > I am in any other directory and start python2.2, I receive errors: > [..] > Traceback (most recent call last): > File "<stdin>", line 1, in ? > AttributeError: 'module' object has no attribute 'open' Are you sure you're using the very same Python interpreter all the time? Find out with 'which' command. Ciao, Michael- |