I create this wheel with poetry and it installed in C:\Python39\Lib\site-packages\maxwell
(see attached file)
the problem when i use and
i got error:
Code: Select allTraceback (most recent call last):
File "C:\Python39\lib\site-packages\maxwell\pymaxwell5.py", line 23, in swig_import_helper
return importlib.import_module(mname)
File "C:\Python39\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 972, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 972, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'axwell'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\archi\Dropbox\Maxwell tool\player\player.py", line 5, in <module>
from maxwell import pymaxwell5
File "C:\Python39\lib\site-packages\maxwell\pymaxwell5.py", line 26, in <module>
_pymaxwell5 = swig_import_helper()
File "C:\Python39\lib\site-packages\maxwell\pymaxwell5.py", line 25, in swig_import_helper
return importlib.import_module('_pymaxwell5')
File "C:\Python39\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named '_pymaxwell5'
if i use
and
Code: Select allpymaxwell5.runMaxwell(parameters);
i got this error:
[/color]
How i can install and use it like any other python module?
You do not have the required permissions to view the files attached to this post.