you can throw in in the installed python/lib folder, or in site- packages folder (sibling to the applications folder of the web2py root dir, or do an export within your scripts (controller?),or.... my favorite, I usually do web2py stuff with Aptana,so, i throw of copy of all dependencies within my project and reference it there... so, many possibilities, depends how you prefer to reference it....
Hope it helps, Mart :) On Oct 17, 7:11 pm, Franklin Freitas <freitas.frank...@gmail.com> wrote: > Has anyone been able to install MySQLdb in Mac OSX ??? > > I want to use it with Web2py but haven't been able to make it work. > I've read a whole bunch of forums saying how hard it is, I've done > everything I've reead about it without any results. I even used > macports as recommended by my Web2py teacher but it didn't work > either. > > If anyone knows a sure way on how to achieve this I would appreciate > it. > > Thanks for your time