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

Module not found error #496

Open
Najamrnk opened this issue Mar 11, 2024 · 3 comments
Open

Module not found error #496

Najamrnk opened this issue Mar 11, 2024 · 3 comments

Comments

@Najamrnk
Copy link

I am facing this issue for 2 days. I tried to run it on Parrot , Kali , Linux mint and termux . But it wont work. I had installed python & Python3 too but all in vein. And I tried it on Windows too there is no service tweaks , Just Updater Mode. I have to Unlock the language of sony cx670 camcorder

@FosanzDev
Copy link

There's an error on tlslite-ng package. It is being issued for next version, tlslite-ng-8.
There are a few options you can do:

  • Wait for tlslite-ng-8 version is released, then pip uninstall tlslite-ng and pip install tlslite-ng again to update to new version.
  • Install tlslite-ng-8 beta. I did a pull request, which should be available really, really soon. Once the PR is merged (you can follow it here), you can do a pip install git+https://github.com/tlsfuzzer/tlslite-ng.git
  • Install tlslite-ng-8 beta from my fork (it will be the same as the PR once it is merged). You have to do a pip install git+https://github.com/FosanzDev/tlslite-ng.git@asyncore-to-asyncio

Hope this helps!

@terrancewong
Copy link

That won't work with newer libs.

you can manually hack ~/.local/lib/python3.12/site-packages/tlslite/integration/tlsasyncdispatchermixin.py

line 10, from

import syncore

to

import asyncio as syncore

@FosanzDev
Copy link

@terrancewong I did a commit on tlslite fixing this. Not all functions work by doing this syncore > asyncio change.
This new class is called tlasynciodispatchermixin and will solve this issue.

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

3 participants