On 8/28/10 12:48 PM, Mark Rajcok wrote: > Possibly a topic for a different email thread... but I'd like to know > how you got MySQLdb to work with 2.6.5 on Windows. There is no *.exe > on the sourceforge site. > I may end up downgrading to Python 2.5.x
Oh wow, thanks for noting that. I have 2 versions of my app: single-user SQLite and multi-user MySQL. I hadn't followed through and installed MySQLdb yet for the multi-user version. Anyway, I googled and found this page: http://timvalenta.wordpress.com/2009/02/04/python-26-mysql/ Which has a link to an unofficial build of MySQLdb for Windows and Python 2.6. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
