This website requires JavaScript.
Explore
Help
Register
Sign In
cheng
/
wxWidgets
Watch
1
Star
0
Fork
0
You've already forked wxWidgets
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bb0054cda8
wxWidgets
/
utils
/
wxPython
/
demo
/
demo.py
8 lines
98 B
Python
Raw
Normal View
History
Unescape
Escape
wxPython 2.0b9, first phase (win32) Added gobs of stuff, see wxPython/README.txt for details git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-04-29 23:29:54 -04:00
#!/bin/env python
wxPython 2.1b1 for wxMSW (wxGTK coming soon) Lots of changes, see the README.txt for details... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-06-22 03:03:29 -04:00
import
sys
sys
.
path
.
insert
(
0
,
'
e:/projects/wx/utils
'
)
More for wxPython 2.0b9 (hopefully the last...) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-05-01 22:06:43 -04:00
wxPython 2.0b9, first phase (win32) Added gobs of stuff, see wxPython/README.txt for details git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-04-29 23:29:54 -04:00
import
Main
Main
.
main
(
)
Reference in New Issue
Copy Permalink