I'm trying to run PythonCAD from subversion on OS X 10.4.3 with
python 2.4.1 and PyObjC 1.3.7.
After installing :
powerbook-g4-de-pierre-vaudrey:~/Documents/pythonCAD pierreva$ sudo
python setup.py install
and building :
powerbook-g4-de-pierre-vaudrey:~/Documents/pythonCAD pierreva$ python
I just installed/upgraded python by using the package from
http://undefined.org/python/MacPython-OSX-2.4.1-1.dmg.
I just want the latest version of python so I can use matplotlib
(among other things). However, it doesn't seem that the python I use
from the terminal is version 2.4.x. What must I
You need to create a link in /usr/bin to python2.4.
If at the prompt you do a
$ ls -lai /usr/bin/python*
You should see files for python, python2.3, and python2.4. All of these are
links - python2.3 and python2.4 should link back to their respective
framework directories (on my machine, 2.3 is i
Abe Mathews wrote:
> You need to create a link in /usr/bin to python2.4.
Sorry Abe, but:
DON'T DO THAT
There are standard ways to do things that will prevent you from messing
up your system.
Rule of thumb: don't mess with anything in /usr or /system. That's
Apple's job.
When you add things,
On 11/22/05 12:19 PM, "Chris Barker" <[EMAIL PROTECTED]> wrote:
> Abe Mathews wrote:
>> You need to create a link in /usr/bin to python2.4.
>
> Sorry Abe, but:
>
> DON'T DO THAT
My apologies for error propagation, then.
Abe Mathews
___
Pythonmac-S
This is a much better solution. Sorry I didn't read the archives first.
Jeremy
On 11/22/05, Chris Barker <[EMAIL PROTECTED]> wrote:
> Abe Mathews wrote:
> > You need to create a link in /usr/bin to python2.4.
>
> Sorry Abe, but:
>
> DON'T DO THAT
>
> There are standard ways to do things that wi
On 22-nov-2005, at 17:56, Abe Mathews wrote:
> You need to create a link in /usr/bin to python2.4.
>
> If at the prompt you do a
> $ ls -lai /usr/bin/python*
>
> You should see files for python, python2.3, and python2.4.
Not if you installed the official installer DMG, it installs
the interprete