Category Archives: Software
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 [...]
MacOSX, VMWare Fusion and PKR… it works!
UPDATE: I’ve created a short video to help people with settings for VMWare, DX and PKR. View the new post here At long, long, last, with the new VMWare Fusion 1.1 PKR works on my MacPro if I run it in ‘min spec’ mode (launch it from the start menu). It runs fairly well on [...]

Recent Comments