pbmonk
1
Is anyone else having this problem: when I start Netgen on my MacBook (OS X 10.14.6) like this
netgen example.py
I am immediately logged out!
Do I have something set wrong? Or is it likely a bug in the code (which runs on other machines - but not correctly 
Thanks
Peter
Hi Peter,
I had the same, problem, see this thread:
But for some it is working. We are working on it.
There are now two possibilities:
- start via Python:
python3
import netgen.gui
Also jupyter notebooks should work.
- update Tcl/Tk to version 8.6.9. It has some updates for Mojave. This interferes with Pythonโs Tcl/Tk 8.6.8, but it is working in my case.
Joachim