Ticket #4 (closed defect: fixed)
from package cimport module doesn't work
| Reported by: | robertwb | Owned by: | robertwb |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11.1 |
| Component: | Parsing | Keywords: | |
| Cc: |
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...
Change History
Note: See
TracTickets for help on using
tickets.
