[Pythonmac-SIG] py2app PyOpenGL "Unable to find an implementation" Error

2008-08-27 Thread David Selassie
I'm trying to package up a program I wrote that uses PyOpenGL-3.0.0b4-py2.5.egg, numpy-1.1.1-py2.5-macosx-10.3-ppc.egg installed with easy_install and PIL. I know there's been a bit of trouble getting PyOpenGL scripts to play nicely in py2app, but I have not been able to find any help about anyone

Re: [Pythonmac-SIG] py2app import framework

2008-08-27 Thread Christopher Barker
beau wrote: I am trying to do a framework build to import tk and python2.5 for my application bundle with py2app """ This is a setup.py script generated by py2applet Usage: python setup.py py2app """ import objc, AppKit, Foundation, os from setuptools import setup objc.loadBundle('Tcl.

Re: [Pythonmac-SIG] py2app import framework

2008-08-27 Thread beau
I am trying to do a framework build to import tk and python2.5 for my application bundle with py2app This is the page I've been looking at: http://livingcode.org/tag/distribution """ This is a setup.py script generated by py2applet Usage: python setup.py py2app """ import objc, AppKit, Foun

Re: [Pythonmac-SIG] py2app and bdist_mpkg on Linux?

2008-08-27 Thread Kaer Buhez
Arne Babenhauserheide (http://mail.python.org/pipermail/pythonmac-sig/2008-May/020023.html) wrote: >The use of py2app on GNU/Linux is, that I want to distribute apps to non-linux >users, but I don't have MacOSX running anywhere near. > >I develop on my Gentoo Box, and I want to be able to create pr