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

It looks like my analysis was wrong to begin with... 

My module has a collections.py in it.  When I put the module dir in PyDev's
path, the debugger tries to run 'from collections import deque', and dies 
because
my collections.py is not the one its expecting.

Traceback (most recent call last):
  File "/home/ken/eclipse3.3/plugins/org.python.pydev.debug_1.4.4.2636/pysrc/pyd
evd.py", line 2, in <module>
    from pydevd_constants import * #...@unusedwildimport
  File "/home/ken/eclipse3.3/plugins/org.python.pydev.debug_1.4.4.2636/pysrc/pyd
evd_constants.py", line 35, in <module>
    import threading 
  File "/usr/lib/python2.5/threading.py", line 13, in <module>
    from collections import deque
  File "/home/ken/workspace/duplicity-src/duplicity/collections.py", line 28,
in <module>
    from duplicity import file_naming
  File "/usr/lib/python2.5/site-packages/duplicity/file_naming.py", line 25,
in <module>
    from duplicity import dup_time
  File "/usr/lib/python2.5/site-packages/duplicity/dup_time.py", line 48, in
<module>
    bad_interval_string = _("""Bad interval string "%s"

Is there a way to reorder the PYTHONPATH in PyDev debug?  All of my includes
have
  'from duplicity import foo'
as the base form of the import.

...Thanks,
...Ken


______________________________________________________________________
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:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to