This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stefanholek
Recipients stefanholek
Date 2012-08-14.08:16:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344932180.41.0.826216341416.issue15645@psf.upfronthosting.co.za>
In-reply-to
Content
After upgrading 3.3.0b1 to b2 (make install to same location) I noticed that the Grammar pickles for beta.2 were missing (the beta.1 pickles still being there).

The result is permission errors and/or virtualenv SandboxViolations, when 2to3 is used for the first time. E.g.:

SandboxViolation: open('/usr/local/python3.3/lib/python3.3/lib2to3/Grammar3.3.0.beta.2.pickle', 'wb') {}

This is because users of Python (as opposed to root) may of course not write to the library dir.

The pickles are created fine on a fresh install of Python 3.3.0b2 (make install to new location).
History
Date User Action Args
2012-08-14 08:16:20stefanholeksetrecipients: + stefanholek
2012-08-14 08:16:20stefanholeksetmessageid: <1344932180.41.0.826216341416.issue15645@psf.upfronthosting.co.za>
2012-08-14 08:16:19stefanholeklinkissue15645 messages
2012-08-14 08:16:19stefanholekcreate