Skip to content

C library cannot find resources when using py2app #558

@ilyesph31-star

Description

@ilyesph31-star

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions