draperjames / qtpandas

Qt Meets Pandas
MIT License
140 stars 53 forks source link

Working on Anaconda Python 2.7, Mac OS X 10.11.6 with a little help #39

Open m-bob opened 7 years ago

m-bob commented 7 years ago

Dear James Draper,

Thank you! I had to do two things to get this to work on my machine. [1] I put the statement from future import print_function at the top of the file utils.py. [2] I inserted the statements import sys
reload(sys)
sys.setdefaultencoding('latin-1') near the top of icons_rc.py.

TestApp.py now looks like it runs fine. Again, thanks!

Yours,

m-bob