When trying to use the console from windows I get a key error as described in this post on StackOverflow.
FIX:
Replace os.environ["HOME"] with os.path.expanduser('~') on line 90 in scripts/shopify_api.py
Proposed fix needs to be tested on Linux and Mac. Works on Windows 7 x64.
When trying to use the console from windows I get a key error as described in this post on StackOverflow.
FIX:
Replace
os.environ["HOME"]withos.path.expanduser('~')on line 90 inscripts/shopify_api.pyProposed fix needs to be tested on Linux and Mac. Works on Windows 7 x64.