NoteMe

- by Øyvind Østlund

Subscribe to RSS feed

Posts tagged with "python"

SyntaxError: from __future__ imports in Cheetah

, , ,

Cheetah is my templating system of choice in Python, but on my last install I got errors that I knew instantly my code was not producing. I had to take a dive.

Read more...

Running Python as CGI in Apache in Windows:

, , ,

There is not many domains out there today which holds only static pages anymore. These days Python is my language of choice when it comes to dynamic pages, and here is my first help to those who wants to try it out.

Read more...