On Wed, Aug 27, 2008 at 12:37 PM, Robert Bradshaw <[EMAIL PROTECTED]> wrote: > IIRC, now it requires __init__.py or __init__.pyx files to determine > packages, just like Python. >
I already had an __init__.py, and just tried adding __init__.pyx, but it didn't solve it. It feels related to a problem I had before, which I've brought up on this list, with cimports across packages. I had to do a hacky solution to get it working before, and that solution seems broken with .9.8.1.1 Jay P. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
