Re: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work

2005-05-25 Thread Bob Ippolito
You definitely have something that's linking to Python 2.3. Try DYLD_PRINT_LIBRARIES and/or run it under gdb and backtrace to see which init function is failing. % env DYLD_PRINT_LIBRARIES=1 build/ReSTedit.app/Contents/MacOS/ReSTedit dyld: loaded: /Volumes/Crack/src/WWDC2005/ReSTedit-0/build/

Re: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work

2005-05-25 Thread Kent Quirk
Sadly, that was one of the first things we tried. We've done a full clean build several times and checked the .xcode project files to make sure there were no references to the old python anywhere. And as I said, the extension as stored in the .app loads properly everywhere but from the executable

Re: [Pythonmac-SIG] Python Metadata Importer

2005-05-25 Thread Bob Ippolito
On May 25, 2005, at 9:13 PM, Jonathan Wight wrote: > Just to let everyone know that my Python Metadata Importer plug-in > was released the other day. > > http://toxicsoftware.com/blog/index.php/weblog/ > python_metadata_importer_101_released/ You could throw away like 95% of that code if you

[Pythonmac-SIG] Python Metadata Importer

2005-05-25 Thread Jonathan Wight
Just to let everyone know that my Python Metadata Importer plug-in was released the other day. http://toxicsoftware.com/blog/index.php/weblog/ python_metadata_importer_101_released/ I decided to change the license to BSD after Bob and co brought up some good points, so now anyone can us

Re: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work

2005-05-25 Thread Bob Ippolito
On May 25, 2005, at 8:18 PM, Kent Quirk wrote: > Just because this is really trouble for me, and I'm hoping to get > some ideas, I'm going to update with some of the other things we've > tried today: > > a) I updated py2app from svn and rebuilt it on this machine using > python2.4 setup.p

Re: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work

2005-05-25 Thread Kent Quirk
Just because this is really trouble for me, and I'm hoping to get some ideas, I'm going to update with some of the other things we've tried today: a) I updated py2app from svn and rebuilt it on this machine using python2.4 setup.py bdist-mpkg --open Just to make sure it was compatible wit

Re: [Pythonmac-SIG] donation

2005-05-25 Thread Lee Cullens
Just an obvious point. PayPal is a mute point for those with online banking and since bill-paying is usually a free enticement, there is no service charge or fee deducted. If, in addition, Bob's entity had an A/R account, a physical check mailed locally would not even be involved. Lee C

Re: [Pythonmac-SIG] Python 2.4 on Tiger

2005-05-25 Thread Bob Ippolito
On May 25, 2005, at 3:35 PM, Tim Cornwell wrote: > Bob Ippolito redivi.com> writes: > >> On May 25, 2005, at 12:53 AM, Tim Cornwell wrote: >> >> >>> >>> This might be a RTFM question so apologies if so. I've used >>> darwinports to build python2.4 on Tiger. When I run python2.4, I get >>> the fo

Re: [Pythonmac-SIG] Python 2.4 on Tiger

2005-05-25 Thread Tim Cornwell
Bob Ippolito redivi.com> writes: > > > On May 25, 2005, at 12:53 AM, Tim Cornwell wrote: > > > > > This might be a RTFM question so apologies if so. I've used > > darwinports to build python2.4 on Tiger. When I run python2.4, I get > > the following: > > > > fuji:~ root# python2.4 > > sem_init

Re: [Pythonmac-SIG] Frameworks which won't import

2005-05-25 Thread Dethe Elza
On 18-May-05, at 11:14 AM, Bob Ippolito wrote: > On May 18, 2005, at 2:05 PM, Dethe Elza wrote: >> I have a framework which I can't import into PyObjC in the usual >> way. Since then I've tried various other frameworks I've found on my >> system, mostly embedded in application bundles, and some

[Pythonmac-SIG] Upgraded to 2.4 and can't make it work

2005-05-25 Thread Kent Quirk
We’ve been building our product using py2app 0.2 on Panther with Apple’s Mac python. That has worked for some time, but as has been pointed out here many times, relying on that is not the safest way to ship things to real customers.   The app is large with several C++ extensions using bo

Re: [Pythonmac-SIG] Best way to install pysqlite on 2.4 / Tiger?

2005-05-25 Thread Kevin Dangoor
On 5/24/05, Kenneth McDonald <[EMAIL PROTECTED]> wrote: > I know that Apple includes SQLite with Tiger. My question; what is the > 'best' way to install pysqlite, with the python 2.4 upgrade, under > Tiger. Specifically; > > - should I install a newer version of SQLite, or use the one Apple provid

Re: [Pythonmac-SIG] Python 2.4 on Tiger

2005-05-25 Thread Bob Ippolito
On May 25, 2005, at 12:53 AM, Tim Cornwell wrote: > > This might be a RTFM question so apologies if so. I've used > darwinports to build python2.4 on Tiger. When I run python2.4, I get > the following: > > fuji:~ root# python2.4 > sem_init: Function not implemented > sem_wait: Bad file descriptor

Re: [Pythonmac-SIG] donation

2005-05-25 Thread has
Lee Cullens wrote: >All well and good Robert (and no disrespect intended) - but to me they seem >to be more interested in sending spam than alerting those that do business >with them. I've had a PayPal account since last year and have never received unsolicited mail from them. If you really

Re: [Pythonmac-SIG] Python 2.4 on Tiger

2005-05-25 Thread Markus Weissmann
hmmm... strange - works like a charm here; what version/revision of python24 do you have installed? (-> port 'installed python24') I just get Zarquon:/ mww$ python2.4 Python 2.4.1 (#1, May 22 2005, 12:40:19) [GCC 4.0.0 20041026 (Apple Computer, Inc. build 4061)] on darwin Type "help", "copyrigh

[Pythonmac-SIG] Python 2.4 on Tiger

2005-05-25 Thread Tim Cornwell
This might be a RTFM question so apologies if so. I've used darwinports to build python2.4 on Tiger. When I run python2.4, I get the following: fuji:~ root# python2.4 sem_init: Function not implemented sem_wait: Bad file descriptor sem_post: Bad file descriptor sem_wait: Bad file descriptor s