Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork320
-
Am I correct in assuming that precompiled packages can't be used when generating pyd-files? I've tried, and the script importing from my pyd-file fails. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 4 replies
-
Not sure what you are trying to do. Could you give a detailed minimal example? |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Yes, I'd be happy to. Do you have a shared drive that I can upload a sample to? |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
You can upload files here. A zipped project would do. |
BetaWas this translation helpful?Give feedback.
All reactions
-
BetaWas this translation helpful?Give feedback.
All reactions
-
Firstly, you should not be using LoadDLL in your extension modules but LoadDllInExtensionModule. Seehttps://github.com/pyscripter/python4delphi/blob/master/Modules/DemoModule/uMain.pas as a guide. Regarding runtime packages, is the directory containing them in the path? You can try:
|
BetaWas this translation helpful?Give feedback.