cooperdk

Results 108 comments of cooperdk

This is now working in my own fork: https://github.com/cooperdk/YAPO-e-plus

This is on my todo for my fork: https://github.com/cooperdk/YAPO-e-plus

xml_dump.py At line 54. the try-except tries to perform a write operation on a file which is no longer open. It is opened in a "With" statement, but as we...

> Odd, in the python3 branch I had to fix some stuff.

> Hi @cooperdk—I went and looked at the code you're referencing, and it looks like you changed a lot more than just lines in question. Since the branch `python3` is...

Oh @elsiehupp I noticed your pypi package which I am going to focus on instead. Did you make it CLI capable? If not, I'd be happy to contribute with that...

> > Can all y’all give #409 a spin? Thanks! > > Personally, I've _just_ moved to [another method](https://github.com/WikiTeam/wikiteam/issues/395#issuecomment-857815252). I also lack the time to test-run the updated script, sorry....

> If mwclient is needed in all circumstances, it needs to say so No, it doesn't. Take a look at requirements.txt where it is included. If you do what you're...

I'm suddenly getting the same on both Linux and Windows (Conda 2.7), and BOTH on resumes and new loads. On a page where exports worked two days ago. And the...

> not all use linux, fix it I agree, an error like this shouldn't happen on a Python based tool. Python is able to handle both Linux and Windows operating...