It's now working.
More info:
I finally got all the parameters right and ran tableBrowser.py from the command line (inside the TextMate bundle in the Appllications Folder).
It can't find MySQLdb when run from the command line.
This is really odd. . .when I run Python alone from the command line, it works fine with MySQLdb.
When I run tableBrowser.py, it can't find the module.
Any Python gurus out there that know what's going on?
Thanks,
ml
On Aug 28, 2006, at 1:33 PM, Mark Lacas wrote:
Hmmm,
Any idea why MySQLdb isn't working from TextMate then?
I ran all the MySQL tests that came with the module and they passed.
ml
On Aug 28, 2006, at 1:16 PM, Derek Belrose wrote:
Mark Lacas wrote:
I note that the first line of tablebrowser.py is:
#!/usr/bin/env python
My python is at:
/usr/bin/python
#!/usr/bin/env python will work at that location because env returns the
location that it finds the binary "python" at.
In your case it will return "/usr/bin/python"
-Derek
______________________________________________________________________
(threading gets destroyed and the universe will collapse if you don't)
______________________________________________________________________
(threading gets destroyed and the universe will collapse if you don't)
______________________________________________________________________
(threading gets destroyed and the universe will collapse if you don't)