Closed o-smirnov closed 4 years ago
@Athanaseus @gijzelaerr help I don't get it. It's clunky horrible old code, but I don't see the syntax error.
What's more, I can pip install -e pyxis
this into both a py2 and a py3 virtualenv, and neither of them throws a syntax error on this module. So what's different about the deb package?
deb pre compiles the python files into pyc, that fails. not sure why that happens for a py2 package though. maybe it is actually py3 code not compatible with py2 env
But I can run this in py2 or py3 when I do it locally... so what's different about how deb runs it?
And what's wrong with the code anyway. Seems legit to me. Unless it's not picking up that this is a continuation line somehow?
Ah this was fixed by #94 after the release. Can make a patch for this or wait for the next release?
Let's merge #104, and give @matthieutrs another couple of days, as he seems to have a knack for turning up bugs. Then we make a patch.
OK, @matthieutrs reports success -- I've made a 1.7.1 release, let's push that into KERN.
Now on KERN.
Excellent, thanks!
Looks like a py3 port breakage.