Hi raylu (2016.05.29_01:02:42_+0200)
> $ pypy-sandbox
> 'import site' failed
> debug: OperationError:
> debug:  operror-type: RuntimeError
> debug:  operror-value: None
> [Subprocess exit code: 1]

Running it with --verbose showed that the problem was an un-handled
mkdir call. It's trying to create __pycache__ directories. Those don't
exist when the pypy package isn't installed.

This is easy enough to fix.

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  +1 415 683 3272

Reply via email to