Re: [OpenIndiana-discuss] The end is near

2017-01-25 Thread Alan Coopersmith

On 01/25/17 11:15 AM, Tim Mooney wrote:

In regard to: Re: [OpenIndiana-discuss] The end is near, Udo Grabowski said...:


You need reliable sources:



I haven't seen any posts to the list from Alan Coopersmith since this
thread started; here's hoping Alan escaped this unscathed.


Then you must have deleted all the e-mails I sent:
https://openindiana.org/pipermail/openindiana-discuss/2017-January/020100.html
https://openindiana.org/pipermail/openindiana-discuss/2017-January/020102.html
https://openindiana.org/pipermail/openindiana-discuss/2017-January/020110.html
https://openindiana.org/pipermail/openindiana-discuss/2017-January/020113.html
https://openindiana.org/pipermail/openindiana-discuss/2017-January/020131.html

As long as we're cluttering the OI list with off-topic noise, some further
reading material on what we're doing with Solaris:
https://blogs.oracle.com/solaris/entry/oracle_solaris_moving_to_a
https://www.linkedin.com/pulse/approachable-innovation-bill-nesheim

https://twitter.com/ORCL_Solaris & https://twitter.com/opensolaris have both
been sharing various links as well (though obviously with different biases).
https://twitter.com/alanc on the other hand is completely off-topic.  8-)

-alan-

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] The end is near

2017-01-25 Thread Tim Mooney

In regard to: Re: [OpenIndiana-discuss] The end is near, Alan Coopersmith...:


I haven't seen any posts to the list from Alan Coopersmith since this
thread started; here's hoping Alan escaped this unscathed.


Then you must have deleted all the e-mails I sent:


Sorry Alan, I meant since the links about layoffs, not your earlier
comments about the roadmap.

I'm glad to hear that things appear well for you!

Tim
--
Tim Mooney tim.moo...@ndsu.edu
Enterprise Computing & Infrastructure  701-231-1076 (Voice)
Room 242-J6, Quentin Burdick Building  701-231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] The end is near

2017-01-25 Thread Adam Števko
Hello guys,

could we please stop debating things unrelated to OpenIndiana on OpenIndiana 
mailing lists?

Thanks for understanding.

Cheers,
Adam

> On Jan 25, 2017, at 8:15 PM, Tim Mooney  wrote:
> 
> In regard to: Re: [OpenIndiana-discuss] The end is near, Udo Grabowski 
> said...:
> 
>> You need reliable sources:
>> 
> 
> I haven't seen any posts to the list from Alan Coopersmith since this
> thread started; here's hoping Alan escaped this unscathed.  Or, perhaps
> even better, here's hoping there was a "separation package" *much* better
> than the 60 days mentioned in that article.
> 
> Tim
> --
> Tim Mooney tim.moo...@ndsu.edu
> Enterprise Computing & Infrastructure  701-231-1076 (Voice)
> Room 242-J6, Quentin Burdick Building  701-231-8541 (Fax)
> North Dakota State University, Fargo, ND 58105-5164
> 
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss



signature.asc
Description: Message signed with OpenPGP
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] The end is near

2017-01-25 Thread Tim Mooney

In regard to: Re: [OpenIndiana-discuss] The end is near, Udo Grabowski said...:


You need reliable sources:



I haven't seen any posts to the list from Alan Coopersmith since this
thread started; here's hoping Alan escaped this unscathed.  Or, perhaps
even better, here's hoping there was a "separation package" *much* better
than the 60 days mentioned in that article.

Tim
--
Tim Mooney tim.moo...@ndsu.edu
Enterprise Computing & Infrastructure  701-231-1076 (Voice)
Room 242-J6, Quentin Burdick Building  701-231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] python3

2017-01-25 Thread Alexander Pyhalov

On 01/25/17 11:00 AM, Apostolos Syropoulos via openindiana-discuss wrote:

Hello,

I am trying to use python3 for a little introductory course
and idle is not working. If I try the following program

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 *

https://docs.python.org/3/library/tkinter.html


--
С уважением,
Александр Пыхалов,
программист отдела телекоммуникационной инфраструктуры
управления информационно-коммуникационной инфраструктуры ЮФУ

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] python3

2017-01-25 Thread Apostolos Syropoulos via openindiana-discuss
Hello,

I am trying to use python3 for a little introductory course
and idle is not working. If I try the following program

from Tkinter import *
root = Tk()
w = Label(root, text="Hello, world!")
w.pack()
root.mainloop()


I get 


python3.4 hello.py 
Traceback (most recent call last):
File "hello.py", line 1, in 
from Tkinter import *
ImportError: No module named 'Tkinter'

 
Obviously Tk is not included in python3.
Suggestions/comments? 


A.S.
--
Apostolos Syropoulos
Xanthi, Greece

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss