Hi,

config.py currently uses
#!/usr/bin/env python

to run. This creates problems with sytems that have python3 default (like mine),
because newt/snack (fancy graphics configuration) needs python2,
at least until next release.

The following change fixes the issue for me:
tools/config.py:
-#!/usr/bin/env python
+#!/usr/bin/env python2

Is there anyone against this? we can revert after newt 0.52.17 has been released

jan

_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to