X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ff5710d558a9cdffdc8845e7e6a5e6b14e7094f..774e63ef5aa5902788f841966133c4a3b470d2a7:/wxPython/BUILD.osx.txt diff --git a/wxPython/BUILD.osx.txt b/wxPython/BUILD.osx.txt index 198e1336fc..159df03fb1 100644 --- a/wxPython/BUILD.osx.txt +++ b/wxPython/BUILD.osx.txt @@ -51,10 +51,10 @@ get things from various CVS repositories as needed. ln -s ../wxPython . 8. Now just navigate in the Finder to the demo directory and double - click demo.py, or simple.py, or whatever you want to run. - (Unfortunately it can't be done from the commandline in a terminal - window. You can open the Console app to see any tracebacks or - other output.) + click demo.py, or simple.py, or whatever you want to run. Or from + a command line you can run it this way: + + open -a Python demo.py 9. Figure out what's wrong, figure out how to fix it, and then send the patches to me.