Since I update pydev to the newest version 1.3.9, I have
problem with
cherrypy 3.0.x if I use debugger under Eclipse!
According to the pydev New Release: 1.3.9 /Major
highlights:
* psyco changed for Null object for debug (so, no
changes are
required to the code if psyco is used while
If I use debugger with cherrypy, I have problem within the
function
autoreload in the module _cpengine.py because there is k
with the
value "psyco" in the list sys.modules.items(), but
m is an instance
(Null object). So the following
code
for filename in sysfiles + self.reload_files:
if filename:
if type(filename) != str:
both of the conditions are true, so the code tries to get
file
information, but is is not a file!!!
Any idea? who, cherrypy and pydev, has implemented wrongly
and should
change?
Thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at h
ttp://groups.google.com/group/cherrypy-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|