15 Apr
2012
15 Apr
'12
1:39 a.m.
Hello list, just an update on this: On Sat, Apr 14, 2012 at 7:25 PM, Mike Sampson <mike@sambodata.com> wrote: [snip]
$ pypy 'import site' failed Python 2.7.2 (2346207d99463f299f09f3e151c9d5fa9158f71b, Feb 10 2012, 15:07:02) [PyPy 1.8.0 with GCC 4.6.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. debug: OperationError: debug: operror-type: AttributeError debug: operror-value: 'module' object has no attribute 'warn'
[snip] I tracked this down to a PYTHONPATH env variable set by libreoffice. Running pypy with the -E flag fixes the errors. Not sure if this is a bug or not. Regards, Mike