Ticket #118 (closed defect: fixed)
Cython 0.10 can't "import" sub-packages "as" names
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
Originally reported by Hoyt Koepke:
import numpy.random as rn
raises
TypeError: Item in ``from list'' not a string
at runtime.
Change History
Note: See
TracTickets for help on using
tickets.
