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

I've found a bit of a Catch-22, I can set pythonpath to enable viewing
function docs while editing (no more 'module not in path' for local python
code), but I cannot use it while debugging.  It appears that the PyDev
debugger wants to preload the code in the path and that results in
gettext's '_' function not being defined.  That is only defined once in
the main module, prior to the imports, not in each module of the package.

Does anyone have a workaround for this?

...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