spacether/pycalculix

Result file .frd cannot be found

AVozelj opened this issue · 1 comments

File "...\pycalculix\results_file.py", line 493, in __get_data_dict
res = self.__results[self.__time][type_str]

KeyError: -1

After example run I got test.frd cannot be found. Problem was that POSIX Threading DLLs (pthreadGC2.dll) was mising in system directory. I download https://code.google.com/p/as3-arduino-connector/downloads/detail?name=pthreadGC2.zip&can=2&q= and paste dll into windows system folder or It helps also if you put dll to same dir as ccx.exe. So I suggest to put this dll to this folders permanently. As it is case in calculix win instalation.

Issue is closed.
Added the DLL file to the project
DLL File is LGPL v2.1 and may be included in GPL v2 work
Pushed a new commit with the fix at:
a23c977