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

I have two folders in my pydev project:

        /src
        /test

/src is obviously the source and /test contains unit tests. I created a simple
unit test under /test but when I run I get:

ERROR: Module: entity could not be imported (alternative reason: the dir does
not have __init__.py folders for all the packages?)

So I created:

        /src/__init__.py
        /test/__init__.py

But I still get the same problem. Any ideas how to fix this?

Thanks!

PS - just discovered pydev and may be the answer to my prayers. :)

______________________________________________________________________
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

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to