[OpenIndiana-discuss] Questions on Hipster 10/16

2017-01-26 Thread Joachim Weiß via openindiana-discuss
Dear all, I’ve been out of OI for awhile, now I installed Hipster 10/16 need a little help regarding: Virtualbox (from their website) won’t install due to some Python dependency, fix? The GUI for selecting printers has disappeared, is it discontinued? Also GUI for package management ist

Re: [OpenIndiana-discuss] python3

2017-01-26 Thread Apostolos Syropoulos via openindiana-discuss
>> from Tkinter import * >> root = Tk() >> w = Label(root, text="Hello, world!") >> w.pack() >> root.mainloop() > > > Hello. > For python 3 it seems it should be > from tkinter import * Indeed this is correct. However, after changing Tkinter to tkinter I get $ python3.4 hello.py Traceback