-
Notifications
You must be signed in to change notification settings - Fork 370
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 Error on Windows: 'Module has no attribute symlink' #104
Comments
are you able to test these? |
I put the code above in my code and it worked. However, I ended up just using my own console to test shopify. For issue #103 that proposed fix works and is needed to even get the console up and running. |
I mean test that it still works on the other OSes |
Ah, I am not able to test on other OSes as I only have Windows machines |
All tests passed on Linux |
The issue that the cli is not tested by the test suite someone has to just use it (or write a test suite for it). We actually removed the cli from the ruby gem since it was sort of a separate thing |
Alright, I can take a look at that as well |
Thanks! |
I was able to create a product from the console with that fix. I guess it should work for most uses since it looks like sugar to some boring set up tasks. I'll take a look at the ruby test suite so I can be more certain on that. |
sweet thanks. |
After succesfully configuring the yaml file (after applying fix proposed in issue #103), I got the symlink error on Windows.
Looks like this might be a potential fix (add to top of shopify_api.py):
Fix Source
Needs to be tested further.
The text was updated successfully, but these errors were encountered: