[PyQt] project question
Phil Thompson
phil at riverbankcomputing.com
Sun Jan 24 15:55:30 GMT 2010
On Sun, 24 Jan 2010 14:54:31 +0000, Cucu Cristian <cuciferus at gmail.com>
wrote:
> Hi list,
> I made a pyqt script to allow users to input some data
> in some dialogs, and I stored those in an sqlite file. At
> first this was only on one computer and it was ok. But
> now I need this project on more computers, and I got
> stuck at getting the database accesible for all. I tried
> mysql and it worked fine on my linux system, but at
> work I have only windows, my collegues also, and as far
> as I've seen pyqt has no mysql support on windows.
Yes it does.
> I
> tried saving the sqlite.db to a remote, freehostingftp
> server, but I can't get the binary transport to work.
> How should I solve this? Use a different sql protocol?
> Emailing the db to me doesn't do much good since it
> might exceed the attachement size limit.
Phil
More information about the PyQt
mailing list