Wrapped classes are two classes deep #4638
Unanswered
SparkyMarky1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a setup.py file whuch uses extensions to include several namespaces and classes into a Python package - 'bipxl'. The namespaces work fine, producing for example:
bipxl.detectors.<function name>
But the classes have the class name duplicated, for example:
bipxl.Timepix3.Timepix3.<function name>
Here's the binding file:
And here is the setup.py file:
Any suggestions welcome.
Also, when I try to invoke the functions of Timepix3, I ge the following error:
Beta Was this translation helpful? Give feedback.
All reactions