WattTime / pyiso

Python client libraries for ISO and other power grid data sources.
http://pyiso.readthedocs.org/
Other
237 stars 110 forks source link

pyiso doesn't work well behind http proxy #132

Closed hensyou closed 6 years ago

hensyou commented 6 years ago

Hello I find many cases that if the python is behind a corporate proxy, then pyiso cannot work because there is no way to pass down the Proxy Setting (session attribute) into base.request(). Thank you

hensyou commented 6 years ago

this proxy problem can be solved by adding python runntime environment variables, e.g, in PyCharm run configuration...