Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Error when trying to use SMS bomber #103

Closed
G3ckoHacks opened this issue Apr 2, 2022 · 3 comments
Closed

Error when trying to use SMS bomber #103

G3ckoHacks opened this issue Apr 2, 2022 · 3 comments
Labels

Comments

@G3ckoHacks
Copy link

hello when starting up the program sms_bomber_updated.py i get this error
Traceback (most recent call last):
File "/home/gecko/Desktop/Bombers/sms_bomber_updated.py", line 3, in
import urllib2,cookielib
ModuleNotFoundError: No module named 'urllib2'

Screenshot_2022-04-02_22-18-37

@Cottonwoodhill
Copy link

nothing works with those scripts.

@GrowingHacker
Copy link

me too

@Zday-X
Copy link

Zday-X commented Apr 28, 2022

@G3ckoHacks

CAUSE OF ERROR : The module that is producing the error is written in python v2 and the system has python v3.

REPLICATE THIS ERROR : Run the module with python3 installed in your system.

FIX :
SOLUTION 1: Install python2 from here and install required dependencies.

SOLUTION 2: Port the module which is written in python2 to python3. Instructions on how to do can be found here [May not work necessarily].

Ill fork this repo and port the code manually to python3 along with adding efficiency to the code.

Check my github for updates!

NOTE: The module is not assured to work even after porting them to python3 as it has many dead api.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants