Ticket #4 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

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

Changed 5 years ago by robertwb

  • milestone set to 0.9.8.2

Changed 5 years ago by robertwb

  • milestone changed from 0.10 to 0.11

Changed 4 years ago by scoder

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

Changed 4 years ago by robertwb

  • milestone changed from 0.11 to 0.11.1

Changed 4 years ago by robertwb

  • owner changed from somebody to robertwb

Changed 4 years ago by robertwb

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.