Re: Incomplete exception tracebacks when importing from zipped modules

2009-04-07 Thread Gabriel Genellina
En Thu, 02 Apr 2009 09:35:53 -0300, [email protected] escribió: I can't seem to get complete tracebacks when modules imported from zip archives raise exceptions. [...] As you can see, the code for each stack entry is omitted. Is this normal?? A known problem, at least... You should be

Incomplete exception tracebacks when importing from zipped modules

2009-04-02 Thread [email protected]
I can't seem to get complete tracebacks when modules imported from zip archives raise exceptions. For instance, consider the following module: def i_raise(): raise Exception("Test!") i_raise() When I import this module, within a .zip, from a script, I get the following traceback: Traceback (