Closed anaivebird closed 3 years ago
I found error after import labeless:
import labeless Traceback (most recent call last): File "
", line 1, in File "C:\Python27\lib\site-packages\labeless__init__.py", line 16, in import py_olly File "C:\Python27\lib\site-packages\labeless\py_olly.py", line 11, in import _py_olly ImportError: No module named _py_olly
LL: Labeless::logInitPythonFail: "import labeless as ll" failed.
LL: Traceback (most recent call last):
LL: File "C:\Python27\lib\site-packages\labeless\backend__init.py", line 17, in get_backend
LL: module = import(name, globals(), locals(), ["dummy"], -1)
LL: File "C:\Python27\lib\site-packages\labeless\backend\x64dbg__init.py", line 12, in
Hello, seems like you have mess with your python set up. try to uninstall all of them and install following this video tutorial https://www.youtube.com/watch?v=r5JsDk1SYoM&ab_channel=alext
Thx. It finally worked after installing python 2.7.10: https://www.python.org/ftp/python/2.7.10/python-2.7.10.msi https://www.python.org/ftp/python/2.7.10/python-2.7.10.amd64.msi
Environment
Windows 10 64bit python 2.7 32bit+64bit
Debugger-side information
labeless
python module versionpip show labeless
commandg1.10, OllyDbg 2.01, x64dbg) , Remote memory dumping tool (including x64-bit), Python scripting tool Home-page: https://github.com/a1ext/labeless Author: Aliaksandr Trafimchuk Author-email: a13x4nd3r.t@gmail.com License: CC-BY-NC-4.0 Location: c:\python27\lib\site-packages Requires: protobuf, setuptools
| Debugger type | I tested OllyDbg 1.10, OllyDbg 2.01, x64dbg-x32, x64dbg-x64, all of them could not show labeless on plugin drop down menu
Problem Description
Describe the problem/bug as clearly as possible.
Could not show labeless on plugin drop down menu. I have tested OllyDbg 1.10, OllyDbg 2.01, x64dbg-x32, x64dbg-x64, all of them failed to show labeless
Steps to Reproduce
Complementary information
I have set environment variablable both for C:\Python27 and C:\Python27_32 and in cmd, python could be used.
python setup_protocol.py also succeed: