Dan wrote: > If the following is run with Python: > import dir.module as M > Then 'M' is the module 'dir.module', but when run as Pyrex 'M' is the > module 'dir'. That certainly sounds like a bug. I'll look into it. Thanks, Greg