[J-core] MimasV2Config.py issues

Rich Felker dalias at libc.org
Sat Apr 16 11:16:41 EDT 2016


On Sat, Apr 16, 2016 at 07:16:35AM -0400, Christopher Friedt wrote:
> On Apr 15, 2016 10:54 PM, "Rob Landley" <rob at landley.net> wrote:
> > I have a todo item to make the python script itself retry internally.
> 
> Ugh - sounds like a job for C.

A C version of the utility would be nice to have, but the python3 one
seems to work fine as long as you don't have the broken (possibly just
outdated and lacking bug fixes) Ubuntu package. You might try
uninstalling their python-serial package and using pip (the command is
probably pip3 for python3) to get the latest version. I had to use
pip3 (or else manual install) because my distro doesn't have a python3
version of the python serial package, and after installing it that
way, it worked every time.

Rich


More information about the J-core mailing list