Re: [Pythonmac-SIG] Get the locale on OSX

2007-12-05 Thread Chris Van Bael
On Dec 3, 2007 9:26 AM, Chris Van Bael <[EMAIL PROTECTED]> wrote: > On Dec 3, 2007 8:40 AM, Nicholas Riley <[EMAIL PROTECTED]> wrote: > > On Sun, Dec 02, 2007 at 03:18:14PM +0100, Chris Van Bael wrote: > > > I'm trying to port an python application which runs fine on Windows > > > and Linux to OSX.

Re: [Pythonmac-SIG] py2app "bus error" on leopard

2007-12-05 Thread Ronald Oussoren
On Wednesday, December 05, 2007, at 01:54PM, "Stephen Gava" <[EMAIL PROTECTED]> wrote: >Lo all, > >I'm trying to bundle an app using py2app on osx leopard. I'm using the >0.3.6 version of py2app and my app is written and built with the >framework version of python 2.5.2. > >When I run my app

Re: [Pythonmac-SIG] Get the locale on OSX

2007-12-05 Thread Ronald Oussoren
On Wednesday, December 05, 2007, at 02:15PM, "Chris Van Bael" <[EMAIL PROTECTED]> wrote: >On Dec 3, 2007 9:26 AM, Chris Van Bael <[EMAIL PROTECTED]> wrote: >> On Dec 3, 2007 8:40 AM, Nicholas Riley <[EMAIL PROTECTED]> wrote: >> > On Sun, Dec 02, 2007 at 03:18:14PM +0100, Chris Van Bael wrote: >>

[Pythonmac-SIG] SWIG on MacOS X 10.4

2007-12-05 Thread Bernard B Yoo
Hi, I'm just joining the list, specifically to figure out how to use SWIG on MacOS X 10.4 (intel). I have the default Apple Python 2.3.5 as well as MacPython 2.5 installed. I've following the tutorial at the swig.org Web site, using the Apple Python 2.3.5. When I try to create the wrapper li

Re: [Pythonmac-SIG] SWIG on MacOS X 10.4

2007-12-05 Thread Christopher Barker
Bernard B Yoo wrote: > I'm just joining the list, specifically to figure out how to use SWIG on > MacOS X 10.4 (intel). I have the default Apple Python 2.3.5 as well as > MacPython 2.5 installed. > > I've following the tutorial at the swig.org Web site, using the Apple > Python 2.3.5. When I

[Pythonmac-SIG] py2app "bus error" on leopard

2007-12-05 Thread Stephen Gava
Lo all, I'm trying to bundle an app using py2app on osx leopard. I'm using the 0.3.6 version of py2app and my app is written and built with the framework version of python 2.5.2. When I run my app as a normal script it runs fine, and the wxpython gui displays and works normally, but when I

[Pythonmac-SIG] vobject

2007-12-05 Thread Nehemiah Dacres
I've been reading here about a few people who've been interfacing with their iCal calendars via vobject. To take it directly from the website "VObject simplifies the process of parsing and creating iCalendar and vCard objects" --(http://vobject.skyhouseconsulting.com/usage.html) perhaps you could

Re: [Pythonmac-SIG] vobject

2007-12-05 Thread David Warde-Farley
On 5-Dec-07, at 11:36 PM, Nehemiah Dacres wrote: > perhaps you could point your python to the ical callendar store > place (i forget where this is but its documented at apple > somewhere ) and edit the ical calendar objects with this. Now you > can use a well documented, programmatic interfa