Closed garyjblackwell closed 4 years ago
Hi @garyjblackwell,
Did you try to change import Queue
by import queue
?
I think the import Queue
is for python2 not python3.
Could be a quickfix.
Thanks,
Yes, I changed the capital Q to a lower case q. it gets me a little further, but it is still not working. I'm getting TypeError: Descriptors should not be created directly, but only retrieved from their parent.
@garyjblackwell You'll have to provide more error details if you want to reopen the issue
Does this help?
(base) C:\Users\GaryBlackwell\Documents\cbapi-python\examples\response\event>python get_reg_autoruns.py
Traceback (most recent call last):
File "get_reg_autoruns.py", line 29, in
This script likely only supports python2 as it was written quite awhile ago. We don't currently plan on updating the script for python3
Understood, thanks
I am seeing this behaviour on: (please complete the following information):
Describe the bug When I run get_reg_autoruns.py, it says:
_File "get_reg_autoruns.py", line 26, in
from cbapi.event import onevent, registry
File "C:\Python\lib\site-packages\cbapi\event.py", line 4, in
import Queue
ModuleNotFoundError: No module named 'Queue'
Steps to Reproduce Steps to reproduce the behavior (Provide a log message if relevant):
Expected behavior A list of registry entries and values as indicated in the script.
Screenshots If applicable, add screenshots or code to help explain your problem.