|
From: seanh <sn...@gm...> - 2010-09-28 00:07:40
|
On Tue, Sep 28, 2010 at 12:49:53AM +0100, seanh wrote: > $ cd pyblosxom-1.5rc2 > $ bin/pyblosxom-cmd create ./myblog > ... > $ cd myblog > $ sudo aptitude install python-pastescript > $ paster serve blog.ini > Starting server in PID 2675. > serving on 0.0.0.0:5000 view at http://127.0.0.1:5000 > > That is, _if_ I understand things correctly and the paster server is > running pyblosxom from the source code files in the extracted tarball, > and not finding it elsewhere on my system as a result of all those > failed install commands. I don't know how to get back to a clean system > to find that out. Ok, I had a spare laptop with Ubuntu 10.04 on it so I tried the above on a clean system and the paster command failed with "No module named Pyblosxom.pyblosxom". So the reason it's working on my desktop must be that one of the various different install attempts succeeded. Whichever one it was, it required my terminal to be restarted before things would work. |