Re: python24 problem And py24-imaging module problem

2007-10-04 Thread Mel
Hello, if you actually read replies given, you can save yourself and the list some bandwidth. On Thursday 04 October 2007 09:51:25 dhaneshk k wrote: > Question 1 ) > > I cant get the Python interpreter why ? any suggestion please Answered by Heiko Wundram: rehash your shell path (or don't use

python24 problem And py24-imaging module problem

2007-10-04 Thread dhaneshk k
Hi , I have a FreeBSD6.2 server machine running zope2.9 and plone . this m/c installed python-2.4.4 from /usr/ports/lang/python24 But when I type python at prompt (# python I am getting an error python:command not found I tried #python24 and #python2.4 but I am getting the error pyth

Re: Python24 problem

2007-10-03 Thread Heiko Wundram (Beenic)
Am Donnerstag 04 Oktober 2007 08:20:37 schrieb dhaneshk k: > Hi , > >I have a FreeBSD6.2 server machine. > > Here I tried to install python2.4 as follows > > #cd /usr/ports/lang/python24 > #make install clean > It seems you're using the tcsh; try "rehash" after the install to be able to start

Python24 problem

2007-10-03 Thread dhaneshk k
Hi , I have a FreeBSD6.2 server machine. Here I tried to install python2.4 as follows #cd /usr/ports/lang/python24 #make install clean installation completed without any error but I cant get the python interpreter when I type # python Python command not found But when I installe