Re: pyblosxom 1.5rc2 released!
seanh <[email protected]> Tue, 5 Oct 2010 22:01:07 +0100
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Message-ID | <20101005210107.GD15856@kisimul> |
On Tue, Sep 28, 2010 at 01:15:04AM +0000, Will Kahn-Greene wrote:
> 4. You couldn't get it to work with virtualenv. It sounds like you
> missed a step when setting up the virtual environment.
> Incidentally, using virtual environments makes it really easy to
> encapsulate PyBlosxom and it's dependencies into a directory that
> you can wipe away if you don't want it around anymore. Then it
> doesn't poison your system. Also, when you upgrade system packages,
> PyBlosxom won't break.
I returned to the virtualenv instructions today. I don't understand step
4:
http://pyblosxom.bluesock.org/1.5/notes/INSTALL.html#installing-pyblosxom-to-hack-on-it
which says: `easy_install paste_deploy` or `pip install paste_deploy`.
How are either of those commands going to know that I mean to install
into the virtual environment that I've just created? Surely there is an
instruction missing? I cd'd into the bin/ dir in my virtual environment
and saw that it contains easy_install and pip executables so I tried
executing the commands using those executables, but they don't seem to
think that "paste_deploy" exists:
seanh@kisimul:.../foo/VEDIR/bin % ./easy_install paste_deploy
Searching for paste-deploy
Reading http://pypi.python.org/simple/paste_deploy/
Reading http://pypi.python.org/simple/paste-deploy/
Couldn't find index page for 'paste_deploy' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for paste-deploy
error: Could not find suitable distribution for Requirement.parse('paste-deploy')
seanh@kisimul:.../VEDIR/bin % (1) ./pip install paste_deploy
Downloading/unpacking paste-deploy
Could not find any downloads that satisfy the requirement paste-deploy
No distributions at all found for paste-deploy
Storing complete log in /home/seanh/.pip/pip.log
seanh@kisimul:.../VEDIR/bin % (1)
Also, the note at the top of the Installing PyBlosxom page in the docs
says "If you’re testing PyBlosxom, use virtualenv and deploy with Paste"
but instructions to do so do not follow. They are further down the page,
and with a different title "Installing PyBlosxom to hack on it". The
note at the top of the page does not lead the reader to this subsection.
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
pyblosxom-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyblosxom-users