On Wed, Mar 7, 2012 at 11:16 AM, Russel Winder <[email protected]> wrote: > On Wed, 2012-02-08 at 18:32 +0000, Russel Winder wrote: > [...] >> |> pypy /home/Checkouts/Mercurial/SCons/bootstrap.py >> /home/users/russel/bin.Linux.x86_64/pypy >> /home/Checkouts/Mercurial/SCons/bootstrap/src/script/scons.py >> scons: Reading SConscript files ... >> ImportError: No module named uno: > [...] > > Is there any chance of getting PyPy back in the Debian distribution? If > it can get in with CPython then all modules such as uno would just > appear in the PyPy tree as part of installation via the Debian packaging > system.
PyPy is in debian (experimental I think), but it will *not* automatically pick up whatever is installed on CPython, having separate package directories. Cheers, fijal _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
