I am trying to use Visual Tkinter but it's giving an "Invalid procedure call" error each time I try to place something on the form and the program closes.
IMHO, Tkinter GUI code is too simple to write to warrant a visual approach. It's so much easier to build yourself a few Tkinter code templates and go with that.
BTW, code produced by Visual Tkinter doesn't seem to follow any Python syntax guidelines.
Last edited by vegaseat; Feb 9th, 2010 at 12:00 pm.
IMHO, Tkinter GUI code is too simple to write to warrant a visual approach. It's so much easier to build yourself a few Tkinter code templates and go with that.
BTW, code produced by Visual Tkinter doesn't seem to follow any Python syntax guidelines.
ok.. I wanted an IDE like that coz I am a absolute beginner in python programming and was too used to using Visual Studio.
Guess I'd find coding in tkinter easier as I go.
ok.. I wanted an IDE like that coz I am a absolute beginner in python programming and was too used to using Visual Studio.
Guess I'd find coding in tkinter easier as I go.
Thank you for the replies.
If you are an absolute beginner, use only robust and well known IDEs. Idle is a good first choice.
I am right now using Netbeans IDE & Wing IDE. These appear more friednly than IDLE.
I wanted an IDE where I could just drag and drop buttons & text boxes like in visual basic,instead of coding them.
I guess I'll have to only write the code for the GUI elements.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.