Hacker News new | ask | show | jobs
by mj64 3236 days ago
Very cool! Unfortunately, I couldn't get this working in Windows. Appears that the curses library is not compatible. Tried Unicurses with the same effect. Running Python 3.62.

Ran it in Ubuntu with no problem. Looking forward to writing some .dot programs. Well done!

1 comments

Sorry to hear that. I recently wrote some code to support debugging without curses (both the library and a pun when you are on windows and need it).

It just uses try-catch block to detect if it should go into compatibility mode, so you should be able to use the latest version of the repo without thinking about Curses.

Have fun writing AsciiDots code