Re: Incomplete exception tracebacks when importing from zipped modules

2009-04-07 Thread Gabriel Genellina
En Thu, 02 Apr 2009 09:35:53 -0300, arve.knud...@gmail.com 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 arve.knud...@gmail.com
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 (