- Thank you received: 0
Netgen logs me out
5 years 3 months ago #1788
by pbmonk
Netgen logs me out was created by pbmonk
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
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
5 years 3 months ago #1789
by joachim
Replied by joachim on topic Netgen logs me out
Hi Peter,
I had the same, problem, see this thread:
ngsolve.org/forum/ngspy-forum/818-macos-10-14-6-update-warning
But for some it is working. We are working on it.
There are now two possibilities:
1. start via Python:
Also jupyter notebooks should work.
2. 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
I had the same, problem, see this thread:
ngsolve.org/forum/ngspy-forum/818-macos-10-14-6-update-warning
But for some it is working. We are working on it.
There are now two possibilities:
1. start via Python:
Code:
python3
import netgen.gui
2. 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
Time to create page: 0.090 seconds