-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Summary
When using py2app, the C library is unable to find required resources. This appears to be a packaging issue or a missing configuration in py2app.
Expected Behavior
The C library should be able to locate its resources automatically when packaged with py2app, without manual intervention.
Actual Behavior
After packaging, at runtime, the C library reports missing resources and fails to operate properly.
Suggested Action
Investigate how py2app can be updated so it correctly handles resource locations for C libraries, so users do not need manual workarounds.
Additional Context
This is a blocker for using py2app with C libraries that rely on out-of-tree resources.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels