robertwb / issues-import-test

0 stars 0 forks source link

cimports don't search sys.path #124

Closed robertwb closed 7 years ago

robertwb commented 7 years ago

Reported by scoder on 31 Jan 2012 17:50 UTC A cimport of a .pxd file should search the PYTHONPATH in order to find normally installed packages.

Migrated-From: http://trac.cython.org/ticket/761

robertwb commented 7 years ago

Modified by scoder on 23 Feb 2012 15:41 UTC

robertwb commented 7 years ago

Comment by scoder on 25 Feb 2012 06:55 UTC Implemented here by Bradley Froehle:

https://github.com/cython/cython/pull/91

robertwb commented 7 years ago

Modified by scoder on 25 Feb 2012 06:55 UTC