cimport Questions
2
Solved
I am trying to use explicit relative imports in cython. From the release notes it seems like relative imports should work after cython 0.23, and I'm using 0.23.4 with python 3.5. But I get this str...
Aparri asked 5/11, 2015 at 22:22
1
Solved
Running cimport cython or cimport numpy in the Python interpreter results in the following error:
cimport cython
File "<interactive input>", line 1
cimport cython
^
SyntaxError: ...
Scarrow asked 16/12, 2012 at 22:1
1
© 2022 - 2024 — McMap. All rights reserved.