Ben Elliston

Results 57 comments of Ben Elliston

It needs to be possible to suppress all bashcov output so that it doesn't produce unwanted output that can disturb test harnesses, CI systems, etc.

Are you able to install Gooey using `pip install Gooey`? If that package doesn't install, you'll need to take that up with [chriskiehl/Gooey](https://github.com/chriskiehl/Gooey). nemo.cfg can go anywhere. You should set...

Please follow up on the nemo-devel mailing list.

These issues relate to the Gooey package, not NEMO. NEMO just uses the Gooey package to get its job done. Any problems have to be reported to the relevant maintainer,...

Ah, sorry, I misunderstood. I will check it out, thanks.

I have added Python 3.9 and 3.10 to the list of environments to build and test with in Github workflows. That exposed another problem: nosetests is unmaintained and doesn't work...

One of the DEAP maintainers reassures me that DEAP is still maintained.

I just installed DEAP from source code using Python 3.10: ``` python3.10 setup.py build install --prefix=$HOME/tmp ```

I have never had to build wxPython, even on Linux, because PyPI pulled in a precompiled package. The main issue here is that there is no [precompiled package for Python...