Robert Bradshaw wrote: > I'm not sure, but I know they've changed over time. It used to be > that you had to sit everything in the same folder, and just name the > files "a.b.c" rather than putting stuff in folders.
Not any more -- Pyrex will recognize a directory as a package as long as it contains an __init__.py or __init__.pyx file. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
