Adonis wrote: > i hav downloaded Python mySQL, but lacks any documentation? is there a > recommended mySQL module for Python? > > any help is greatly appreciated. > > Adonis Quite often you can find enough of information in the Python interpreter by typing: import theModule help(theModule) /Magnus