I don;t know why .. but it doesn't look installed.
if i do python ./tableBrowser.py --server=mysql in the SQL.tmbundle/Support/bin It returns the error: MySQLdb module is not installed Traceback (most recent call last): File "./tableBrowser.py", line 284, in ?
ps: i'm on a Intel
On 28-aug-2006, at 22:33, 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
_ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate