Hi, Greg Ewing wrote: > Stefan Behnel wrote: > >> - Determine the package path to the currently compiled module by searching >> __init__.py files (just as it's done now) >> >> - Then add the top-level directory of this search to the import path >> automatically. > > That's more or less what Pyrex is currently doing. > Something must have got lost in translation.
Yes, there were concurrent changes regarding the file source position, which accidentally let us drop the bit that inserts the package root directory into the search path. Should be fixed now. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
