Tag Archives: virtual python

The Python install system needs an overhaul

Perhaps this is more of a rant than a useful blog post. I do plan on posting something useful though, so bear with me. First, a little background. I’ve been working on installing a website based on Django for the … Continue reading

Posted in Programming | Tagged , , , | 3 Comments

Using Multiple Python Environments With Gentoo

It’s been some time since Python 2.5 became stable and released. Version 2.5 has plenty of new features that have helped me in deciding that it was time to go ahead and start using it for primary development of all … Continue reading

Posted in Programming | Tagged , , , , | Comments Off on Using Multiple Python Environments With Gentoo

Virtual Hosting TurboGears Applications on Mac OS X Leopard

For a couple years now, I’ve been learning and applying various tricks for developing and hosting multiple Python web sites on my development machines. During that time, I made a migration to Mac OS X. Most setup files for python … Continue reading

Posted in Programming, System Administration | Tagged , , , , , , , | 2 Comments

Gentoo Init Scripts for Cherrypy

A few of the web applications I am hosting/developing are written with TurboGears which uses Cherrypy as its applications server. I have a couple things that need fixed for hosting CherryPy web applications on my Gentoo systems. First, there are … Continue reading

Posted in System Administration | Tagged , , , , , , , | 1 Comment