[PyQt] project question

Cucu Cristian cuciferus at gmail.com
Sun Jan 24 23:14:13 GMT 2010


On Sunday 24 January 2010 15:55:30 you wrote:
> 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.
Sorry I meant right out of the box. As I googled about pyqt and 
mysql I found http://www.mail-
archive.com/pyqt at riverbankcomputing.com/msg19629.html. My 
coleagues are not very sciency and would frown upon "compiling 
driver" issue. Or has something recentlly changed?
> 
> > 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