Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console "HOME" key error on Windows (with FIX) #103

Open
davidstackio opened this issue Jun 20, 2015 · 2 comments
Open

Console "HOME" key error on Windows (with FIX) #103

davidstackio opened this issue Jun 20, 2015 · 2 comments

Comments

@davidstackio
Copy link

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.

@asiviero
Copy link
Contributor

Tested it on Linux, worked fine, all tests passed. Should work on Mac as well although I can only test it by monday

@LEChaney
Copy link

Wow... Why hasn't this been fixed yet....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants