Re: [Tutor] Source of MySQL Command Interpreter

2016-01-19 Thread Alan Gauld
On 16/01/16 23:27, Ricardo Martínez wrote: > Hi, i wrote a small APP to execute MySQL commands and retrieve to a Treeview I finally got round to looking at this. Here are a couple of comments. I don't understand what the else part is supposed to do here: if self.cursor.description is not No

Re: [Tutor] Source of MySQL Command Interpreter

2016-01-17 Thread Peter Otten
Ricardo Martínez wrote: > Hi, i wrote a small APP to execute MySQL commands and retrieve to a > Treeview > > http://pastebin.com/v2C8kAu1 > > Share your comments and upgrades. Well, you have an application that works -- that's good. Do you have specific questions in mind? Then don't hesitate t

Re: [Tutor] Source of MySQL Command Interpreter

2016-01-16 Thread Alan Gauld
On 17/01/16 00:04, Ben Finney wrote: > Ricardo Martínez writes: > >> Hi, i wrote a small APP to execute MySQL commands and retrieve to a Treeview >> >> Share your comments and upgrades. > > You're addressing this to the wrong forum. If you want to discuss code, > please post *small, complete* sa

Re: [Tutor] Source of MySQL Command Interpreter

2016-01-16 Thread Ben Finney
Ricardo Martínez writes: > Hi, i wrote a small APP to execute MySQL commands and retrieve to a Treeview > > Share your comments and upgrades. You're addressing this to the wrong forum. If you want to discuss code, please post *small, complete* samples of code directly here in the forum and ask s

[Tutor] Source of MySQL Command Interpreter

2016-01-16 Thread Ricardo Martínez
Hi, i wrote a small APP to execute MySQL commands and retrieve to a Treeview http://pastebin.com/v2C8kAu1 Share your comments and upgrades. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/ma