Closed stmtstk closed 3 years ago
There are a few of lines for python 2.7. There are no longer used for python 3.x.
if os.name != 'nt': sys.path.remove('/usr/local/lib/python2.7/dist-packages') sys.path.append('/usr/local/lib/python2.7/dist-packages')
There are a few of lines for python 2.7. There are no longer used for python 3.x.