Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cgi

Importerror While Running Cgi-bin On Localhost - Undefined Symbol: Lo_truncate64

I'm trying to run a cgi-bin site on localhost. And I get the following error: : /usr/local/lib/… Read more Importerror While Running Cgi-bin On Localhost - Undefined Symbol: Lo_truncate64

Get Form Data Using Python

How do i get form data in my Python code. Below is my current code. import cgitb; cgitb.enable() im… Read more Get Form Data Using Python

Refresh Web Page Using A Cgi Python Script

I have a very simple web page which I'm using in order to rotate a stepper motor on Raspberry P… Read more Refresh Web Page Using A Cgi Python Script

Using Beautifulsoup In Cgi Without Installing

I am trying to build a simple scraper in Python, which will run on a Webserver via CGI. Basically … Read more Using Beautifulsoup In Cgi Without Installing

Trouble Running Python Script As Cgi Under Apache (ubuntu 12)

Disclosure: I searched a lot, and I don't think my question (for my configuration) is answered … Read more Trouble Running Python Script As Cgi Under Apache (ubuntu 12)

Printing Html In Python Cgi

I've been teaching myself python and cgi scripting, and I know that your basic script looks lik… Read more Printing Html In Python Cgi

/dev/mem Access Denied On Raspberry Pi

I am working with my Raspberry Pi and I am writing a cgi python script that creates a webpage to co… Read more /dev/mem Access Denied On Raspberry Pi

Python Redirect Not Working

I'm trying to redirect the user to my homepage. Its suppose to be as simple as print 'Loca… Read more Python Redirect Not Working