Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyxel doesn't work with the latest Maturin (> 1.7.0) #574

Open
kitao opened this issue Oct 20, 2024 · 1 comment
Open

Pyxel doesn't work with the latest Maturin (> 1.7.0) #574

kitao opened this issue Oct 20, 2024 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@kitao
Copy link
Owner

kitao commented Oct 20, 2024

I tried compiling Pyxel with Maturin 1.7.1+.

I changed an option in Pyxel's makefile from --skip-auditwheel to --auditwheel skip and then the compilation finished.
But when run an application, the following error occurs:

    pyxel.init(300, 300, title="hoge")
    ^^^^^^^^^^
AttributeError: module 'pyxel' has no attribute 'init'

@messense
Is there any other setting I should change?

@kitao kitao added bug Something isn't working help wanted Extra attention is needed labels Oct 20, 2024
@messense
Copy link

Could you open an issue in pyo3/maturin so I don't forget this? I'll take a look later when I'm free.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants