So I just started using the Johnny server, wanting to integrate some of my python scripts into the web. I decided to use cgi scripts since I'm a beginner. I looked around on the forms and Google trying to find out how to install various python packages. I've seen some posts on the forms requesting installs but I didn't want to both them with it. Cron jobs kind of worked the couple times I tried, but with only 2 allowed per day that was really limiting. I found a great way for users to install python packages on their server with no hoops to jump through. I'm wondering where I should post this information to help others - a forum category, wiki, somewhere else? Script is at jcook.heliohost.org/cgi-bin/install-packages.py for anyone wanting to take a look. It has to have permissions set to 755 and you install by just visiting the page. Delete when done.