I've download wxGlade-0.7.2.tar.gz, and extracted its contents. I also have Python3.6, wxPython and homebrew installed.
The problem is, when I run "python wxglade.py" in the wxGlade-0.7.2 folder, I get the following output:
INFO : Starting wxGlade version "0.7.2" on Python 2.7.10
INFO : Base directory: /Users/shihaoheng/Downloads/wxGlade-0.7.2
INFO : Documentation directory: /Users/shihaoheng/Downloads/wxGlade-0.7.2/docs
INFO : Icons directory: /Users/shihaoheng/Downloads/wxGlade-0.7.2/icons
INFO : Build-in widgets directory: /Users/shihaoheng/Downloads/wxGlade-0.7.2/widgets
INFO : Template directory: /Users/shihaoheng/Downloads/wxGlade-0.7.2/templates
INFO : Credits file: /Users/shihaoheng/Downloads/wxGlade-0.7.2/CREDITS.txt
INFO : License file: /Users/shihaoheng/Downloads/wxGlade-0.7.2/LICENSE.txt
INFO : Manual file: /Users/shihaoheng/Downloads/wxGlade-0.7.2/docs/html/index.html
INFO : Tutorial file: /Users/shihaoheng/Downloads/wxGlade-0.7.2/docs/tutorial.html
INFO : Home directory: /Users/shihaoheng
INFO : Application data directory: /Users/shihaoheng/.wxglade
INFO : Configuration file: /Users/shihaoheng/.wxglade/wxgladerc
INFO : History file: /Users/shihaoheng/.wxglade/file_history.txt
INFO : Log file: /Users/shihaoheng/.wxglade/wxglade.log
INFO : Current locale settings are:
INFO : Language code: zh_TW
INFO : Encoding: UTF-8
INFO : Filesystem encoding: utf-8
ERROR : Please install missing Python module "wxversion".
Please install missing Python module "wxversion".
Obviously, it is trying to install glade on Python2.7.10 (which I believe I also have installed, though I'm not sure how to check), and I am wondering if the error is because when I installed wxPython, it automatically installed to my 3.6 version.
Could this be the case? If so, how do I install wxPython specifically to the older version of python, so that I stop getting this "wxversion not found" error?
Edit: Python 2.7.13 wasn't installed, so I installed it just now, then ran "python2.7 wxglade.py", which gave me the same exact error as before. I tried reinstalling wxPython with brew, but got the error "Warning: wxpython 3.0.2.0 is already installed". Is there a way to install wxPython specifically to the python 2.7.13 version or something?