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're not paying anything for Gaphor
> so they shouldn't whine :)

Well said ;-)

> Lots of projects do this, like Gimp.app,
> Inkscape and OpenOffice. Gimp.app even themes its GTK to look
> Cocoa-ish, which is kind of neat.
>
> As I said earlier you might also consider putting together a little
> AppleScript (or PyObjC voodoo) that pops up an error dialog if X11
> fails to launch.

That brings me back to my last question:

>  * Gaphor generates some files from its setup.py. What's the best     
> way to add those to the application package?

I have to add some generated files (one of which is the data model of  
Gaphor) into the py2app distribution.

The file is generated (as part of the build target), but is not added  
to the .app. What's the proper way to tell py2app to take those files  
into consideration?

Regards,

Arjan

> Dave


_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to