"Lauren Snyder" wrote
I have written an application in python that uses a MySQL database.
I want
to distribute this application to many users so I created an
executable
1. Is it possible to bundle the database into my application?
It may be possible but it is unusual.
Normally the databas
Hello!
I have written an application in python that uses a MySQL database. I want
to distribute this application to many users so I created an executable
using GUI2exe. My executable works marvelously. However, when attempting to
run the app on a computer that doesn't have the MySQL server runn
2009/3/20 Kent Johnson
> 2009/3/20 Emad Nawfal (عماد نوفل) :
>
> > if I want to do this with more than two dictionaries, the obvious
> solution
> > for me is to use something like the reduce functions with a list of
> > dictionary names like:
> > dictList = [dict1, dict2, dict3]
> > newDict = red