[wingide-users] GAE and the Debug Probe
Mark Jones
mdjones0978-wingide at yahoo.com
Tue Jul 21 15:38:53 MDT 2009
I'm using GAE with Django helper. The Debug probe has become useless (noticed it before I added the Django helper to the project)
>>> groups
Traceback (most recent call last):
File "<string>", line 1, in <string>
RuntimeError: lost __builtin__
>>>
I'm suspecting this to be culprit (it appears to be what cause wingdbstub.py to fail as well:
def find_module(name, path=None):
"""Django needs imp.find_module, but it works fine if nothing is found."""
raise ImportError
Any ideas on what to do to fix it?
More information about the wingide-users
mailing list