Message9980

Author eaaltonen
Recipients eaaltonen
Date 2015-04-27.10:14:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430129641.3.0.00662987139514.issue2339@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-04-27 10:14:01eaaltonensetmessageid: <1430129641.3.0.00662987139514.issue2339@psf.upfronthosting.co.za>
2015-04-27 10:14:01eaaltonensetrecipients: + eaaltonen
2015-04-27 10:14:01eaaltonenlinkissue2339 messages
2015-04-27 10:14:00eaaltonencreate