Matthias,
I was successful in changing the .python-path.txt file so that KLayout is using the MSYS2 python interpreter. However, still no luck in importing numpy. Same error message as Lukas. Numpy does work when used in the MSYS2 environment. Is t…
Matthias,
that makes sense. didn't think that far.
One thing thought, if I quit the debugger the main KLayout window does not get redrawn. I need to move the mouse over it to get the layout and menu back.
Jonas
Matthias,
A bit more input on the above error: (running on Windows, Python 3.4.2 (default, Jul 25 2015, 23:50:22) [MSC v.1600 64 bit (AMD64)
iter2.next() does work for the RecursiveShapeIterator but not on a 'regular' iterator (e.g. p_iter = path.e…
Some updates for Windows: Downloading the precompiled numpy module from Christoph Gohlke's Unofficial Windows Binaries for Python Extension Packages website worked:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy (The following package worked for…