You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/dev-python/wxpython2/files/wxpython-3.0-wxversion-demo...

11 lines
147 B

--- demo/demo.org
+++ demo/demo.py
@@ -1,4 +1,7 @@
#!/usr/bin/env python
+import wxversion
+wxversion.select("3.0")
+
import Main
Main.main()