Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python binding fails to compile: CSXCAD/CSPrimitives.pxd:22:0: 'ParameterObjects.pxd' not found #29

Closed
yurivict opened this issue Jun 27, 2022 · 1 comment

Comments

@yurivict
Copy link

Cython fails to find *.pxd files in CSXCAD for some reason:

Error compiling Cython file:
------------------------------------------------------------
...
#

from libcpp.string cimport string
from libcpp cimport bool

from ParameterObjects cimport _ParameterSet, ParameterSet
^
------------------------------------------------------------

CSXCAD/CSPrimitives.pxd:22:0: 'ParameterObjects.pxd' not found

Error compiling Cython file:
------------------------------------------------------------
...
#

from libcpp.string cimport string
from libcpp cimport bool

from ParameterObjects cimport _ParameterSet, ParameterSet
^
------------------------------------------------------------

CSXCAD/CSPrimitives.pxd:22:0: 'ParameterObjects/_ParameterSet.pxd' not found
@thliebig
Copy link
Owner

thliebig commented Jan 1, 2023

This should be fixed, please try again and reopen if not...

@thliebig thliebig closed this as completed Jan 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants