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] .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