-
-
Notifications
You must be signed in to change notification settings - Fork 38
Description
I can't get Calculix CAE working whatsoever. Might be blatantly clear to someone, but not to me.
I always get the following error message as shown:
[notice] A new release of pip is available: 23.1.2 -> 23.3
[notice] To update, run: C:\Users\drppo\Documents\cae_20230122_v0.9.1\bin\python\python.exe -m pip install --upgrade pip
STARTUP TESTS
INFO: Python version is 3.10.9.
INFO: CAE version is 0.9.1.
INFO: Default web browser is WindowsDefault.
INFO: PyQt5 OK
INFO: PyQtWebEngine OK
INFO: ccx2paraview OK
INFO: unv2ccx OK
INFO: numpy OK
INFO: vtk OK
Traceback (most recent call last):
File "C:\Users\drppo\Documents\cae_20230122_v0.9.1\src\cae.py", line 43, in
from PyQt5 import QtWidgets, QtWebEngineWidgets
ImportError: DLL load failed while importing QtWebEngineWidgets: The specified module could not be found.
Something went wrong.
Could you please shed some light on it?
Thanks