Tagged Questions
py2app can create standalone Mac OS X applications with Python
16
votes
7answers
2k views
Is it possible to deploy a Python application on the Mac App Store?
Does Apple accept Python applications for distribution on the new Mac App Store?
If so, how should the application be packaged? Is py2app sufficient? Something else?
6
votes
3answers
627 views
Executable path to Mac App
In a py2app/Mac Application Bundle, is there a way to spawn another instance of same app from within the app, by passing different command line arguments?
or given a mac app bundle, how can I run it ...
5
votes
2answers
461 views
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 binary ...
5
votes
3answers
1k views
Compiling a py2app working build for both Leopard and Snow Leopard?
I currently am making my PyObjC application work for Snow Leopard and I successfully compiled a standalone app. My question would be, how do I make the build to be also Leopard-compatible, given these ...
5
votes
2answers
2k views
Has anyone successfully built a PyObjC app in Snow Leopard?
If you did, would you mind sharing how you did the pyobjc install? I was trying to do it by installing PythonMac 2.5 (for the standalone bundle thru py2app), and doing easy_install of PyObjC. I always ...
5
votes
4answers
791 views
Problem using py2app with the lxml package
I am trying to use 'py2app' to generate a standalone application from some Python scripts. The Python uses the 'lxml' package, and I've found that I have to specify this explicitly in the setup.py ...
4
votes
1answer
185 views
Simple license protection for Python app
Although there are quite a few questions like this, please bear with me as I think mine is different...
I have a $5 Python app that I distribute using py2exe, py2app, and source for Linux. The app ...
4
votes
3answers
661 views
How to trigger post-build using setuptools/distutils
I am building an application using py2app/setuptools, so once it creates application bundle I want to take some action on dist folder e.g. create a installer/upload it.
Is there a way? I have found ...
3
votes
1answer
67 views
py2app'ed application runs properly in alias mode but not when bundled
I have a pyobjc app running in a 32-bit only python build that makes use of the gevent library. Everything works great in py2app'ed alias mode, but once I build an app bundle, the gevent module can't ...
3
votes
1answer
201 views
py2app on Lion is creating empty applications without the python framework or resources
I have a python script which I have successfully packages with py2app prior to upgrading to Lion.
Now when I run py2app it completes without errors, however the resulting .app is only 216K, and when ...
3
votes
3answers
751 views
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 ...
3
votes
1answer
814 views
py2app dropping wxpython (Snow Leopard)
After upgrading to Snow Leopard, I'm having trouble building my application. It looks like py2app is building and copying over wxPython, but when I run from the buld app, it can't find wx.
2
votes
1answer
60 views
Running compiled python (py2app) as administrator in Mac
After looking at Running compiled python (py2exe) as administrator in Vista I was wondering if there's an easy way to get the Mac Authentication dialog in Python (specifically py2app)
I know mac has ...
2
votes
1answer
236 views
How to create a Mac OS X app with Python?
I want to create a GUI application which should work on Windows and Mac. For this I've choose Python.
The problem is on Mac OS X.
There are 2 tools to generate an ".app" for Mac: py2app and ...
2
votes
1answer
132 views
stuck with first steps with py2app on os x with ActivePython
I have a simple python program I want to turn into an app.
py2app is what I need, according to my research.
I'm using ActivePython 2.7 on OS X (snow leopard).
via the PyPM tool (package manager) I ...
2
votes
1answer
376 views
Help building a mac application from python using py2app?
I have a Tkinter app written in python, and I want to make "native" (easy to run) mac and windows executables of it. I've successfully built a windows .exe using py2exe, but the equivalent process ...
2
votes
1answer
197 views
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 ...
2
votes
1answer
448 views
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__.py ...
2
votes
2answers
289 views
My py2app app will not open. What's the problem?
I'm writing a simple game with python, pygame and py2app. (I use python 2.6) When I build my game in alias mode, it works fine, but when I build for deployment, the app I get crashes immediately after ...
2
votes
4answers
807 views
Evt.TickCount() not found with Python2.6 on OSX 10.6.3
With Python2.6, the Evt module (from Carbon import Evt) does not have seem to respond to TickCount() on OSX. But Python2.5 is fine:
from Carbon import Evt
s = Evt.TickCount()
On Python2.5 I get a ...
2
votes
3answers
429 views
py2app and xml.etree.ElementTree
I'm trying to build an app that uses some xml data using Python's built-in xml.etree.ElementTree class. It works properly when I run from the command line, but when I build it, I get an error ...
2
votes
1answer
557 views
Python app distribution cross-platform
I want to distribute my app on OSX (using py2app) and as a Debian package.
The structure of my app is like:
app/
debian/
<lots of debian related stuff>
scripts/
...
1
vote
1answer
73 views
Python, Put Window on Top (Tkinter, PyObjC)
I'm using Python 2 with Tkinter and PyObjC, and then I'm using py2app. The program is working fine but the window starts as hidden whenever I open the program, so it doesn't appear until I click on ...
1
vote
0answers
116 views
py2app on OSX-lion
I have a problem/question about building apps on the MacOS 10.7.2 version. Ok so I have succesfully bundled my application on 10.5.8 but now we need a 64-bit distribution too so we are trying to build ...
1
vote
1answer
113 views
Compile 64-bit Mac app with py2app
I've compiled a Python screen saver on my Mac OS X 10.7 using py2app 0.6.3, but when I open the screen saver in System Preferences i get the following message:
You cannot use the Silly Balls ...
1
vote
2answers
198 views
cvs command not found by a Python Mac app created using py2app
Some system/software info before getting started:
OS: Mac OS X 10.7.1
Python: Active Python 2.7.2.5
wxPython: wxPython2.9-osx-2.9.1.1-cocoa-py2.7
I have a small wxpython-based Mac app that just ...
1
vote
1answer
186 views
75 MB Helloworld with py2app !
I'm testing different languages to developp a desktop application for Mac&Windows.
I thought that Python+Wx worth a try so I wrote a simple hello world.
Then, I tried the py2app to package my ...
1
vote
1answer
88 views
py2app with postgres/psycopg2
So I'm trying to use py2app for my project. Now I don't get any errors from py2app. It is writing near the end the following:
/usr/bin/strip: for architecture x86_64 object: ...
1
vote
2answers
236 views
py2app and python 2.7 OSX 10.6
Does py2app work with python 2.7 on Snow Leopard?
I can't even get a 'hello world' to compile properly.
Here's what I'm doing...
My script is
print "Hello World"
and then from a terminal:
cd ...
1
vote
1answer
453 views
releasing Mac apps with wxPython and py2app that work on multiple versions of OS X
I periodically release a dmg for a Python/wxPython app with py2app, and it has been working great. I only have access to a Snow Leopard machine and I would like to ensure that my app works on as many ...
1
vote
2answers
768 views
py2app argv-emulation error
I'm trying to build an app using py2app but when I do:
py2applet csSlates.py --iconfile csSlateCreator.png
I dont get the icon in the app and I get this error message:
error: argv-emulation is ...
1
vote
2answers
392 views
py2app built app displays `ERROR: pygame.macosx import FAILED` on other machines
Trying to build an app on the Mac using py2app. Got everything working fine on my machine, but when moving the app to another, it crashes and the console displays this error.
ERROR: pygame.macosx ...
1
vote
1answer
340 views
Python raw_input causing EOFError after creating app with py2app
I have written a small script that helps me solve scrabble and word-warp problems. It works fine when I run it from Mac OS X terminal. I would like to share the script with my friends as a standalone ...
1
vote
2answers
319 views
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 original ...
1
vote
1answer
158 views
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 database daemon to start it ...
1
vote
1answer
496 views
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 ...
1
vote
1answer
175 views
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 build process.
I ...
1
vote
1answer
330 views
Does py2app support python3?
I've developed an application in windows using python 3.1.1 with pyqt 4.6..
Just want to know that can i make it as a stand alone application in Mac OS using py2app?? Does py2app support python ...
1
vote
3answers
546 views
Creating an Python/py2app application that simply opens a terminal on launch?
I've written a nice Python application that is basically an HTTP proxy for SMS modems, and I'd like to make it a double-clickable application on Macs. So far I've been including a .commmand file which ...
0
votes
0answers
11 views
Pygame/py2app error
I get an error when I run my python app after compiling it through py2app. If I do alias mode, it works fine, but, It doesn't work when I do it regularly. PLease help!
1/23/12 8:00:11.370 PM ...
0
votes
1answer
17 views
Py2app/Pygame error: Library not loaded
When I compile my pygame app with py2app, I get the following error. I assume it has something to do with the pygame mixer that I added in this new version. Does anyone know what this error is all ...
0
votes
0answers
25 views
Py2app not working with random math module
If I run the command:
python setup.py py2app
Then, I run my application, I get the error:
Traceback (most recent call last):
File ...
0
votes
1answer
31 views
Good Python 2 audio module
What is a good module for playing wav files for Python 2 that would also be supported by py2app? (no pygame)
I just need it to be able to play a simple wav file.
Thanks in advance :)
0
votes
1answer
11 views
Installed py2app missing icon as a different user
I'm using py2app and package maker to install a python program. The issue I'm having is that if I install as one user selecting 'install for all users' and then switch to a different user the icon for ...
0
votes
3answers
44 views
Bundle Text file in py2app Application (python)
I recently learned Python (2.7) and have been making some simple board games with AIs and such as practice. I am currently making an intelligent hangman game which necessitates the inclusion of a ...
0
votes
1answer
110 views
PySide application isn't working on other computers when bundled with py2app
I have a small application I'm trying to bundle with py2app. At first I ran into a problem with PySide not linking correctly once bundled, but I fixed that (locally, at least) by adding ...
0
votes
1answer
47 views
py2app not including pythonpath
I'm trying to build an app with py2app. I can build the app but when I run it I get ImportError in the console, the import error is that there is No module named PythonApp which is the folder all my ...
0
votes
1answer
116 views
Including opencv in a py2app-generated app
I'm using a mac with OS 10.7.2 and Apple's default python 2.7.1 installed. I installed opencv 2.3.1 via source and can confirm that import cv works from within python. I created a minimal python ...
0
votes
0answers
70 views
MacOS .app creation trouble = py2app + Qt + MySQL (libqsqlmysql.dylib)
I have a big trouble with building PyQt application with MySQL. I compile missed libqsqlmysql.dylib but builded APP still not have include QMySQL after run.
I find 2 possible solution
1) using a ...
0
votes
1answer
26 views
Import of main script from stub script causing freezing
I am building an application to distribute with py2app. As I don't want the source to be extracted from the .app file, I have a stub file, named run.py, which then runs the code in mainapp.py:
import ...