From: Javen O'N. <jav...@gm...> - 2017-08-08 10:35:49
|
What is sys.path for both? If the python library you're trying to import is installed outside of the python installation or virtualenv, make sure you append an absolute path to sys.path rather than a relative one. On Aug 8, 2017 2:16 AM, "Venkatesh Adiga" <rv...@gm...> wrote: Hello, I am jconsole to connect to remote machine and execute remote python script. The remote python script has dependency of python package, so does import. This python script executes correctly on command line. But when trying to execute through jconsole, the same script fails to import. The cataline log indicates that specific package failed to import. Can anyone please throw some light on this ? Thank you in advance Regards Venkatesh ------------------------------------------------------------ ------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Jython-dev mailing list Jyt...@li... https://lists.sourceforge.net/lists/listinfo/jython-dev |