Message5184

Author ttsounis
Recipients curtis, niall_kelly, ttsounis
Date 2009-09-17.11:48:00
SpamBayes Score 1.4003928e-05
Marked as misclassified No
Message-id <1253188080.41.0.684945225802.issue1878866@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I have a similar problem in Linux with jython 2.5. Inside
jython2.5.0/Lib/site-packages a have a foo directory where there is a
Java class (Bar.class) and a jython class (BarPy.py). i have also put an
empty __init__.py file. In the jython interpreter environment I can
always import Bar like this: "from foo import Bar" however I cannot
import BarPy. If I delete the java class from the directory then I can
import the jython script
History
Date User Action Args
2009-09-17 11:48:00ttsounissetmessageid: <1253188080.41.0.684945225802.issue1878866@psf.upfronthosting.co.za>
2009-09-17 11:48:00ttsounissetrecipients: + ttsounis, niall_kelly, curtis
2009-09-17 11:48:00ttsounislinkissue1878866 messages
2009-09-17 11:48:00ttsouniscreate