Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nameerror

Nameerror In A Discord Bot Program

I started writing my first Discord bot, but I ran into a little problem. Why is my code not working… Read more Nameerror In A Discord Bot Program

Python Import Module Results In Nameerror

I'm having a module import issue. using python 2.6 on ubuntu 10.10 I have a class that subclass… Read more Python Import Module Results In Nameerror

Python3 Discord Selfbot Nameerror: Name 'tokens' Is Not Defined

When I run my file for my discord selfbot, it gives me the error NameError: name 'tokens' i… Read more Python3 Discord Selfbot Nameerror: Name 'tokens' Is Not Defined

Python Pdb Lambda Function Global Name Error

I was testing a fix using pdb.set_trace() to make sure it worked the way I expected before implemen… Read more Python Pdb Lambda Function Global Name Error