Message6034

Author zyasoft
Recipients fwierzbicki, mlhetland, zyasoft
Date 2010-09-03.16:40:17
SpamBayes Score 3.1716235e-07
Marked as misclassified No
Message-id <1283532018.19.0.99700288624.issue1464@psf.upfronthosting.co.za>
In-reply-to
Content
We really don't have a good solution here, other than advise users to be careful how to mix Java code and Python code in the same directory.

The problem is related to the fact that we require __init__.py for Python modules (something that wasn't necessary in the past), while imports from Java obey Java (and thus different) semantics.

I'm going to mark this "won't fix", but pend that in case we can come up something clever to resolve.
History
Date User Action Args
2010-09-03 16:40:18zyasoftsetmessageid: <1283532018.19.0.99700288624.issue1464@psf.upfronthosting.co.za>
2010-09-03 16:40:18zyasoftsetrecipients: + zyasoft, fwierzbicki, mlhetland
2010-09-03 16:40:18zyasoftlinkissue1464 messages
2010-09-03 16:40:17zyasoftcreate