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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
16 matches
Mail list logo