Re: [IronPython] [OT] IronPython on Win7 Build7100

2009-05-04 Thread Tim Roberts
ly interfering with the tasks I needed to do to get my job done. I don't have that sense with Win 7, even though I'm running 64-bit, which has additional driver restrictions. For what it's worth, we had a short discussion on the OSR driver developer's mailing list this morning

[IronPython] IronPython on Win7 Build7100

2009-05-04 Thread Tim Roberts
what's different, but it has certainly made it a lot more pleasant to test drivers. -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] .NET casts in IronPython

2009-03-27 Thread Tim Roberts
method, you can call it, no matter what the object ancestry was. -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] How do I run python functions and make the python code remember variables between calls from C#?

2009-03-18 Thread Tim Roberts
crap(): return crap In your code, "crap" within "set_crap" is just a local variable, which goes away when the function exists. -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] Is this a bug in IP 2.0?

2008-12-24 Thread Tim Roberts
ther. Am I missing the point here? Is there another level of indirection in the implementation that means these really are references to the same object, despite having different IDs? -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. ___ Users m

Re: [IronPython] Please use IPy, not IP.

2008-11-18 Thread Tim Roberts
gut at this. It is made even more funny by the fact that it's not completely impossible. You did, however, forget "Live" and ".NET", and probably "Studio". -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc.

Re: [IronPython] Announcing IronPython 2.0 VS10 CTP

2008-10-27 Thread Tim Roberts
hing? Let us recall that VB6 was arguably the most successful release in Visual Basic history. There are still people who won't allow themselves to be dragged away from VB6, more than a decade after its release. -- Tim Roberts, [EMAIL PROTECTED]

Re: [IronPython] [OT] x64 vs x86 (was: RE: Informal Poll: measuring IronPython performance under x64 OSes)

2008-08-20 Thread Tim Roberts
4. SQL Server, for one, runs substantially faster (unbelievably so, in many cases) on an x64 system, because of the reduced swapping. -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] Python Pages -- web application stack (like django, rails, ...)

2008-06-12 Thread Tim Roberts
On Thu, 12 Jun 2008 02:18:58 +0200, "Jonathan Slenders" <[EMAIL PROTECTED]> wrote:" 2008/6/12 Tim Roberts <[EMAIL PROTECTED]>: > > May I ask what motivated you to create this from scratch? There are a > number of excellent Python web application frameworks

Re: [IronPython] Python Pages -- web application stack (like django, rails, ...)

2008-06-11 Thread Tim Roberts
on. I'm just wondering why you didn't choose one of the existing frameworks that was close to what you wanted, and become a contributor to that. Was there something you thought was fundamentally missing from the others? -- Tim Roberts, [EMAIL

[IronPython] Talk to Python script from C# app...

2008-06-11 Thread Tim Roberts
ou could use either one. If the script needs C/C++ modules, or standard library routines that aren't part of IronPython, then you might need to download and install a traditional Python distribution and use System.Process to launch it. -- Tim Robert

Re: [IronPython] Clearing context

2008-01-09 Thread Tim Roberts
and I still don't think you have it exactly right. When you say "including changes made by a reload", that really should say "ONLY IF the module has been reloaded". Unless you reload it, the "mymod" that is in the module cache will never change, and therefore Som

Re: [IronPython] ironpython as a scripting language for ms office

2007-09-06 Thread Tim Roberts
h is completely functional without the Access application. > A lot of people would be > very pleased if they could use the language of their choice in ms office. Maybe some day, but it will take a new and very different version of Office, and it means all of those existing macros and s

Re: [IronPython] Patent concerns

2007-06-01 Thread Tim Roberts
is quite specific about patent rights. Microsoft treats its licenses very seriously. In my opinion, there's nothing to worry about here. -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] Console

2007-05-30 Thread Tim Roberts
language, so its roots lie deep in the command line mentality. Yes, I happen to like command lines. -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com