wishlist
wishlist copied to clipboard
IOError whilst execution
Hey there,
I am on Windows 10 and using Python 2.7. I have created a virutal env, pip installed whishlist and did
@set WISHLIST_HOST=https://amazon.de
When executing ´´wishlist dump KEY´´ I am receiving an error (see screenshot)
I've never ran wishlist (or captain for that matter) on Windows so I'm not even sure where to begin offering help.
The first thing I would try is installing the latest version since I fixed a bunch of bugs last week but haven't pushed it to pypi yet:
$ pip install --upgrade "git+https://github.com/Jaymon/wishlist#egg=wishlist"
Then try again.
If we can't get this to work on windows I develop it locally using an Ubuntu Vagrant box and I'd be happy to help you get that up and running on Windows
Keep me updated
Thank you, I will give it a try. I had to do some edit, but at least got it running in python3. I will grab the latest version an keep testing. Thanks alot for your hard work!