-
Notifications
You must be signed in to change notification settings - Fork 88
BugID.cmd throws error with 'mWindowsMacros' on the latest release #99
Copy link
Copy link
Closed
Description
Hi,
I'm getting error with "mWindowsMacros". Any suggestions on how to resolve it.
Environment: Win 10, python 2.7.15.
.\BugId.cmd %WinDir%\system32\rundll32.exe -- advapi32 CloseThreadWaitChainSession
Traceback (most recent call last):
File "C:\Users\work\Documents\BugId.release.2021-04-15.11.40\BugId.py", line 28, in <module>
fInitializeProduct();
File "C:\Users\work\Documents\BugId.release.2021-04-15.11.40\fInitializeProduct.py", line 99, in fInitializeProduct
cDependencyChecker(sMainProductFolderPath).fCheck();
File "C:\Users\work\Documents\BugId.release.2021-04-15.11.40\fInitializeProduct.py", line 81, in fCheck
oProductModule = foLoadModule(sDepentOnProductName, oSelf.oMainProductDetails, sProductName);
File "C:\Users\work\Documents\BugId.release.2021-04-15.11.40\fInitializeProduct.py", line 24, in foLoadModule
oProductModule = __import__(sProductName, globals(), locals(), [], -1);
File "C:\Users\work\Documents\BugId.release.2021-04-15.11.40\modules\cBugId\__init__.py", line 1, in <module>
from .cBugId import cBugId;
File "C:\Users\work\Documents\BugId.release.2021-04-15.11.40\modules\cBugId\cBugId.py", line 21, in <module>
from mWindowsAPI import oSystemInfo;
File "C:\Users\work\Documents\BugId.release.2021-04-15.11.40\modules\mWindowsAPI\__init__.py", line 1, in <module>
from .mWindowsAPI import *;
File "C:\Users\work\Documents\BugId.release.2021-04-15.11.40\modules\mWindowsAPI\mWindowsAPI.py", line 1, in <module>
from .cConsoleProcess import cConsoleProcess;
File "C:\Users\work\Documents\BugId.release.2021-04-15.11.40\modules\mWindowsAPI\cConsoleProcess.py", line 1, in <module>
from mWindowsSDK import *;
File "C:\Users\work\Documents\BugId.release.2021-04-15.11.40\modules\mWindowsSDK\__init__.py", line 1, in <module>
from .mWindowsSDK import *;
File "C:\Users\work\Documents\BugId.release.2021-04-15.11.40\modules\mWindowsSDK\mWindowsSDK.py", line 146, in <module>
mModule = __import__(sModuleName, globals(), {}, None, -1);
File "C:\Users\work\Documents\BugId.release.2021-04-15.11.40\modules\mWindowsSDK\mWindowsMacros\__init__.py", line 2, in <module>
from .mWindowsMacros import *;
File "C:\Users\work\Documents\BugId.release.2021-04-15.11.40\modules\mWindowsSDK\mWindowsMacros\mWindowsMacros.py", line 14, in <module>
globals()[sImportName] = getattr(__import__(sImportName, globals(), locals(), [sImportName], -1), sImportName);
AttributeError: 'module' object has no attribute 'mWindowsMacros'
PS C:\Users\work\Documents\BugId.release.2021-04-15.11.40>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels