Hi Amaury,

You surely noticed that pypy uses absolute imports everywhere.
Did you try:
   from pypy.module.cpyext.test.test_cpyext import AppTestCpythonExtensionBase
like all test files under pypy/module/cpyext?

yes, now I see. Before, I overlooked that directory 'test' actually has an
__init__.py, thus being a module as well.

Thanks,
     Wim
--
[email protected]    --    +1 (510) 486 6411    --    www.lavrijsen.net
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to