<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">HI,<DIV><BR class="khtml-block-placeholder"></DIV><DIV>i just wanted to try out the SQL bundle but somehow i have problems. First i found no docs whats the best way to let Textmate find</DIV><DIV>the mysql binary. He complained that he couldnt find it any of the mentioned paths, which was basically the PATH env. variable.</DIV><DIV>Then i created a symlink to mysql binary into ...SQL.tmbundle/Support/bin/</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>With that i was able to "Execute line with query" but with "Table Browser" i got this:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><FONT class="Apple-style-span" face="Lucida Grande" size="4"><SPAN class="Apple-style-span" style="font-size: 14.7px;">Traceback (most recent call last): File "/Users/marclogemann/Applications/tools/TextMate.app/Contents/SharedSupport/Bundles/SQL.tmbundle/Support/bin/tableBrowser.py", line 284, in ? sys.exit(main()) File "/Users/marclogemann/Applications/tools/TextMate.app/Contents/SharedSupport/Bundles/SQL.tmbundle/Support/bin/tableBrowser.py", line 109, in main listTables(dbName,dbHost,dbPort,serverType,passwd,dbUser) File "/Users/marclogemann/Applications/tools/TextMate.app/Contents/SharedSupport/Bundles/SQL.tmbundle/Support/bin/tableBrowser.py", line 130, in listTables mycon = MySQLdb.connect(db=dbName,host=dbHost,port=int(dbPort),user=dbUser,passwd=passwd) NameError: global name 'MySQLdb' is not defined</SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" face="Lucida Grande" size="4"><SPAN class="Apple-style-span" style="font-size: 14.7px;"><BR class="khtml-block-placeholder"></SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" face="Lucida Grande" size="4"><SPAN class="Apple-style-span" style="font-size: 14.7px;"><BR class="khtml-block-placeholder"></SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" face="Lucida Grande" size="4"><SPAN class="Apple-style-span" style="font-size: 14.7px;"><BR class="khtml-block-placeholder"></SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" face="Lucida Grande">To be honest, i dont know what these _mysql files in there are, nor it is documented somehwere. So what is the best approach to get this running?</FONT></DIV><DIV><FONT class="Apple-style-span" face="Lucida Grande"><BR class="khtml-block-placeholder"></FONT></DIV><DIV><FONT class="Apple-style-span" face="Lucida Grande">Furthermore is there a way to display correct encodings for international characters like german umlaute (äöü)? I get rubbish when these chars occur.</FONT></DIV><DIV><FONT class="Apple-style-span" face="Lucida Grande"><BR class="khtml-block-placeholder"></FONT></DIV><DIV><FONT class="Apple-style-span" face="Lucida Grande">Thanks.</FONT></DIV><DIV><FONT class="Apple-style-span" face="Lucida Grande"><BR class="khtml-block-placeholder"></FONT></DIV><DIV><FONT class="Apple-style-span" face="Lucida Grande">Marc</FONT></DIV></BODY></HTML>