py2app icon indicating copy to clipboard operation
py2app copied to clipboard

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.

Results 149 py2app issues
Sort by recently updated
recently updated
newest added

Catalina 10.15.6 Python 3.8 py2app 0.28.2 I have use case where xcrun cannot be installed on the system running the App. When the App starts I am notified that xcrun...

I build the App on M1 Mac mini, and archive to dmg package by Mac disk utility. After upload the .dmg file to Amazon S3 and download it again, it...

A number of system APIs (like CoreLocation) require having an info.plist key (on modernish systems). Add a feature to py2app that can warn about this from the recipe system.

enhancement

I've done a fair bit of poking around trying to resolve this but can't seem to make any progress. I have an application that works well when run through the...

I am trying to compile an app that works fine in alias mode. However, when running the "setup.py py2app" I get the error: "ImportError: No module named PyInstaller.hooks.hook-PyQt6.QtXml" From what...

As a disclaimer, I'm new to MacOS so anything done with a Mac is a little finicky for me. As far as I can tell, I've created my app correctly....

tl;dr Code signing the launch binary in a previously working app bundle gives the error "initfsencoding: unable to load the file system codec". --- I'm packaging a wxpython application using...

**[Original report](https://bitbucket.org/ronaldoussoren/py2app/issue/252) by Hamish McIntyre-Bhatty (Bitbucket: [hamishmb](https://bitbucket.org/hamishmb), GitHub: [hamishmb](https://github.com/hamishmb)).** ---------------------------------------- Hi, This afternoon I have been trying to build an application bundle with py2app, for a wxPython-based GUI. However, I...

bug

Python 2 is no longer supported up stream, and dropping support in py2app might allow for some code cleanup. That said, in the long run I'd like to rewrite most...

enhancement

I have written a Python 3.9 app that imports xlsxwriter to create an Excel file. When I run the program from my IDE, it works fine, and the Excel file...