[wingide-users] cant debug file that imports socket module
Sebastian Fey
sebastian.fey at web.de
Tue Oct 30 14:04:53 MDT 2007
hi again,
whats going on here?
all of a sudden i cant import socket anymore.
file looks like:
import socket #just this line
when pressing debug, this is what happens:
AttributeError: 'module' object has no attribute '__all__'
File "c:\test.py", line 1, in <module>
import socket
File "c:\Python25\Lib\socket.py", line 64, in <module>
__all__.extend(os._get_exports_list(_socket))
File "c:\Python25\Lib\os.py", line 37, in _get_exports_list
return list(module.__all__)
btw, why cant i copy+paste the complete content of the exceptions window
at once?
and are you aware that "search in files" is a little buggy?
anyhow, love working with wingide, keep up good the work!
thanks for your help.
More information about the wingide-users
mailing list