Hi Rogério (2013.05.27_16:43:59_+0200)
> I just noticed that, if I manually append /usr/share/pyshared to sys.path on
> my scripts, they suddenly start working with pypy, because pypy starts
> knowing about 3rd party modules.

This sounds like a rehash of #655855.

I don't think that's something we want to do in Debian.
/usr/share/pyshared is not on sys.path for any python version, it's just
an implementation detail in the way we ship packages.

The plan for packaging modules for pypy is to have the modules provide
pypy support through a separate binary package, pypy-MODULE.

Not everything in /usr/share/pyshared could even be used stand-alone by
PyPy, some of it depends on C extensions (that live elsewhere). Some
upstreams are also shipping different source code for PyPy (although we
assume this will decrease in the future).

Do you mind if I close this?

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  H: +27 21 461 1230 C: +27 72 419 8559


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to