From: Ranga B. M. <Ran...@ip...> - 2016-06-24 10:17:23
|
Hello, I am using Jython in java application to run python scripts. I am using jython-standalone-2.5.2 as a dependency in pom.xml in maven project. when I run the application in IDE the script is running without problems. But when I run the application from command line using java -jar application.jar I get the following error ImportError: No module named re?. Please help me in fixing the issue. Regards, Ranga Babu |