[BOT] for creating MSJC .edu mail

share error with us… so final code looks error free

driver folder only contain .exe file which is not supported on mac
so i download chromedriver for mac(compatible with my chrome version) and successfully applied for email, and also replace code in accountDetails.py from “driver/chromedriver.exe” to “driver/chromedriver”

i got an error:

Traceback (most recent call last):
File “test.py”, line 1, in
from pages.accountDetails import AccountDetail
ImportError: No module named pages.accountDetails

1 Like

I think you are running from command prompt. Run it from git she’ll

still doesnt work?!

JAMy@JAMy MINGW64 ~/Downloads/mjsc
$ python test.py
Traceback (most recent call last):
File “test.py”, line 1, in
from pages.accountDetails import AccountDetail
ImportError: No module named pages.accountDetails

in the paralel universe :laughing: :laughing:

1 Like

extremely simple process …just type


i don’t understand why you are making it complicated

1 Like

i did:

JAMy@JAMy MINGW64 ~/Downloads/mjsc
$ python test.py
Traceback (most recent call last):
File “test.py”, line 1, in
from pages.accountDetails import AccountDetail
ImportError: No module named pages.accountDetails

but it dosnt work :wink:

sir you are running from shell … i don’t know if it will run or not …
i did not cover so mnay cases and platform …

created this script with one thought in mind is “User will only run on windows command promp”

i did both. first i ran from the command prompt and when the user i nhere suggested to run it from the git shell i did this s well. both dosnt work for me. i even fired up my win7 vmware image to see if it works there. same problem. that is why i am wondering other people dont have any problems with this script…

:-/

i really want to try ;))

try tinkering with these

error happening there…
make sure you have not renamed any folders inside MJSC

Here Windows-7

1 Like

very strange…

it still dosnt work.. :-/

i did not. just downloaded and unzipped it :wink:

sorry bro…then i guess you will have to go through manual process :grin::victory_hand:
it wont be able to run unless those module found..
chances of getting that error is 0.0001%
n im not that PRO to cover that level of error :rofl:

me neither unfortunately. cant code hahah…

but still: thank you anyway! :DD

google it …“ImportError” maybe you’ll find something
enjoy :victory_hand:

well, thank you :slight_smile:

1 Like

I don’t have VPN. any solution guys?

I’m new to all this, how to install selenium, requirements, where to install, can anyone explain whole process