You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
Hi,
I have installed python-cim using the ubuntu script. I changed the version strings for python 3.4 onto 3.5. The installation was successful. When starting up I get the output below.
It looks like one of the data layout mapping objects is not being initialized correctly, though I can't quite tell why from the stack trace. Have you been able to get any of the command line tools working with this same repository?
Is there any possibility that you could share the repository with me? This will make it much easier to triage the issue. Otherwise, perhaps we can find a way to trace down what's going wrong via a discussion here.
...
DEBUG:cim.cim.Index:_lookup_keys: index lookup: NS_301D/CD_: page: 0x3c
DEBUG:cim.cim.Index:_lookup_keys: index lookup: NS_301D/CD_: page: 0xf7
DEBUG:cim.cim.Index:_lookup_keys: index lookup: NS_301D/CD_: page: 0x54
Traceback (most recent call last):
File "flare-wmi/python-cim/samples/show_CCM_RecentlyUsedApps.py", line 20, in main
for RUA in ns.class_("CCM_RecentlyUsedApps").instances:
File "/home/kali/cim/env/lib/python3.5/site-packages/cim/objects.py", line 1382, in class_
raise IndexError()
IndexError
Hi,
I have installed python-cim using the ubuntu script. I changed the version strings for python 3.4 onto 3.5. The installation was successful. When starting up I get the output below.
Any idea what needs to be changed?
Thx
The text was updated successfully, but these errors were encountered: