Bugs that i had faced
Thursday, August 11, 2016
Python NameError: name 'execfile' is not defined
change
execfile("config.py", config)
to
exec(open("config.py").read(), config)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment