Open jnko opened 12 years ago
I am quite sure that the change you propose is already included. 'os.path.expanduser()' is called in line 136.
I will include your installation instructions in the readme if that is ok with you.
Yes, you are right. It was already included. Sorry about this.
I'll add a little bit more details about installing on Windows. Additionally I think about extending your project. My main thoughts are:
Well these are just my two cents and thoughts. I will investigate it when I've a little bit spare time (which is quite rare ;-)
In gui.py replace line "CONFIG_FILE = '~/.brother_solver'" with CONFIG_FILE = os.path.expanduser('~/.brother_solver')
In order to install on Windows:
From the bottom of the page to install distribute:
$ curl -O http://python-distribute.org/distribute_setup.py $ python distribute_setup.py
Works fine in Win32 ;-)