BlackArbsCEO / trading-with-python

Automatically exported from code.google.com/p/trading-with-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation issue under ipython 2.7

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. When doing installation either by pip install tradingWithPython(auto) or 
python setup.py install, i am receiving an error which block installation 
completion:

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 10: 
ordinal not in range(128)


What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Windows 8.1, ipython 2.7

Please provide any additional information below.
Even with admin powers the error occurs.

Original issue reported on code.google.com by heliosil...@gmail.com on 13 Nov 2014 at 1:08

[deleted comment]
After some of research, have found the solution. The error isn't from the 
library itself, but rather a bug of python 2.

The link for encoding issue solution:
http://bugs.python.org/review/9291/diff/1663/Lib/mimetypes.py

Hope it helps
HPS

Original comment by heliosil...@gmail.com on 13 Nov 2014 at 4:03