happyleibniz

Results 2 issues of happyleibniz

me trying to use py2app to convert .py file to .app in macos 10.12(Monterey): setup.py code: ``` from setuptools import setup APP = ["main.py"] OPTIONS = { } setup( app...

Does this project supports ogg? because i get an error when playing an ogg file. ```py playingsample-1.ogg as ogg Error 263 for command: open sample-1.ogg The specified device is not...