On 4/24/06, Gambit <[EMAIL PROTECTED]> wrote: > 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!
When using easy_install, you can also pass "--always-unzip" which will do the same thing. Kevin ------------------------------------------------------- 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&kid0709&bid&3057&dat1642 _______________________________________________ Sqlalchemy-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

