Skip to content

Windows Support

username-removed-613407 requested to merge dglmoore/betse:windows into master

Plotting Backend

This merge fixes issue #3 (closed). The problem was exactly what @leycec predicted: Windows and Tk are not happy bedfellows. Switching to Qt4Agg as the default on Windows seems to have remedied the screaming death that immediately follows plot display.

Path Delimiters

After a lengthy perusal of BETSE's source, I found exactly no path separator issues. Judicious use of os.path.join made sure that the are not a problem! Any that I might have missed don't seem to be causing any trouble, so can't we all just get along?

Tests

All tests are passing under Windows 7 and Windows 10.

Merge request reports