In article <f2a25d72-5e21-498a-95a4-59045f158...@r37g2000yqn.googlegroups.com>,
lie  <liewai...@gmail.com> wrote:
>
>I've updated from python 2.5 to 2.6 on my Slackware 12.2, by compiling
>the 2.6 source. When I try to use slapt-get to install a new module
>for python, it installs in the old version, and I can't use it. How
>can I fix this? Should I go back to 2.5?

Generally speaking, you should never directly update the system Python;
most Linux systems these days rely on Python for their operation.
Instead, you install an additional copy of Python, and you cannot use
your OS package management to install modules; just install the modules
manually.
-- 
Aahz (a...@pythoncraft.com)           <*>         http://www.pythoncraft.com/

"If you think it's expensive to hire a professional to do the job, wait
until you hire an amateur."  --Red Adair
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to