Re: [pypy-dev] about PyPy's sandbox

2013-04-27 Thread Armin Rigo
Hi, On Tue, Apr 23, 2013 at 1:48 PM, zcx wrote: > I have study PyPy's sandbox for some time.But as my limited ability,I can't > understand the detail about the PyPy's sandbox. Sorry, PyPy's sandbox is not officially supported for now. We'd welcome someone who was interested in really developing

[pypy-dev] about PyPy's sandbox

2013-04-23 Thread zcx
Hi All, I have study PyPy's sandbox for some time.But as my limited ability,I can't understand the detail about the PyPy's sandbox. And I want to discuss something with you: 1.Cuted Modules What are the reasons to cut some standard modules? (I mean the modules which in 'working_modules' but not

Re: [pypy-dev] about PyPy's sandbox

2013-04-08 Thread Jonathan Slenders
Hi 王衡, Normally you can use any library you want in the sandbox, as long as it doesn't use C-code; all the pure-python stuff should work. Add the library's parent directory to the virtual root in sandlib, and make sure that pypy will search for that directory. (Add it to sys.path in the sandbox, o

[pypy-dev] about PyPy's sandbox

2013-04-07 Thread 王衡
Hi: About PyPy's sandbox,I want to ask you a question: In PyPy's sandbox ,a lot of standard libraries can not be used.If I want use it,how could I add it in PyPy's sandbox? (you can assume I have verify the module's safety) ___ pypy-dev mailing list pypy-