Category Archives: Python
Total Guitar Magazine: Decryption Error
Like most metalheads I own a guitar I can’t play. I also subscribe to Total Guitar Magazine. This month I noticed that I couldn’t decrypt the special ‘VIP Area’ of the CD. Basically If I was using a PPC Mac I would be able to decrypt the data. It seems they have included the PPC [...]
PostgreSQL, SQLAlchemy, Dropping all tables and sequences
I’ve been working in deployment scripts for my current project and sometimes I need to drop all the tables and sequences from the database so I can create everything from scratch. I had been doing a DROP SCHEMA public CASCADE; CREATE SCHEMA public AUTHORIZATION bob; GRANT ALL ON SCHEMA public TO bob; This [...]
workingenv, easy_install, ez_setup… hmmm
Working with TurboGears is usually a breeze. But when it comes to installation thing never seem to go too well. Firstly do you run the tg_setup.py the project provides or easy_install TurboGears it? Why do you need to run the installer twice sometimes? There are answers in the mailing list to these questions but the [...]

Recent Comments