Message9595

Author zyasoft
Recipients sergei175, zyasoft
Date 2015-03-09.17:43:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425922998.77.0.276205855309.issue2281@psf.upfronthosting.co.za>
In-reply-to
Content
Not being able to import site.py is most likely related to a problem that was recently observed on jython-dev (http://sourceforge.net/p/jython/mailman/message/33546082/). The cause of this problem that $py.class files are not being created for the Lib/ directory when compiled under ant targets that don't include building the development version, such as the standalone jar.

Note that fixing #2143 also removes this issue, but has been postponed to 2.7.1.

The workaround for the moment is to build Jython from ant (https://wiki.python.org/jython/JythonDeveloperGuide), but we will have this fixed for the release candidate. See #2282
History
Date User Action Args
2015-03-09 17:43:18zyasoftsetmessageid: <1425922998.77.0.276205855309.issue2281@psf.upfronthosting.co.za>
2015-03-09 17:43:18zyasoftsetrecipients: + zyasoft, sergei175
2015-03-09 17:43:18zyasoftlinkissue2281 messages
2015-03-09 17:43:18zyasoftcreate