kressi / terminalplot

GNU General Public License v3.0
49 stars 5 forks source link

Windows #3

Closed phi1010 closed 4 years ago

phi1010 commented 5 years ago

terminalplot depends on termios and fcntl, which are not available on an Anaconda Python interpreter running on Windows -- probably neither on the official one. Even when specifying columns and rows manually; including these modules alone already prevents terminalplot from being used on Windows.

kressi commented 4 years ago

Supports now also Windows. Added a build on Travis for Windows as well. https://travis-ci.org/kressi/terminalplot/jobs/624243458 Build passes, tests do not get found by nose. I could not figure out why. At least it should no longer crash on Windows.