News

In the PyCharm project I selected my system wide python2.7 as interpreter, but I get no module named sage.all which makes sense because I didn't install the module into my system wide python. After ...
As for the syntax errors, there are a couple of asyncio modules in pyzmq that only work on Python 3. There's no problem with them being present on Python 2, but they can't be imported.