Message9980
Looking at the sys.path solved this issue
sys.path: ['C:\\Users\\myuser\\.m2\\repository\\org\\python\\jython\\2.7-rc3\\Lib', '__classpath__', '__pyclasspath__/']
the 'jython' artifact was trying to import packages from a non-existent directory.
Changing the dependency to 'jython-standalone' fixed all issues.
So this is probably something that should just be more visibly documented. |
|
Date |
User |
Action |
Args |
2015-04-27 10:14:01 | eaaltonen | set | messageid: <1430129641.3.0.00662987139514.issue2339@psf.upfronthosting.co.za> |
2015-04-27 10:14:01 | eaaltonen | set | recipients:
+ eaaltonen |
2015-04-27 10:14:01 | eaaltonen | link | issue2339 messages |
2015-04-27 10:14:00 | eaaltonen | create | |
|