Tag Archives: Python

SQLite3: Unable to Open Database File

Recently, I’m working on my Skypiea project which is powered by SQLite3 and Python (as CGI script). Yesterday I encountered a program: When the web server ran a CGI script which would update the database, I got an error message … Continue reading

Posted in Troubleshooting | Tagged , , | 13 Comments

Simple Weather Script for Conky

Wanna Conky to show your local weather? You might had found tons of solutions already on the web, but here comes a simpler one: SimpleWeather. Requirement: Python >= 2.5 How to use it: Download weather.py. Edit the file, fill in … Continue reading

Posted in Programming | Tagged , | 1 Comment

Windows Vista: Install Python 2.6 for all users

Python 2.6 final was release yesterday. If you are using Windows Vista and you want to install Python 2.6 for all users, but the “Vista Note” from the release page does not work for you, you may try this: Run … Continue reading

Posted in Troubleshooting | Tagged | 12 Comments