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

Names error most likely on my part #1

Open
tuffboy807 opened this issue Oct 5, 2022 · 1 comment
Open

Names error most likely on my part #1

tuffboy807 opened this issue Oct 5, 2022 · 1 comment

Comments

@tuffboy807
Copy link

I keep getting a error I installed names using Pip and I receive this error each time like I said its probably something minor on my side I messed up but any help would be appreciated
Traceback (most recent call last):
File "/home/kali/gmail-account-generator/gmkacc.py", line 107, in
instance.writefile(9)
File "/home/kali/gmail-account-generator/gmkacc.py", line 78, in writefile
f.write(acc[ii] + '\t' + pss[ii] + '\t' + names.get_full_name())
NameError: name 'names' is not defined

@GamerGirlandCo
Copy link

hey! i figured it out. replace names.get_full_name() with src.names.get_full_name() :)

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

2 participants