From: Aaron S. <az...@bu...> - 2008-03-25 14:03:33
|
I can report that Python and Leopard work great together. I have done plenty of work on it since January, and I'm pleased. Also wxWindows and PythonCard work well on Leopard. The only area that I've been disappointed in the Mac-Python mix is with respect to database libraries. There's a fine one for MacPython library for MySQL, but to get to any other (Oracle, SQL Server especially) was a royal pain in the tuchus. I ended up writing a Python wrapper around JDBC, and then I have Python spark up a JVM and use the JDBC libraries to talk to the databases. And since some of my code runs on Linux, this worked well for that as well. -Aaron On Mar 25, 2008, at 9:48 AM, Brian Mahoney wrote: > > I think I ignored the initial post because Python was having > problems with the Leopard release, and I expected things would > eventually resolve themselves. You may want to check the internet > for the general state of Python (esp. PythonLauncher) and Leopard. > > Good Luck > > |