Re: [IronPython] {Dangerous Content?} RE: is IP for me

2006-01-08 Thread Keith J. Farmer
re gui: what I meant is that gtk# is a peer to system.windows. they are different libraries for achieving the same end, and so can be expected to have different api, namespace, etc. system.windows is installed with the framework whereas gtk# would be a seperate install. I don't know how mono

Re: [IronPython] {Dangerous Content?} RE: is IP for me

2006-01-08 Thread David Irvine
Ah its the outlook attachment (can't remember the name some servers appear to reject it). Again many thanks for your answer - one last question honest (I find people can explain loads from a few words as opposed to some web docs). When you say """you pick some library (tkinter, wxPython, g

Re: [IronPython] {Dangerous Content?} RE: is IP for me

2006-01-08 Thread Keith J. Farmer
Your web server is hyper-sensitive -- what you're seeing is evidence that I am using Outlook Web Access. I don't know the details, but historically OWA has always added a small attachment. This is a known oddity. The best way to discover what .NET has to offer is to sit down and use it exclu

[IronPython] Method overload

2006-01-08 Thread Fabio
I'm studing IronPython and I liked very much!   But I have one question.   In .Net Framework, several classes has method overload. In my study, Python does not support method overload, and when we define  methods with the same name, they are redefined then only the last is used.   How IronPython ha

Re: [IronPython] {Dangerous Content?} RE: is IP for me

2006-01-08 Thread David Irvine
Many thanks Keith (and Martin) I think it looks like CPython and wxPython for me and that way I can create a cross platform app. I looked at phplanger and its very interesting. My own feeling is for web apps PHP cannot be beaten but for traditional apps and socket programming etc. Python is

Re: [IronPython] Method overload

2006-01-08 Thread Fabio
Thank you, Martin   And when we develop new classes in IronPython, already exists some guideline about method overload? Using the previous example, if I wish create a "System.Console" class with in a "Write()" method with 18 overloads? Regards Fabio   2006/1/8, Martin Maly <[EMAIL PROTECTED]>: Ye