Skip to content
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

Is that correct? (Run in win10) #119

Closed
CDYzsy opened this issue Jan 15, 2024 · 0 comments
Closed

Is that correct? (Run in win10) #119

CDYzsy opened this issue Jan 15, 2024 · 0 comments

Comments

@CDYzsy
Copy link

CDYzsy commented Jan 15, 2024

C:\COMTool\comtool-v3.4.0>python COMTool\Main.py
2024-01-15 14:48:43 - [INFO] - Config path: C:\COMTool\comtool-v3.4.0\config.json
2024-01-15 14:48:43 - [INFO] - Log path: C:\COMTool\comtool-v3.4.0\run.log
2024-01-15 14:48:43 - [INFO] - loading config from C:\COMTool\comtool-v3.4.0\config.json
2024-01-15 14:48:43 - [INFO] - loading config complete
-- set locale to en
2024-01-15 14:48:44 - [INFO] - loading config from C:\COMTool\comtool-v3.4.0\config.json
2024-01-15 14:48:44 - [INFO] - loading config complete
-- set locale to en
Traceback (most recent call last):
File "C:\COMTool\comtool-v3.4.0\COMTool\main2.py", line 34, in
from pluginItems import PluginItem
File "C:\COMTool\comtool-v3.4.0\COMTool\pluginItems.py", line 1, in
import imp
ModuleNotFoundError: No module named 'imp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\COMTool\comtool-v3.4.0\COMTool\Main.py", line 4, in
from main2 import main
File "C:\COMTool\comtool-v3.4.0\COMTool\main2.py", line 43, in
from COMTool.pluginItems import PluginItem
File "D:\Python\Lib\site-packages\COMTool\pluginItems.py", line 1, in
import imp
ModuleNotFoundError: No module named 'imp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\Python\Lib\site-packages\COMTool\main2.py", line 34, in
from pluginItems import PluginItem
File "C:\COMTool\comtool-v3.4.0\COMTool\pluginItems.py", line 1, in
import imp
ModuleNotFoundError: No module named 'imp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\COMTool\comtool-v3.4.0\COMTool\Main.py", line 7, in
from COMTool.main2 import main
File "D:\Python\Lib\site-packages\COMTool\main2.py", line 43, in
from COMTool.pluginItems import PluginItem
File "D:\Python\Lib\site-packages\COMTool\pluginItems.py", line 1, in
import imp
ModuleNotFoundError: No module named 'imp'

C:\COMTool\comtool-v3.4.0>

@CDYzsy CDYzsy changed the title Is that correct? (Run in) Is that correct? (Run in win10) Jan 15, 2024
@CDYzsy CDYzsy closed this as completed Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant