Beginner question

2008-05-25 Thread howa
Hi, Just want to try mod_python but it is more complicated then I expected... I just followed the tutorial on: http://www.modpython.org/live/mod_python-2.7.8/doc-html/inst-testing.html E.g. URL = http://www.example.com/mptest.py It return ImportError: No module named mptest 1. If I removed

Re: Compiling python from soruce vs RPM ?

2007-04-19 Thread howa
On 4月19日, 下午5時49分, Paul Boddie <[EMAIL PROTECTED]> wrote: > On 19 Apr, 04:39, howa <[EMAIL PROTECTED]> wrote: > > > > > One more question: > > > How to uninstall using the source package? > > > the source package doesn't come with `make uninsta

Re: Compiling python from soruce vs RPM ?

2007-04-18 Thread howa
On Apr 19, 6:10 am, Paul Boddie <[EMAIL PROTECTED]> wrote: > > Since /usr/bin/python isn't found, it doesn't look like there's an > existing version of Python that you might overwrite, but it's > important to verify such things when installing software. That's where > your distribution's packages h

Compiling python from soruce vs RPM ?

2007-04-18 Thread howa
I have compiled python 2.5 from source i.e. ./configure make make install but when i try to install another package require python, seems it can't regonize python... e.g.. /usr/bin/python is needed by xyz -- http://mail.python.org/mailman/listinfo/python-list