py2app
py2app dependency problem
i will create a OS X Package using py2app. It is a Game using the FIFE-Engine. If i launch the resulting .app Bundle on another Mac i get this error Message:[详细]
2023-03-07 19:28 分类:问答pyqt4 Button image doesnt appear in .app
I create an .app using py2app, and the GUI was made with pyqt4, and one of the buttons has an image on ti, but when i run the app the image doesnt appear and wh开发者_JAVA技巧en i run it on the termin[详细]
2023-03-06 03:16 分类:问答PySide packaging error (macholib) python setup.py py2app
I am quite new to Python and PySide and trying to package a very simplified test case into an standalone app OS X. I put the test on github https://github.com/eerne/pyside-py2app-test[详细]
2023-03-05 02:31 分类:问答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.[详细]
2023-03-05 00:43 分类:问答How much does importing entire modules such as wxpython effect the size of the application when built using py2app?
Does using, for example, i开发者_运维百科mport TextCrtl from wx make the application smaller when built as a stand alone app?Whether you import a module, or import something from a module, the entire[详细]
2023-03-02 21:57 分类:问答how do I use py2app?
Ok - here goes. I am trying to learn how to use py2app, so I created a simple python file; just hello_world.py[详细]
2023-02-23 01:06 分类:问答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.[详细]
2023-02-21 21:10 分类:问答Understanding concepts of Python installation on Mac OS for Cocoa development
I want to try to develop Cocoa application using Python. I\'m new to Mac and I need some help to understand how it works.[详细]
2023-02-18 09:15 分类:问答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开发者_Python百科 moving the app to another, it crashes and the console displays this error.[详细]
2023-02-14 18:44 分类:问答building Python py2app issue on Mac
I am trying to build an MacOS app using Python and py2app. The build error I get is No such file or directory: \'/Library/Python/2.6/site-pa开发者_如何转开发ckages/py2app-0.5.2-py2.6.egg/py2app/bun[详细]
2023-02-14 13:12 分类:问答