Ticket #4 (new defect)

Opened 8 months ago

Last modified 1 month ago

from package cimport module doesn't work

Reported by: robertwb Assigned to: somebody
Priority: major Milestone: 0.11
Component: Parsing Version:
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

08/18/2008 08:56:58 PM changed by robertwb

  • milestone set to 0.9.8.2.

11/08/2008 02:35:27 PM changed by robertwb

  • milestone changed from 0.10 to 0.11.

11/24/2008 04:47:32 AM changed by scoder

  • summary changed from from package import module doesn't work to from package cimport module doesn't work.