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

So specifically I have a directory structure for my project like:

c:/
   /one
      /two
      /three
         /four

All my imports need to be like "from one.two import foo; from one.two.three
import bar" where the key is the "from one."

So I did the thing where I set the parent directory of my project (/one) as
the project root rather than the project directory (/two), but when I add /one
to the project specific PYTHONPATH (where the entry as a source folder
is /projectname) it seems to be ignoring it.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to