Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4509855 By: cyberco
> If you run it from the command line, does it work? Nope. The problem turns out to be that the paths of imported JARS and the path to the .py files look similar. Java class Foo resides in a package structure: a.b.c.d.Foo Python file resides in a.b.x.Foo When I move the python files to another package (e.g.: k.l.m.Foo) the problem disappear. It looks as if Jython tries to import my .py.class files from the Java classpath. ______________________________________________________________________ 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: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
