Message11321

Author stefan.richthofer
Recipients psterdale, stefan.richthofer
Date 2017-04-24.13:53:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493041981.95.0.310775899151.issue2579@psf.upfronthosting.co.za>
In-reply-to
Content
Parisa,

could you please specify the command you use for launching?
What is the classpath configuration?
What is the actual location of ucsmsdk/ucsmeta.py?
It's okay to provide paths in an abstract sense, I just need this to reproduce your setup in terms of working directory, classpath, location of your modules and import hierarchy.

As a potential workaround, please try to add the absolute path of ucsmsdk/ucsmeta.py to sys.path (before the relevant import statement); put it at the beginning, e.g. via sys.path.insert(0, 'whatever'). This should avoid __pyclasspath__ to occur in the path.
History
Date User Action Args
2017-04-24 13:53:01stefan.richthofersetmessageid: <1493041981.95.0.310775899151.issue2579@psf.upfronthosting.co.za>
2017-04-24 13:53:01stefan.richthofersetrecipients: + stefan.richthofer, psterdale
2017-04-24 13:53:01stefan.richthoferlinkissue2579 messages
2017-04-24 13:53:01stefan.richthofercreate