The following forum message was posted by klawzz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4933122:

Hello.

Run as 'Python run' works fine here, but debug causes this error:
Traceback (most recent call last):
  File "/media/sdb1/binaries/linux-i386/eclipse-3.6.1/eclipse/plugins/org.python
.pydev.debug_2.3.0.2011121518/pysrc/pydevd.py", line 2, in <module>
    from pydevd_constants import * #@UnusedWildImport
  File "/media/sdb1/binaries/linux-i386/eclipse-3.6.1/eclipse/plugins/org.python
.pydev.debug_2.3.0.2011121518/pysrc/pydevd_constants.py", line 42, in <module>
    import threading 
  File "/usr/lib/python2.6/threading.py", line 45, in <module>
    module='threading', message='sys.exc_clear')
  File "/usr/lib/python2.6/warnings.py", line 60, in filterwarnings
    item = (action, re.compile(message, re.I), category,
AttributeError: 'module' object has no attribute 'compile'

I am using Pydev on Debian Squeeze (Python 2.6.6-3+squeeze6).

Any Python wizard has an idea what is wrong with my config ?
Many thanks.

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to