"I guess it's because __pypy__ is always enabled, but other modules can be enabled or disabled"
How to enable the module? We had tried "spaceconfig", but it only worked for writing tests. On Tue, Jun 9, 2015 at 5:38 PM, Armin Rigo <ar...@tunes.org> wrote: > Hi, > > On 9 June 2015 at 11:34, Yicong Huang <hengha....@gmail.com> wrote: > > import select => ImportError: No module named select > > import pypy.module.select =>ImportError: No module named pypy > > > > But __pypy__ module is able to be imported. > > I guess it's because __pypy__ is always enabled, but other modules can > be enabled or disabled (for example using "spaceconfig" if you're > writing tests in the same style as ours). > > > A bientôt, > > Armin. >
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev