Re: [Pythonmac-SIG] py2app newbie problems

2005-06-27 Thread Arthur Debert
Hi Bob. Thanks for your prompt answer. Yes, you were obvioulsy right, my sources files had null bytes on them. The funny thing is, I got them cutting and pasting code from the the wx demo... evil... If I can make a suggestions, when you can, write an error message that will warn about this togeth

Re: [Pythonmac-SIG] Eclipse + PyDev

2005-06-27 Thread Tom Loredo
Mathieu wrote: > I use eclipse for my daily job, so pydev is a goode news. > eclipse works fine with CVS and subversion, and its visual diff is nice. > I didn't try debugging python with this tools, but syntax coloring, code > navigation (function, class ...), code completion are very nice. > Deb

[Pythonmac-SIG] Eclipse + PyDev

2005-06-27 Thread Gravy
I'm not entirely sure, but isn't the eclipse UI done in SWT so the library is separate for each platform, hence looks like whatever the host is? John On 27 Jun 2005, at 17:59, Tom Loredo wrote: > > Mathieu wrote: > > >> I use eclipse for my daily job, so pydev is a goode news. >> eclipse wor

Re: [Pythonmac-SIG] OS X C API bug?

2005-06-27 Thread Robert Kern
Gary Robinson wrote: > Hello, > > The attached file contains a c module with 4 versions of the same > extremely simple function. All they do is return a float double to > python. The zip also contains the setup.py to build it. Data point: fun3 gives me a bus error on Tiger with Python 2.4.1 and

Re: [Pythonmac-SIG] OS X C API bug?

2005-06-27 Thread Brian Lenihan
On Jun 27, 2005, at 4:15 PM, Robert Kern wrote: > Gary Robinson wrote: > >> Hello, >> >> The attached file contains a c module with 4 versions of the same >> extremely simple function. All they do is return a float double to >> python. The zip also contains the setup.py to build it. >> > > Data p

Re: [Pythonmac-SIG] OS X C API bug?

2005-06-27 Thread Gary Robinson
Interesting, maybe it's a problem with gcc 3.3. Gary -- Gary Robinson CTO Emergent Music, LLC [EMAIL PROTECTED] 207-942-3463 Company: http://www.goombah.com Blog:http://www.garyrobinson.net On Mon, 27 Jun 2005 16:26:16 -0700, Brian Lenihan wrote: > > On Jun 27, 2005, at 4:15 PM, Robert Ke

Re: [Pythonmac-SIG] [Python-Dev] Possible C API problem?

2005-06-27 Thread Gary Robinson
> Well, it appears you have a workaround (METH_VARARGS) so I'd suggest > using that for now, and raise a bug report at SourceForge > . I don't feel confident in a workaround unless someone understands the details -- otherwise the "workaro

Re: [Pythonmac-SIG] OS X C API bug?

2005-06-27 Thread Kelly Norton
Just out of curiosity, Are you using gcc3.3 build 1666? If so, you probably want to install the November2004 gcc updater as that version had some really nasty problems with emitting bad machine code. The update is available for free on the apple developer site. /kel On Jun 27, 2005, at 7:51

Re: [Pythonmac-SIG] OS X C API bug?

2005-06-27 Thread Gary Robinson
I'm using a nov2004 updated build, reported on my machine as Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1671) Gary -- Gary Robinson CTO Emergent Music, LLC [EMAIL PROTECTED] 207-942-3463 Company: http://www.goombah.com Blog:http://www.garyrobin