You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a python 2 script... need to be upgraded to be universal probably.
Run with python2 and should work. Though be aware you may need to remove a couple of imports
@brink668 you are facing error with print statement script is made in python2 so you need to use python3 instead of python2
open the script with vim and everywhere where their is print "sample" don print("sample") add the brackets everywhere in thee scripts and your problem will be solved if you still get an error ping me .
Did you mean to print ("-" * 70)?
Running on Python 3.7 64bit on Windows
The text was updated successfully, but these errors were encountered: