projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compilation fix
[wxWidgets.git]
/
wxPython
/
demo
/
PythonEvents.py
diff --git
a/wxPython/demo/PythonEvents.py
b/wxPython/demo/PythonEvents.py
index d7454aac6bc8e94789dc888d3c7c1ff26811c98f..98301706ffd6a538f52cf007127faa5dd58232c3 100644
(file)
--- a/
wxPython/demo/PythonEvents.py
+++ b/
wxPython/demo/PythonEvents.py
@@
-83,3
+83,10
@@
This demo is a contrived example of defining an event class in wxPython and send
+
+
+if __name__ == '__main__':
+ import sys,os
+ import run
+ run.main(['', os.path.basename(sys.argv[0])])
+