Without having a stack trace, we can only guess. Based on what you have shown, my only guess would be that you are specifying an invalid URL. You are using \, when it should be /. For example, you use this:
On Mon, Feb 14, 2011 at 11:46 AM, Vineet D. <[email protected]>wrote: > >> sqlautocode mysql:\\username:pswd@hostname:3306\schema_name -o > tables.py > When it should be this: sqlautocode mysql://username:pswd@hostname:3306/schema_name -o tables.py -- Michael J. Pedersen My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171 Yahoo/pedermj2002, MSN/[email protected] -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

