-
-
Notifications
You must be signed in to change notification settings - Fork 49.6k
Closed
Description
I used C++ to customize a cross function, and then successfully compiled it to cross.pyd. Now I call it in a.py file, then compile it into exe executable file, run exe result is normal. But if I call this cross.pyd nested and compile the project into an exe executable file, when I run exe, I will report that I can't find the cross function. Why? In addition, there is no problem in compiling. pyd file nested calls of Python's third-party libraries into exe executable files.
Metadata
Metadata
Assignees
Labels
No labels