Page 1 of 1

pymaxwell error in virtual system

Posted: Sun Sep 17, 2017 6:59 pm
by seghier
hello
i tried the executable file in other system and it work fine
than i create virtual system to test it but i have error :

Traceback (most recent call last):
File "C:/Users/pc/Desktop/New folder/maxwell_tool.py", line 1, in <module>
from pymaxwell import *
File "C:\Users\pc\Desktop\New folder\pymaxwell\__init__.py", line 30, in <module>
_pymaxwell4 = swig_import_helper()
File "C:\Users\pc\Desktop\New folder\pymaxwell\__init__.py", line 26, in swig_import_helper
_mod = imp.load_module('_pymaxwell4', fp, pathname, description)
ImportError: DLL load failed: The specified module could not be found.

in the virtual system maxwell v3 installed and pymaxwell4 folder copied to python27 folder.
when i remove the line : from pymaxwell import * ,the window appear and no error

Re: pymaxwell error in virtual system

Posted: Tue Sep 19, 2017 5:25 pm
by Brany
It seems that it doesn't find the _pymaxwell4.pyd file. Can you send me the executable so I can test it?

Re: pymaxwell error in virtual system

Posted: Wed Sep 20, 2017 5:18 pm
by seghier
Hi Brany
The problem solved by installing maxwell V3 and V4 together
I will add the link of all files when i have good connection
Thank you for help