-
I'm not sure which is the right approach. It looks like pyinstaller sets it to True, while py2app sets it to 'macosx_app', and py2exe sets it to 'windows_exe' or 'console_exe'.
-
**[Original report](https://bitbucket.org/ronaldoussoren/py2app/issue/162) by Joe Green (Bitbucket: [Joe Green](https://bitbucket.org/Joe Green), ).**
----------------------------------------
py2app…
-
**[Original report](https://bitbucket.org/ronaldoussoren/py2app/issue/230) by Fabio (Bitbucket: [fmarzocca](https://bitbucket.org/fmarzocca), GitHub: [fmarzocca](https://github.com/fmarzocca)).**
---…
-
**[Original report](https://bitbucket.org/ronaldoussoren/py2app/issue/232) by Matthew Wakefield (Bitbucket: [genomematt](https://bitbucket.org/genomematt), GitHub: [genomematt](https://github.com/geno…
-
Design a clean and modern configuration file for py2app, separate from setuptools. Also design a command-line interface separate from setuptools.
My current idea for the configuration file is to us…
-
I don't know what good python modules there are for this. It would be best if we can include this in a single pipeline, though, along with the py2app and py2exe-related script(s).
-
这个程序很棒,能否更进一步更新下,实现Desktop桌面全平台兼容?
我看壳程序好像是用c++写的,除了Windows它能直接编译为MacOS和Linux格式的可执行程序吗?
还是需要自己完全重写新的壳程序?具体如何做有没有大致的流程?
-
-
**[Original report](https://bitbucket.org/ronaldoussoren/py2app/issue/123) by moritz kassner (Bitbucket: [mkassner](https://bitbucket.org/mkassner), GitHub: [mkassner](https://github.com/mkassner)).**…
-
HI,
When using `python setup.py py2app` I'm getting the following error:
```
Traceback (most recent call last):
File "setup.py", line 22, in
setup(
File "/usr/local/lib/python3.8/si…