954,525 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

pyWin32 & wxPython

I am using Tkinter as my gui programming addon for python but i think it would be better to lean something else....

do you know where there are any good pyWin32 or wxPython tutortials?

Help is apprecaited. :cheesy:

danizzil14
Junior Poster in Training
68 posts since Jul 2005
Reputation Points: 16
Solved Threads: 1
 

When you download wxPython2.6-win32-unicode-2.6.1.0-py24.exe from:
http://prdownloads.sourceforge.net/wxpython/
also download wxPython2.6-win32-docs-demos-2.6.1.0.exe

Install both. In the docs/demo folder is a program main.py that brings up a nice selection of examples, the closest thing I could find that looks like a wxPython tutorial. It runs the demos, shows the code and gives an explanation. I found main.py on my computer under D:\Python24\Doc\wxPython2.6 Docs and Demos\demo\main.py

Just a note, there is nothing wrong with using the somewhat simpler Tkinter for your GUI programs, particularly as you start out programming. It all depends what you want your program to do!

vegaseat
DaniWeb's Hypocrite
Moderator
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
 
Just a note, there is nothing wrong with using the somewhat simpler Tkinter for your GUI programs, particularly as you start out programming. It all depends what you want your program to do!

Yeah, I kind of want to be able to interact with the clipboard and some decent file interactions. The main thing is though, I want a flexible GUI that does most of the basic things Windows itslef handles. I've been programming in Python for about a year now and same with tkinter but I haven't worked with it enough to remember the exact stuff in tkinter so now is the perfect time to transition. So yeah, I'd rather learn a farely tough GUI that covers a wide range of things than a simple not so broad GUI.

danizzil14
Junior Poster in Training
68 posts since Jul 2005
Reputation Points: 16
Solved Threads: 1
 

In your case you might want to download this version:
http://prdownloads.sourceforge.net/wxpython/wxPython2.6-win32-ansi-2.6.1.0-py24.exe

There are a number of wxPython code examples on this site, study them well.

vegaseat
DaniWeb's Hypocrite
Moderator
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You