Re: [Pydev-code] Problem with sys.path and debugger
Brought to you by:
fabioz
From: Fabio Z. <fa...@in...> - 2005-03-01 11:49:53
|
Hi Dave, This is a known problem of the debugger.... the cvs version is already=20 improved, but it's still not perfect...I would suggest you put it in the=20 pythonpath for now... It will, however, be corrected in the future, I just don't have any=20 dates for it... cheers, Fabio Ferry Dave J=E4ckel wrote: >Hello list, > >I'm on my first steps on eclipse and pydev. It seems to be great (e.g. c= ode=20 >completion, outline...), but I have problems with the debugger. >I hope this is the right place to ask for help. > >Runnig a script from eclipse, my sys.path looks like > >['/my/script/is/here/script.py', ...] > >but running at with the debugger it looks like > >['/usr/local/eclipse/plugins/org.python.pydev.debug_0.9.0/pysrc', ...] > >and no local path at all. Of course imports of local modules fail in pyd= evd,=20 >line 713 on execfile(). :( > >I'm using python 2.3.5 Debian with eclipse 3.0.1, Java 1.5 and PyDev 0.9= . >I've double and tripple checked PYTHONPATH, options for 'run' and debug,= and=20 >searched the forums, mailingslists and FAQ for similar problems, but=20 >couldn't find one. What am I doing wrong? > >Regards, > Dave J=E4ckel > >P.S.: Please cc to my address directly, I'm not subscribed to this list. > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_ide95&alloc_id=14396&op=3Dclick >_______________________________________________ >Pydev-code mailing list >Pyd...@li... >https://lists.sourceforge.net/lists/listinfo/pydev-code > > > =20 > |