-
Was wondering if you were planning to to create executable binaries for linux and Mac.
Ant btw, how have you converted the .py to an exe file ?
-
Hi @ronaldoussoren thanks for working on py2app!
If I compile a Mac app with py2app with the argv_emulation=True (or 1) as per [one of the official wxPython wiki pages](https://wiki.wxpython.org/Op…
-
To elaborate, I'm trying to package an app that uses `pydantic` as a dependency but I keep getting an error as follows:
```
Traceback (most recent call last):
File "setup-native.py", line 17, i…
-
**[Original report](https://bitbucket.org/ronaldoussoren/py2app/issue/97) by Anonymous.**
----------------------------------------
Detail in stackoverflow:
http://stackoverflow.com/questions/151063…
-
Packaging using py2app 0.26 seems to render Tkinter windows as black. Elements in my code are arranged using Tkinter's pack method.
Currently running Python 3.9.6 (v3.9.6:db3ff76da1), tk 0.1.0 (acc…
-
**[Original report](https://bitbucket.org/ronaldoussoren/py2app/issue/187) by Alex Warhawk (Bitbucket: [alex_warhawk](https://bitbucket.org/alex_warhawk), ).**
---------------------------------------…
-
Python 3.10 might contain some changes that affect py2app, in particular in the name of the pythonXY.zip file.
https://www.python.org/dev/peps/pep-0641/
-
I made a Python 3 app, and I ran it using Python 3.9. I found that it has dark theme.
Then I created a setup.py and ran:
```
python3 setup.py py2app -A
```
I found that the dark theme is mis…
-
**[Original report](https://bitbucket.org/ronaldoussoren/py2app/issue/171) by david_cortesi (Bitbucket: [david_cortesi](https://bitbucket.org/david_cortesi), ).**
------------------------------------…
-
**[Original report](https://bitbucket.org/ronaldoussoren/py2app/issue/116) by mwiencek (Bitbucket: [mwiencek](https://bitbucket.org/mwiencek), GitHub: [mwiencek](https://github.com/mwiencek)).**
----…