Re: [Tutor] Distributing MySQL with my application

2009-03-21 Thread Alan Gauld
"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

[Tutor] Distributing MySQL with my application

2009-03-21 Thread Lauren Snyder
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

Re: [Tutor] adding dictionary values

2009-03-21 Thread عماد نوفل
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