Re: [Tutor] Distributing MySQL with my application

2009-03-23 Thread Lauren Snyder
alma [mailto:andre...@gmail.com] Sent: Sunday, March 22, 2009 7:29 AM To: Lauren Snyder Subject: Re: [Tutor] Distributing MySQL with my application Hi! It depends for what do you want for your aplication. How about you create a database anywhere else(not in users localhost) for each user who

[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] How to reference a wx.grid.Grid outside the methodinwhich it was created?

2008-08-11 Thread Lauren Snyder
Will do! Thanks again, Lauren :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Gauld Sent: Monday, August 11, 2008 4:27 PM To: tutor@python.org Subject: Re: [Tutor] How to reference a wx.grid.Grid outside the methodinwhich it was created? <[EMAI

[Tutor] Tree Ctrl Data Structure - Help, please!

2008-07-15 Thread Lauren Snyder
Hello! ACK!!! I am attempting to "AUTO" populate a tree control Right now I am just focusing on dynamically creating the data structure (a list of lists) that will later be used to populate the tree control. This is where I am stuck! Based on some research I've done, I think I w