[Tutor] Question about grid layout

2016-01-17 Thread Ricardo Martínez
Hi folks, first thanks to Peter and Alan for the comments about the Interpreter, i really appreciate that. The question that i have in mind is about grid layout, i have the below code and i want to resize every widget when the user resize the main windows. """ START """ import tkinter as tk im

[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

[Tutor] I want to share a source that i wrote

2016-01-15 Thread Ricardo Martínez
Hi guys, i wrote a simply MySQL interpretar with Python / Tk and I want to ask if can I share with the people in the list to discuss about the code and maybe help to the community. The source code has 200 lines and is written in a single file. P.D. please, Alan Gauld be kind with my mistakes abou

Re: [Tutor] Python trouble (Nathan Clark)

2015-12-29 Thread Ricardo Martínez
Hi, the problem is in the line that says: terms = int(input("How many terms of the fibonnaci sequence would you like?") is missing a closing ')' take a look: terms = int(input("How many terms of the fibonnaci sequence would you like?")) Hope you help. ___

[Tutor] Install issues with wxPython in OSX 10.11 El Capitan

2015-12-27 Thread Ricardo Martínez
Hi to everyone, this is my first post to the list, I have problems installing wxPython in OSX El Capitan, the install end with a message that indicates that there's nothing to install, I have installed Python 2.7 by default and 3 by myself, and I'd like to know another graphic library to use in OSX