Microsoft
Software
Hardware
Network
Question : global name 'do_traceroute' is not defined?
I got the error message: "NameError: global name 'do_traceroute' is not defined". Can anyone help me find what is wrong with my python code below?
--------------------------
----------
----------
----------
----------
----------
----------
----------
----------
----------
----------
import thread
import os
class Connecter:
... ...
def do_traceroute():
os.system('traceroute
www.google.com'
)
... ...
def got_message(self, connection, message):
... ...
print 'Here is a test!'
thread.start_new(do_tracer
oute, ())
... ...
Answer : global name 'do_traceroute' is not defined?
Because
do_traceroute() is a method of your class, you need to say:
1: 2: 3:
def got_message(self, connection, message): ... thread.start_new(self.do_traceroute, ())
Open in New Window
Select All
Random Solutions
Unable to see PCs in WSUS
Certificate Authority Autoenrollment
Popupmanager.CreatePopup headache
Information Store won't mount
ASP.NET VALIDATION
Unable to reconnect Mailbox in Exchange 2003
Sharepoint Search Restarts Event Few Minutes
DNS server updates and removes 2nd Host record of itself (it's Hamachi, software VPN, IP address)
New to plsql and want to create a cursor with an alias column. I seem to be having problems display this alias after it is fetched.
Bulk insert into an Access table