WinXP Home, sp2:
I am going thru the tutorial @ http://zetcode.com/wxpython/firststeps/
The exercises are great. BUT I am still running with 1) dle.exe, 2) python shell, and 3) an idle text input screen (Centre.py). [ C:\Program Files\Python26\Lib\idlelib\vm ]
When I click on PythonW.exe it does nothing. I tried the directions for associating *.py with PythonW.exe , but it doesn't take. Still only 1) dle.exe, 2) python shell, and 3) an idle text input screen (Centre.py). Shall I go into RegEdit and fiddle with something?
How do I get wxPython up and running. I am thinking it will be the GUI. But I see no evidence of it.
Thanks
vmars 0 Light Poster
Recommended Answers
Jump to PostWxpython is a library GUI to be used with python programs. It is not a program like firefox.exe What you do is call the library from your codes and Bang! it fires up the GUI. Just pick up any simple code from zetcode and run them in IDLE. Wing IDE …
Jump to Postuse py2exe and py2mac to package an executable files
All 6 Replies
Stefano Mtangoo 455 Senior Poster
vmars 0 Light Poster
Stefano Mtangoo 455 Senior Poster
Gribouillis 1,391 Programming Explorer Team Colleague
vmars 0 Light Poster
jlm699 320 Veteran Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.