Re: [Pythonmac-SIG] Building Twisted

2005-05-22 Thread Bob Ippolito
On May 22, 2005, at 11:11 PM, Dethe Elza wrote: > Has anyone installed twisted 2.0 on Tiger? > > I don't think I've ever had trouble building Twisted before, but now > they've made it dependent on Zope Interfaces, which won't build for > me. > I'm running OS 10.4, Bob's Python 2.4, latest svn o

[Pythonmac-SIG] Building Twisted

2005-05-22 Thread Dethe Elza
Hi folks, Has anyone installed twisted 2.0 on Tiger? I don't think I've ever had trouble building Twisted before, but now they've made it dependent on Zope Interfaces, which won't build for me. I'm running OS 10.4, Bob's Python 2.4, latest svn of PyObjC and py2app. Here's the traceback I'm g

Re: [Pythonmac-SIG] Is this the correct way to have installed and to use Python 2.4

2005-05-22 Thread Chris Barker
Bob Ippolito wrote: > Change your PATH environment variable to put /usr/local/bin before / > usr/bin or equivalent. That's option A. Option B. is to use "python2.4" when you want 2.4, either at the command line, or in a script's #! line: #!/usr/bin/env python2.4 I'm pretty sure Bob's 2.5 pa

Re: [Pythonmac-SIG] Is this the correct way to have installed and to use Python 2.4

2005-05-22 Thread Bob Ippolito
On May 22, 2005, at 12:40 PM, Kenneth McDonald wrote: > I just downloaded and installed the Tiger 2.4 Python mpkg (including > the fix afterwords), mainly so I could use Bob's great looking xattr > module. Bringing up 'python' in a terminal brings up 2.3.whatever, and > I assume that's because th

[Pythonmac-SIG] Is this the correct way to have installed and to use Python 2.4

2005-05-22 Thread Kenneth McDonald
I just downloaded and installed the Tiger 2.4 Python mpkg (including the fix afterwords), mainly so I could use Bob's great looking xattr module. Bringing up 'python' in a terminal brings up 2.3.whatever, and I assume that's because the version in /System/Library hasn't been disturbed and is first

Re: [Pythonmac-SIG] .pth use

2005-05-22 Thread Lee Cullens
Yes Bob, I had read your notes before posting. I knew what I wanted to do, just got myself in a dither about where it should be placed. With a new day came collected thoughts and all the in-laws gone :~) Thanks Lee C On May 22, 2005, at 11:04 AM, Bob Ippolito wrote: > > On May 22, 2005, at

Re: [Pythonmac-SIG] numarray 1.1.1 w/ vecLib (Apple's optimized implementation of BLAS)

2005-05-22 Thread Bob Ippolito
On May 22, 2005, at 9:34 AM, Andrew Jaffe wrote: Any chance of an updated package for numarray 1.3.1? (Or just hints on fixing the installer which doesn't quite pick up veclib correctly, I think!)? >>> >>> Unfortunately I'm out of town (in SF/Berkeley rather than

Re: [Pythonmac-SIG] numarray 1.1.1 w/ vecLib (Apple's optimized implementation of BLAS)

2005-05-22 Thread Andrew Jaffe
Hi Bob (&c)- > >> Any chance of an updated package for numarray 1.3.1? (Or just hints on > >> fixing the installer which doesn't quite pick up veclib correctly, I > >> think!)? > > > > Unfortunately I'm out of town (in SF/Berkeley rather than NYC) for > > about a month and don't have good access t

Re: [Pythonmac-SIG] .pth use

2005-05-22 Thread Bob Ippolito
On May 22, 2005, at 12:15 AM, Lee Cullens wrote: > All my hullabaloo about maybe helping with the simpler questions and > I can't even wipe yet :~) > > I forgot how (where) I set up a .pth file back in the Panther and > Bob's new right way of including Python 2.4 in Tiger got me all > confused.

Re: [Pythonmac-SIG] .pth use

2005-05-22 Thread Lee Cullens
Ah-ha, that's what I (didn't quite) remember from before, but I wasn't thinking of the rational late last-night. I didn't notice it in sys.path last-night either, but I moved the .pth file and lo and behold it works great. The world is full of wonders to the simple minded like me :~) Thank

Re: [Pythonmac-SIG] .pth use

2005-05-22 Thread Kevin Dangoor
On 5/22/05, Lee Cullens <[EMAIL PROTECTED]> wrote: > What worked (at least so far) was to put a .pth file (containing / > Users/Chinook/PythonProjects/MyUtilities) in /Library/Frameworks/ > Python.framework/Versions/2.4/lib/python2.4/site-packages Since this is a user-specific path, you should put

Re: [Pythonmac-SIG] .pth use

2005-05-22 Thread Lee Cullens
All my hullabaloo about maybe helping with the simpler questions and I can't even wipe yet :~) I forgot how (where) I set up a .pth file back in the Panther and Bob's new right way of including Python 2.4 in Tiger got me all confused. So I looked back at Bob's notes, got frustrated looking