LemurPwned / VISM

Software for visualising magnetic layers
Other
6 stars 2 forks source link

Windows version #121

Closed LemurPwned closed 6 years ago

LemurPwned commented 6 years ago

Prepare working Windows version. This includes:

LemurPwned commented 6 years ago

Important note to self. Windows being stupid cannot recognize static methods while pickling. Mac and Linux somehow do not have problems with accessing static elements of the objects. Therefore, do not use any static or class context in multiprocessing functions!

Furthermore, Windows does have problems with multiple import attemps of the same class. Eg. it tries to import buildVerifier several times which obviously fucks up build verifier for Windows.