Re: [Pythonmac-SIG] py2app/wx font embed problem

2010-11-03 Thread Aahz
On Wed, Nov 03, 2010, Sean DiZazzo wrote: > > Ok. Thanks. I'll give it a try (again). I had some problems getting > MySQLdb installed previously, so I figured I'd give darwin ports a > try...where MySQLdb installed without a hitch. Yeah, unfortunately my perception is that GUI stuff tends to ei

Re: [Pythonmac-SIG] py2app/wx font embed problem

2010-11-03 Thread Sean DiZazzo
Ok. Thanks. I'll give it a try (again). I had some problems getting MySQLdb installed previously, so I figured I'd give darwin ports a try...where MySQLdb installed without a hitch. uggh On Wed, Nov 3, 2010 at 12:32 PM, Aahz wrote: > On Wed, Nov 03, 2010, Sean DiZazzo wrote: > > > > I'm try

Re: [Pythonmac-SIG] py2app/wx font embed problem

2010-11-03 Thread Aahz
On Wed, Nov 03, 2010, Sean DiZazzo wrote: > > I'm trying to package an app for both windows and mac. It uses wxpython, > MySQLdb and SQLObject. On Windows, I used py2exe, and got it working right > away. On my mac, I have had problems getting it to work. I am using > python2.6 on darwin ports a

[Pythonmac-SIG] py2app/wx font embed problem

2010-11-03 Thread Sean DiZazzo
Hi all, I'm trying to package an app for both windows and mac. It uses wxpython, MySQLdb and SQLObject. On Windows, I used py2exe, and got it working right away. On my mac, I have had problems getting it to work. I am using python2.6 on darwin ports along with the needed libraries. When I run