Sample code for object creation via pyd-file #473
|
I'd like to be able to create instance of a given class, and do this via a pyd-file. In the demos there seems to "only" samples from GUI-applications? Is there a sample where this is done at run time? |
Answered by
pyscripter
May 31, 2024
Replies: 1 comment 2 replies
|
Please see the examples of created python extension modules (pyd extension) in the Modules subdirectory. |
2 replies
Answer selected by
Nesavi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please see the examples of created python extension modules (pyd extension) in the Modules subdirectory.