wishlist icon indicating copy to clipboard operation
wishlist copied to clipboard

IOError whilst execution

Open ALee008 opened this issue 5 years ago • 2 comments

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)

unbenannt

ALee008 avatar Jan 05 '19 12:01 ALee008

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

Jaymon avatar Jan 06 '19 23:01 Jaymon

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!

ALee008 avatar Jan 07 '19 21:01 ALee008