Closed matthieutrs closed 4 years ago
@adrianjhpc solved this by changing mode="wa"
to mode="a"
in Pyxis/Internals.py.
Yep, I was about to push the same change to the issue-101
branch. But I'd like to sort out #102 while I'm at it...
@matthieutrs, would you please let us know when you think all your previous scripts are working? We'll make a point release then.
@o-smirnov we had to do 1 last change here:
Pyxis.Context[mod] = sys.modules.get(mod,sys.modules.get("Pyxides."+m));
was replaced by
Pyxis.Context[mod] = sys.modules.get(mod,sys.modules.get("Pyxides."+mod));
Our installation of Pyxis from source now works like a charm!
Ah thanks. Now that was a genuine old-time bug that moving to a new Python exposed.
Hello,
This issue follow the resolution of #101 and the building of Pyxis from source. When loading some pyxis-smh.py/pyxis-smh.conf files, I get the following error message:
Would you have any hint on how to solve this?