Jay Marcyes

Results 10 comments of Jay Marcyes

Sorry for the incredibly late response. The geckodriver installation is talked about [here](https://github.com/Jaymon/brow#installing-firefox-on-ubuntu-using-bash). As for your other question: > As a side question, is it possible to authenticate "programmatically"? I.e....

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...

I think there might have been a problem related to an update I did in [Captain](https://github.com/Jaymon/captain). I think I've fixed it, you can test by installing Wishlist version `0.5.1`: ```...

I think this is actually a problem with the older wishlist CLI using a newer [captain](https://github.com/Jaymon/captain) (specifically captain 3.0.0+), you should be able to fix it by downgrading captain: ```...

So I just pushed Wishlist 0.4.0 that works with Captain 3.0.0. I tested on my personal wishlist and it worked: ``` $ python -m wishlist dump 1. Clean Code: A...

I think you've nailed the environment problem correctly, I'm not sure I would change it though, if you are changing it in running code I would just import `wishlist.environ` directly...

I just added `lxml` as a dependency, I hadn't in the past because `lxml` was always a real pain to install and it had a default parser that I was...

@enricovicari thanks for this. I've now [pegged the supported brow and captain versions in the setup.py file](https://github.com/Jaymon/wishlist/commit/2243ea3c129fea412490cbf5e16e4a1580acf5a7) so this won't happen again as I upgrade the other projects.

Not sure how to figure this one out, I googled "chinese characters" and tried on the REPL to see if I could easily reproduce the problem, but it worked as...