You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
@messense
Is there any other setting I should change?
The text was updated successfully, but these errors were encountered: