-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named MFD #92
Comments
Firstly, do you /have/ an x52pro? Secondly, are you on the current version of TD? Thirdly, this might help #88 |
Firstly - of course. I know I said it might be PICNIC, but I'm not that clueless. |
Try replacing I do not have an x52pro, so I can not test. |
Hi, That did the trick... I can confirm that it worked with my X52 Pro, although I needed a similar edit in line 18 of x52pro.py. In case it's important, the X52 Pro software version I'm running is 8.0.213.0, and the driver version is 8.0.121.0 - both 64 bit on Windows 10. Thanks a lot for your help. |
When specifying the "--x52-pro" switch on the "run" command, the following error is produced...
Traceback (most recent call last): File "d:\program files\python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "d:\program files\python39\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "D:\Program Files\Python39\scripts\trade.exe\__main__.py", line 7, in <module> File "d:\program files\python39\lib\site-packages\tradedangerous\trade.py", line 43, in main cli.main(sys.argv) File "d:\program files\python39\lib\site-packages\tradedangerous\cli.py", line 70, in main trade(argv) File "d:\program files\python39\lib\site-packages\tradedangerous\cli.py", line 125, in trade results = cmdenv.run(tdb) File "d:\program files\python39\lib\site-packages\tradedangerous\commands\commandenv.py", line 73, in run self.checkMFD() File "d:\program files\python39\lib\site-packages\tradedangerous\commands\commandenv.py", line 96, in checkMFD self.mfd = X52ProMFD() File "d:\program files\python39\lib\site-packages\tradedangerous\mfd\__init__.py", line 74, in __init__ from . saitek import directoutput, x52pro File "d:\program files\python39\lib\site-packages\tradedangerous\mfd\saitek\directoutput.py", line 65, in <module> from mfd import MissingDeviceError ModuleNotFoundError: No module named 'mfd'
It is quite possibly a PICNIC issue - I'm not overly familiar with Python.
Running tradedangerous version 10.10.0.
The text was updated successfully, but these errors were encountered: