I have no other services or applications running. I installed a core server, as i wanted a dedicated windows machine with low footprint.
Maybe the library changed caused a gui server depency. I tried the latest release, even with the debug version with the --new server
Strange, the debugout with 2.56 and 2.69 is the same but with 2.56, i still can start the server with 2.56
Version 2.69 output
PS C:\Program Files\Calibre2> calibre-debug -c "from PyQt5.QtGui import QImage"
Python function terminated unexpectedly
MemoryLoadLibrary() failed loading PyQt5\QtGui.pyd (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 132, in main
File "site.py", line 109, in run_entry_point
File "site-packages\calibre\debug.py", line 238, in main
File "<string>", line 1, in <module>
File "site.py", line 60, in load_module
ImportError: MemoryLoadLibrary() failed loading PyQt5\QtGui.pyd
Version 2.56 output (But Server works)
PS C:\Program Files\Calibre2> calibre-debug -c "from PyQt5.QtGui import QImage"
Python function terminated unexpectedly
MemoryLoadLibrary() failed loading PyQt5\QtGui.pyd (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 132, in main
File "site.py", line 109, in run_entry_point
File "site-packages\calibre\debug.py", line 234, in main
File "<string>", line 1, in <module>
File "site.py", line 60, in load_module
ImportError: MemoryLoadLibrary() failed loading PyQt5\QtGui.pyd
|