New submission from Stefan Holek: 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). ---------- components: 2to3 (2.x to 3.x conversion tool) messages: 168180 nosy: stefanholek priority: normal severity: normal status: open title: 2to3 Grammar pickles not created when upgrading to 3.3.0b2 versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15645> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com