Hey All - I'm sure most of you know this already, but in case anyones wondering why the pdb debugging wasn't working -- if you edit the 'setup.py' file pulled from subversion and add: "zip_safe = False," to the setup function call, it'll keep things nice and separated in directory form, which makes pdb a lot happier!
As a side note, I always put the revision number (1333, etc) in the version string. This helps me keep track of what version I'm using at any given time, and also makes it easy to roll between discrete versions (instead of trying to remember wtf it was you were using last Thursday). I don't know if SVN can be taught to automatically do that, but it might be nice... Cheers! -G ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sqlalchemy-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

