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

I've run into a situation with an open source project I'm working on that uses
setuptools.

Bcfg2 uses  a src directory for all its packages, and uses setuptools to remap
them to the correct project name. Is there a way to that in pydev?

For example here's a partial layout.

doc/
man/
misc/
src/lib
src/bin
testsuite/
tools

src/lib is actually the top of the tree, so setup.py maps Bcfg2->src/lib and
when building packages puts them into the tree normally.

However, inside the editor

import Bcfg2.Logger

fails since there is no Bcfg2 directory.

Is there a way to work around this in pydev?  Otherwise, I'm going to have to
come up with some other way of doing this.

-Jon

______________________________________________________________________
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

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to