Tagged Questions
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
628 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
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
663 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
68 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
204 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 ...
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
239 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
133 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
808 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
430 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
76 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
118 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
116 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
199 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
1answer
454 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
393 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
320 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
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
176 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
3answers
547 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
1answer
18 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
119 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
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 ...
0
votes
1answer
54 views
How to compile 64 bit Python library (SIP, for example) at the 32 bit old Mac with py2app?
I need to compile 64 bit libraries for Python (SIP for example) instead 32-bit, compiled by my old 32bit Mac for using to .app bandle at new Macs.
Looks like similar question placed here Is it ...
0
votes
1answer
79 views
py2app IOError: [Errno 63] File name too long:
Im trying to package a PySide app with py2app on OS X 10.6 with python 2.6.
The problem i'm getting it that it seems like py2app is getting stuck in a loop and recursively appending the same ...
0
votes
4answers
171 views
How to force py2app to run app in 32-bit mode
I am trying to build an app bundle with py2app on Mac OS X 10.6. The app uses some libraries which are only compiled for 32-bit, so when the app is run there is an ImportError "no appropriate 64-bit ...
0
votes
0answers
42 views
py2app os x 10.7 ttk app starts X11 and doesn't look aqua
I have a fairly simple python ttk app developed on my mac. I use python from macports.
When I run the script it works as expected, using aqua themed widgets. But when I turn it into an app with ...
0
votes
2answers
136 views
How to create Mac application bundle for Python script via Python
I want to create a simple Mac application bundle which calls a simple Python script. I want to do that in Python.
Is there an easy way?
I tried to use py2app but that fails somehow, e.g.:
from ...
0
votes
1answer
151 views
py2app setup.py usage question
Ok so I'm trying to use py2app to generate a distribution for my project. I'm still not sure I get the hang of it tho. So my setup.py looks like this:
"""
This is a setup.py script generated by ...
0
votes
2answers
54 views
python py2app help
I tried using py2app, but I can't figure out where to put the filename of the file I want to make the standalone for. What command do I need to run? I'm extremely confused...
0
votes
1answer
51 views
Py2App: File Needs to Be Included, but it is Too Large
At the moment, I'm using py2app to convert python scripts to a standalone application. However, my scripts require a 2GB unix executable. Py2App isn't able to process a file that large as an included ...