Re: [Pythonmac-SIG] Python PyGame GTK SQLAlchemy on Leopard

2009-05-17 Thread Ned Deily
In article <5465ee790905170221l159b9462p4e06f3c08664e...@mail.gmail.com>, Chris Van Bael wrote: > So the user python is indeed working and has PyGame installed. > But unfortunately PyGTK is installed in the system Python, but I want > it in my user python. > > I forgot to mention that I also di

Re: [Pythonmac-SIG] Python PyGame GTK SQLAlchemy on Leopard

2009-05-17 Thread Chris Van Bael
On Sat, May 16, 2009 at 6:04 PM, Ned Deily wrote: > Well, no, that's not right.  But just to make sure we're talking apples > to Apples, make sure you are really invoking the pythons you think you > are.  Just cd'ing to a directory doesn't automatically add that > directory to $PATH.  So, if you j

Re: [Pythonmac-SIG] Python PyGame GTK SQLAlchemy on Leopard

2009-05-16 Thread Ned Deily
In article <5465ee790905152354p67e35a89ref0e50b2fa0cf...@mail.gmail.com>, Chris Van Bael wrote: > it's been a while since my last question, but unfortunately I didn't > make much progress. > The problem I'm facing now is that PyGTK is not installed correct. > > I installed python 2.5 from Pytho

Re: [Pythonmac-SIG] Python PyGame GTK SQLAlchemy on Leopard

2009-05-15 Thread Chris Van Bael
Hi all, it's been a while since my last question, but unfortunately I didn't make much progress. The problem I'm facing now is that PyGTK is not installed correct. I installed python 2.5 from Python.org. So if I do cd //Library/Frameworks/Python.framework/Versions/Current/bin/ and python, I get t

Re: [Pythonmac-SIG] Python PyGame GTK SQLAlchemy on Leopard

2009-03-22 Thread Chris Van Bael
Hi, thanks for the comprehensive explanation! It clarifies things a lot. Chris On Sun, Mar 22, 2009 at 8:23 PM, Ned Deily wrote: > In article > <5465ee790903220622m7897dfcch7e8d838e6b429...@mail.gmail.com>, >  Chris Van Bael wrote: >> some simple questions: >> - if I installed another Python,

Re: [Pythonmac-SIG] Python PyGame GTK SQLAlchemy on Leopard

2009-03-22 Thread Ned Deily
In article <5465ee790903220622m7897dfcch7e8d838e6b429...@mail.gmail.com>, Chris Van Bael wrote: > some simple questions: > - if I installed another Python, how can I start it? Whenever I open > a terminal and type "python", I get Python 2.5.1, which I assume is > the Python from Apple. > - On W

Re: [Pythonmac-SIG] Python PyGame GTK SQLAlchemy on Leopard

2009-03-22 Thread Chris Van Bael
Hi, some simple questions: - if I installed another Python, how can I start it? Whenever I open a terminal and type "python", I get Python 2.5.1, which I assume is the Python from Apple. - On Windows there is the directory /Lib/site-packages, I can't find this one on my Mac. Spotlight isn't much

Re: [Pythonmac-SIG] Python PyGame GTK SQLAlchemy on Leopard

2009-03-17 Thread Christopher Barker
Chris Van Bael wrote: So if it says blabla_python2.5_osx10.5. and I have installed Python 2.5 next to the systems' 2.5, it will install it in Python 2.5 from Python.org? Probably, but the only way top know is to read the docs that came with it (or try it and see what happens). If it says os-

Re: [Pythonmac-SIG] Python PyGame GTK SQLAlchemy on Leopard

2009-03-17 Thread Christopher Barker
Ronald Oussoren wrote: The system python is in /System/Library/... ooops, sorry about that -- copy&paste error. I hope that didn't cause too much confusion. -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R(206) 526-6959 voice 7600

Re: [Pythonmac-SIG] Python PyGame GTK SQLAlchemy on Leopard

2009-03-17 Thread Ronald Oussoren
On 17 Mar, 2009, at 9:18, Chris Van Bael wrote: system python is in: /Library/Frameworks/Python.framework/ python.org goes into: /Library/Frameworks/Python.framework/ Those seem to be the same, is that intentional? The system python is in /System/Library/... Ronald smime.p7s Descri

Re: [Pythonmac-SIG] Python PyGame GTK SQLAlchemy on Leopard

2009-03-17 Thread Chris Van Bael
On Mon, Mar 16, 2009 at 8:41 PM, Christopher Barker wrote: > > (make sure to reply to the list, for the archives...) > > Chris Van Bael wrote: >> >> Yes, I absolutely do want to buil binaries that can run on 10.3.9 and >> 10.4! >> This is very important. > > Then you want the python.org python. O

Re: [Pythonmac-SIG] Python PyGame GTK SQLAlchemy on Leopard

2009-03-16 Thread Christopher Barker
(make sure to reply to the list, for the archives...) Chris Van Bael wrote: Yes, I absolutely do want to buil binaries that can run on 10.3.9 and 10.4! This is very important. Then you want the python.org python. Do you have the paths for the system python and the installation from python.

Re: [Pythonmac-SIG] Python PyGame GTK SQLAlchemy on Leopard

2009-03-16 Thread Christopher Barker
Chris Van Bael wrote: I want to port an application that runs on Linux and Windows perfectly to OSX. We use Python 2.5, PyGame, PyGTK and SQLAlchemy for it. Now I have a system with Leopard on it, but want to make sure what would be the best solution to get these dependencies installed on it. I r

[Pythonmac-SIG] Python PyGame GTK SQLAlchemy on Leopard

2009-03-13 Thread Chris Van Bael
Hi, I want to port an application that runs on Linux and Windows perfectly to OSX. We use Python 2.5, PyGame, PyGTK and SQLAlchemy for it. Now I have a system with Leopard on it, but want to make sure what would be the best solution to get these dependencies installed on it. I remember reading on