Closed alaniwi closed 3 years ago
diffuse is breaking when Jaspy for Python 3 is loaded.
diffuse
Gives the following:
File "/opt/rh/jasmin-sci/root/usr/bin/diffuse", line 74 print codecs.encode(unicode(s, 'utf_8'), sys.getfilesystemencoding()) ^ SyntaxError: invalid syntax
Need to change the
#!/usr/bin/env python
to
#!/usr/bin/env python2.7
Did check if a later source version was available but latest (at http://diffuse.sourceforge.net/download.html) is still 0.4.8, so made this change as described above. Now ready to deploy.
diffuse
is breaking when Jaspy for Python 3 is loaded.Gives the following:
Need to change the
to