py2app
Is it possible to deploy a Python application on the Mac App Store?
Does Apple accept Python applications for distribution on the new开发者_如何学Go Mac App Store?[详细]
2023-02-09 15:36 分类:问答What is the proper way to make a Python frozen binaries for OSX that can accept arguments?
I\'ve made a .app bundle from a python script using py2app. The issue is twofold: Argument emulation doesn\'t appear to work correctly because it doesn\'t accept the arguments that work on the origi[详细]
2023-02-02 11:17 分类:问答py2app changes the location of embedded Mongodb
I designed a GUI application using wxPython that communicate with a local database (Mongodb) located in the same folder. My main application has the relative path to the datab开发者_如何学JAVAase daem[详细]
2023-01-31 20:18 分类:问答Use py2app with Matplotlib and its Tex formatting? Dvipng not found
I have an application put together in py2app on OS X 10.6 which uses Matplotlib to generate graphs. (Using py2app version 0.5.3 and matplotlib version 0.99.3, if it matters.) I have the Tex formatting[详细]
2023-01-15 20:07 分类:问答Py2app Error in module graph
A few weeks ago, I was able to build Apps using py2app. I just tried it again and during the build process, I get dumped into a pdb session with the stack trace below.[详细]
2023-01-12 10:02 分类:问答py2app: how to include modules that will be loaded by __import__?
I have a Python application that loads python modules dynamically at run time (using __import__). The modules to load are in a package called \'plugins\' (i.e. subfolder called plugins with __init__.p[详细]
2023-01-12 02:51 分类:问答py2app, pyObjc & macports compilation errors
I\'m currently writing a small python app that embeds cherrypy and django using py2app. It worked well until I tried to include pyobjc in my project, since my app needed a small GUI (which consists of[详细]
2023-01-03 10:34 分类:问答How to change the app name in OSX menubar in a pure-Python application bundle?
I am trying to create a pure-Python application bundle for a wxPython app. I created the .app directory with the files described in Apple docs, with an Info.plist file etc. The only difference between[详细]
2023-01-02 00:51 分类:问答Bundle a Python app as a single file to support add-ons or extensions?
There are several utilities — all with different procedures, limitations, and target operating systems — for getting a Python package and all of its dependencies and turning them into a single binar[详细]
2022-12-31 06:09 分类:问答py2app prescripts
The py2app documentation mentions prescripts, being run by __boot__.py prior to the main python script. I couldn\'t find a way to easily specify any prescript on the setup.py file or开发者_Python百科[详细]
2022-12-25 06:07 分类:问答