CMD error

Santanawr

Newbie
Joined
Jan 16, 2024
Messages
18
Reaction score
5
trying to generate session, getting this error any ideas?

tempImages23Hb6.jpg
 
Gotta show around line two in the code dude, looks like no aio reference
 
my bad, fixed that error anyway but now I have a new one :

Traceback(most recent call last) :
file "C:\SessionGenerator.py" , line 4 in <module>
from telethon.sync import TelegramCilent
ModuleNotFoundError : no module named 'telethon'
 
It looks like you're importing things and not using them, or using things and not importing them
 
It looks like you're importing things and not using them, or using things and not importing them
just fixed , seems python didn't install correctly at all

used commands pip3 install telethon and is working fine now
 
Back
Top