Re: [Tutor] Python 2.4.1 on Mndrk Linux 10.1 - path

2005-10-15 Thread w chun
On 10/15/05, Andy Dani <[EMAIL PROTECTED]> wrote: >When I python from /usr/loca/Python-2.4.1/bin, it does launch the interpreter but with an traceback error saying there is some conflict with "import readline" line on pythonrc.py file located somewhere in /etc/ directory. Is there any harm If I com

Re: [Tutor] Python 2.4.1 on Mndrk Linux 10.1 - path

2005-10-15 Thread Nick Lunt
Hi Andy, Andy Dani wrote: >Thanks Nick, > >Any idea about the second question? When I python from >/usr/loca/Python-2.4.1/bin, it does launch the interpreter but with an >traceback error saying there is some conflict with "import readline" line on >pythonrc.py file located somewhere in /etc/

Re: [Tutor] Python 2.4.1 on Mndrk Linux 10.1 - path

2005-10-15 Thread Andy Dani
harm If I comment the it out (import readline)? Thanks - Andy - Original Message - From: "Nick Lunt" <[EMAIL PROTECTED]> To: "Andy Dani" <[EMAIL PROTECTED]>, tutor@python.org Subject: RE: [Tutor] Python 2.4.1 on Mndrk Linux 10.1 - path Date: Fri

Re: [Tutor] Python 2.4.1 on Mndrk Linux 10.1 - path

2005-10-14 Thread Nick Lunt
Hi Andy, > Behalf Of Andy Dani > > Python 2.3.2 came with the linux distribution which is located in > /usr/lib. > > Installed 2.4.1 in /usr/local/Python-2.4.1 > > updated /etc/profile path so IDLE or "python" would point to the > latest version (2.4.1). > > PATH="$PATH:/usr/local/Python-2.4.

Re: [Tutor] Python 2.4.1 on Mndrk Linux 10.1 - path

2005-10-14 Thread Norman Silverstone
> I want to be able to launch and run python 2.4.1, from the user account so I > do not need to be "root" every time. I use Ubuntu Linux and Python 2.4.1 comes with it. All I need to do is to open a terminal and type python and press enter. What's the problem? Norman _

[Tutor] Python 2.4.1 on Mndrk Linux 10.1 - path

2005-10-14 Thread Andy Dani
Python 2.3.2 came with the linux distribution which is located in /usr/lib. Installed 2.4.1 in /usr/local/Python-2.4.1 updated /etc/profile path so IDLE or "python" would point to the latest version (2.4.1). PATH="$PATH:/usr/local/Python-2.4.1/:." export PATH But it is still poin