Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4540764
By: boostpy2005

Thanks.

It does not work.
We have got a item out of sys.modules.items() k, m =("psyco", Null). 
according the code segment out of cherrypy module and your definition of class,
                if hasattr(m, "__loader__"):
                    if hasattr(m.__loader__, "archive"):
                        k = m.__loader__.archive
                k = getattr(m, "__file__", None)

we got Null as the value k and it will be used as filename to get file 
information!.
No change even if I add the definition def __nonzero__(self): return 0
because you define the function __setattr__

Maybe there is really something wrong with the module of project cherrypy, or?





______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to