[issue5017] import suds help( suds ) fails

2013-03-13 Thread Ezio Melotti
Ezio Melotti added the comment: I tried to zip a python module that contained a couple of functions, and after importing it as described in http://docs.python.org/2/library/zipimport.html#examples, I was able to use the inspect module to inspect the module and its functions without encounterin

[issue5017] import suds help( suds ) fails

2010-10-21 Thread Andreas Stührk
Changes by Andreas Stührk : -- nosy: +Trundle ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue5017] import suds help( suds ) fails

2010-10-21 Thread Georg Brandl
Changes by Georg Brandl : -- components: +Library (Lib) -Demos and Tools ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue5017] import suds help( suds ) fails

2009-01-20 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: The inspect module seems to have problems with modules directly imported from a zip file. When installing with "easy_install -Z suds", the problem disappears. -- nosy: +amaury.forgeotdarc ___ Python tracker <

[issue5017] import suds help( suds ) fails

2009-01-20 Thread Peter Bobroff
New submission from Peter Bobroff : Python Interactive Shell 2.6.1 r261:67517 easy_install suds #seemed to succeed import suds help( suds ) fails in Python26\lib\inspect.py with index out of range I fixed the obvious problem, then failed on another. After fixing 3 0r 4 it worked but there is pr