while using pydev my imports are all working fine, however I have an issue 
when I turn my program from terminal.  It complains that it can't find any 
of my imports, I am missing something and just don't know what.

My directory structure is:

+/src/server
      __init.py__
      mymain.py
      +/modules
            __init__.py
            somemodules.py

in mymain.py I am importing like this "from server.modules import 
somemodules" and pydev is totally fine with this, however when I run my app 
from terminal it says:

"Failed to load application: No module named server.modules.somemodules"

I can post source if needed.

Thanks,

Lee

_________________________________________________________________
Get a FREE Web site, company branded e-mail and more from Microsoft Office 
Live! http://clk.atdmt.com/MRT/go/mcrssaub0050001411mrt/direct/01/


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to