from package import module doesn't work

Bug #183087 reported by robertwb
2
Affects Status Importance Assigned to Milestone
Cython
New
Undecided
Unassigned

Bug Description

Is this form of cimport:

 from <package_dir> cimport <module>

officially not supported? It gives "'package.pxd' not found" error.

You can however do

 cimport <package_dir>.<module> as <module>

which comes to the same thing...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.