On 8 Jan 2010, at 22:17, Richard Revels wrote: > I've been meaning to come back to this. I'll try to get something > coherent together this weekend for CentOS users. The process > outlined at the link below is somewhat overkill as most of the > python stuff can be done via easy_install with just a couple tweaks > to the readme. The gnutls must be compiled and installed from > source but a standard ./configure; make; make install is all that is > needed there as well. > > I had a problem with asking for specific versions of both sqlobject > and python-application because easy_install is not able to find them > wherever it looks by default. This is a drag since it worked fine > for sqlobject just a couple of weeks ago. Here are the command > lines I am using to get around that: > > #get recent version of setup tools > easy_install -U setuptools > > #let easy_install download and install from svn for specific version > (notice space between url and package identifier) > easy_install http://svn.colorstudy.com/SQLObject/tags/0.9.0/ > sqlobject==0.9.0
Why do you need sqlobject==0.9.0? I'm running with 0.11.0 just fine and I expect it to run with 0.12.0 as well as there were no changes in it to affect the code. -- Dan _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
