Paul Sokolovsky

Results 646 comments of Paul Sokolovsky

See https://github.com/pfalcon/esp-open-sdk/pull/332 / https://github.com/pfalcon/esp-open-sdk/pull/344

ubuntu 14.04 x64 is also my main setup where I built project from the beginning. But maybe I need to rebuild it from scratch some time - maybe there were...

I just rebuilt the project from scratch on my Ubuntu 14.04 x64 without any issues. One hunch I may have about your issue is that you have some older xtensa...

@alonewolfx2: Theoretically, that can be an issue, so I suggest setting English for that session and trying again. That should be as simple as running "export LANG=en_US.UTF-8" before any other...

> runtime dependencies on libpcre++.so That one is bugging me a lot. If there's no "import re", how can there be dependency on -lpcre? Is shedskin smart enough to do...

> If some Python code does not use the re module, most modern C++ compilers will generate binaries that don't have a runtime dependency on libpcre++ Well, not by their...

> and unlikely to make the jump to 3.x. Why suddenly? There're enough pullrequests trying to do that, someone confirmed should just re-do them in clean manner (and likely fork...

> We could fork it and work on such a port, but I believe the original author is uninterested. It was education-years project, and he maintained it for quite a...

FYI, I've ported Python2 "compiler" package to Python3: http://github.com/pfalcon/python-compiler . But I think it make sense to formulate the issue better. What "compiler" does is generating bytecode from AST. I...

Nice, thanks for confirming. So, if somebody will be interested to play with such an upgrade, hopefully they comment here. I myself would be, but I'm only getting acquainted with...