need to upgrade django1.4.5-->django1.5, but apt-get install django tells me i'm running latest version

2015-06-01 Thread arthur sherman
i get the following errors in the apache2 error.log: VersionConflict: (Django 1.4.5 (/usr/lib/python2.7/dist-packages), Requirement.parse('Django>=1.5')) but when i attempt upgradinging django apt-get install reports that i'm at the latest version: apt-get install python-django Reading package

how to initiate an interactive python script from an html cgi?

2015-03-24 Thread arthur sherman
i have a python script which currently runs in a shell cli. i'd like to initiate this script from a web page. the closest i got was to have the output displayed on the webpage (w/o linefeeds), but it crashed when requesting input via raw_input(). i simply did 'exec python-script-name' from the cgi