Hi
 I am running pypy-1.8 sandboxed one, i created file named `name.py` in
current working directory and importing `name.py`,  as expected it should
fail since sandboxed environment runs on its own file system. sys.path
yields
 ['', '/bin/lib_pypy/__extensions__', '/bin/lib_pypy',
'/bin/lib-python/modified-2.7', '/bin/lib-python/2.7',
'/bin/lib-python/modified-2.7/lib-tk', '/bin/lib-python/2.7/lib-tk',
'/bin/lib-python/2.7/plat-linux2'],

os.getcwd() yields /tmp, so how can I install third party packages in the
environment, Class package installation will fail I am not wrong.

How to proceed further ?
-- 
*
Thanks & Regards

"Talk is cheap, show me the code" -- Linus Torvalds
kracekumar
www.kracekumar.com
*
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to