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

The problem may be that the pydev debugger does not handle zip files properly
in a debugging session (i.e.: it's accessing C:\Program
Files\AutoDesk\Maya2008\bin\python25.zip...  If you have the python install
extracted in your machine, you should be able to edit
eclipse361\plugins\org.python.pydev.debug_1.6.5.2011012519\pysrc\pydevd_file_utils.py
to translate the paths from the .zip to the actual python install.

Now, you can take a look at that .zip (C:\Program
Files\AutoDesk\Maya2008\bin\python25.zip) and if it contains the actual .py
files (not only .pyc files), you can extract it to a folder with the name same
of the .zip (i.e.: rename the python25.zip to python25.old.zip and create a
folder named python25.zip with the .zip contents -- but that'll only work if
it actually holds the .py files).

Cheers,

Fabio

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to