[Pythonmac-SIG] Use py2app: GTK+-based application/adding generated files/X11

2006-05-22 Thread Arjan Molenaar
Hi, I'm maintainer of Gaphor , a UML modeling tool written in Python. Recently I'm trying to build a Mac App for this application. This seems to work for a great deal using py2app (thanks Bob). However, I have a few questions: * Does anyone have experience w

Re: [Pythonmac-SIG] Use py2app: GTK+-based application/adding generated files/X11

2006-05-22 Thread David Warde-Farley
Hiya, Running the shell command open -a X11 || open -a XDarwin Will get X11 started for the majority of users (who have it installed, of course). Documentation of the open command: http://www.hmug.org/man/1/open.php There's also an open-x11 shell command that will start Apple

Re: [Pythonmac-SIG] Use py2app: GTK+-based application/addinggenerated files/X11

2006-05-22 Thread Ronald Oussoren
There's also gtk-osx (http://gtk-osx.sourceforge.net/), which is a native port of GTK+. IIRC there's also another port, but the name and homepage escape me at the moment. If have no idea how well these work, but if they do work you'd get something that looks a lot more like a "real" osx applicat

Re: [Pythonmac-SIG] Use py2app: GTK+-based application/addinggenerated files/X11

2006-05-22 Thread Arjan Molenaar
Hi Ronald, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > There's also gtk-osx (http://gtk-osx.sourceforge.net/), which is a > native port of GTK+. This is a port of GTK+ 1.0, which is not compattible with GTK+ 2. > IIRC there's also another port, but the name and homepage escape me > at th

Re: [Pythonmac-SIG] Use py2app: GTK+-based application/addinggenerated files/X11

2006-05-22 Thread Bill Janssen
> Indeed the folks at http://developer.imendio.com/wiki/Gtk_Mac_OS_X > have ported GTK+ 2 to the Mac. I have it on my still-give-it-a-try list. The sources for this have been folded back into the regular GTK+ source tree. But looking at the gtk-dev mailing list, it looks like it's not quite a f

Re: [Pythonmac-SIG] Use py2app: GTK+-based application/adding generated files/X11

2006-05-22 Thread Bill Janssen
> * GTK+ requires X11. How can I start X11? What's the best way to launch > Gaphor inside X11? Note that by default, X11 is not available on a Mac. It's an optional install. Bill ___ Pythonmac-SIG maillist - [email protected] http://mail

Re: [Pythonmac-SIG] Use py2app: GTK+-based application/adding generated files/X11

2006-05-22 Thread David Warde-Farley
On 22-May-06, at 1:37 PM, Bill Janssen wrote: > Note that by default, X11 is not available on a Mac. It's an > optional install. Yup, but it's easy enough to direct your users on the download page to install X11 off the Apple CDs. They're not paying anything for Gaphor so they shouldn't wh

Re: [Pythonmac-SIG] Use py2app: GTK+-based application/addinggenerated files/X11

2006-05-22 Thread Arjan Molenaar
Bill Janssen <[EMAIL PROTECTED]> wrote: >> Indeed the folks at http://developer.imendio.com/wiki/Gtk_Mac_OS_X >> have ported GTK+ 2 to the Mac. I have it on my still-give-it-a-try list. > > The sources for this have been folded back into the regular GTK+ > source tree. But looking at the gtk-dev

Re: [Pythonmac-SIG] Use py2app: GTK+-based application/adding generated files/X11

2006-05-22 Thread Arjan Molenaar
David Warde-Farley <[EMAIL PROTECTED]> wrote: > On 22-May-06, at 1:37 PM, Bill Janssen wrote: > >> Note that by default, X11 is not available on a Mac. It's an >> optional install. > > Yup, but it's easy enough to direct your users on the download page to > install X11 off the Apple CDs. They'