windows64

Installing NumPy and SciPy on 64-bit Windows (with Pip)

Installing NumPy and SciPy on 64-bit Windows (with Pip) Question: I found out that it’s impossible to install NumPy/SciPy via installers on Windows 64-bit, that’s only possible on 32-bit. Because I need more memory than a 32-bit installation gives me, I need the 64-bit version of everything. I tried to install everything via Pip and …

Total answers: 14

pyserial for Python 2.7.2

pyserial for Python 2.7.2 Question: I’m new to Python. According to the internets I was looking for the module pyserial after receiving this error: ImportError: No module named serial I first tried to install pywin32, it went well. But it seems not to contain pyserial. 🙁 Then I found a single module installer for pyserial, …

Total answers: 9