see certain values. But for normal .NET objects it'll work
great.
> -Original Message-
> From: users-boun...@lists.ironpython.com [mailto:users-
> boun...@lists.ironpython.com] On Behalf Of Marty Nelson
> Sent: Wednesday, September 01, 2010 10:25 AM
> To: Discussion of
Watcher watching
the
project and propagating changes.
> -Original Message-
> From: users-boun...@lists.ironpython.com [mailto:users-
> boun...@lists.ironpython.com] On Behalf Of Marty Nelson
> Sent: Wednesday, September 01, 2010 9:53 AM
> To: Discussion of IronPython
> Subject:
t
have
this penalty but that won't happen anytime soon.
> -Original Message-
> From: users-boun...@lists.ironpython.com [mailto:users-
> boun...@lists.ironpython.com] On Behalf Of Marty Nelson
> Sent: Wednesday, September 01, 2010 9:44 AM
> To: Discussion of IronPython
&g
sts.ironpython.com [mailto:users-
> boun...@lists.ironpython.com] On Behalf Of Marty Nelson
> Sent: Wednesday, September 01, 2010 8:42 AM
> To: Discussion of IronPython
> Subject: [IronPython] Question about Visual Studio & Iron Python Tools
and
> Debugging
>
>
> H
How does debugging work when attaching to a process with IPy Tools in
Visual Studio?
Can I attach to an .NET application that has extension points that go
into ScriptEngine and "debug" the Python scripts?
===
Notice: This e-mail message, together with any attachments, contains
information of
oshua Kramer [mailto:j...@globalherald.net]
Sent: Thursday, April 08, 2010 3:35 PM
To: Marty Nelson
Cc: users@lists.ironpython.com
Subject: Re: [IronPython] IronPython Tools for Visual Studio
Marty,
If you'd like to provide a dev environment to your customers now you can
always inclu
t
> exclusively
> > to PyCon attendees on a CD. We’ll be putting out an updated version
> > within a couple of weeks after VS 2010 launches which is April 12^th
> .
> >
> >
> >
> > *From:* users-boun...@lists.ironpython.com
> > [mailto:users-
We offer extensive Iron Python extension points for our customers in our
application and would be very interested in this technology as well.
Marty Nelson
Symyx Technologies.
From: users-boun...@lists.ironpython.com
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Prasanna
Using the Iron Python libraries for extensibility in a C# app, what do
we need to do to make the Python module loadable?
Quick question: I am trying to use a built-in Python module (not .NET)
in a SN script, and I am not sure how to reference it. I tried:
import urllib
and I am g
at
if you have Wing licenses.
http://www.voidspace.org.uk/ironpython/wing-how-to.shtml
On Thu, Jun 11, 2009 at 11:24, Marty Nelson
wrote:
What is that state of a prebuilt Python Editor? My understanding is
that there are bits and pieces, and stuff that was never brought up to
2.x, but n
those of us that use IronPython as an application extensibility
mechanism, we could really use this functionality (and would be willing
to pay for it if it were a third-party component we could purchase).
It's not our core competency and not something we want to use resources
on.
Thanks,
One of our developers asked me this question today, I don't have an
answer, so any help would be appreciated:
We came across an issue while testing the NuGenesis extension related to
assembly versioning in scripts. The extension has a custom assembly,
which is called by script:
irectly from C#)
but we haven't been hearing about problems to date.
From: users-boun...@lists.ironpython.com
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Marty Nelson
Sent: Friday, February 13, 2009 3:04 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Announcing Ir
If we changed the .NET assembly version then you'd
either have to apply policy or rebuild. The assembly file version is
updated and that's how you can distinguish the two builds.
From: users-boun...@lists.ironpython.com
[mailto:users-boun...@lists.ironpython.com] On Behalf Of
Why is the assembly version the same as 2.0?
From: users-boun...@lists.ironpython.com
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Dave Fugate
Sent: Friday, February 13, 2009 2:19 PM
To: Discussion of IronPython
Cc: python-announce-l...@python.org
Your class is internal, do you mean "public class Serie"?
-Original Message-
From: users-boun...@lists.ironpython.com
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Bernat Ràfales Mulet
Sent: Wednesday, January 21, 2009 5:25 AM
To: users@lists.ironpython.com
Subject: [IronPytho
ems moving to IP 2.0 Release
Well, it was a long shot because the installer doesn't touch the GAC.
Can you give us the precise error message (including error number, if
any)?
On Tue, Jan 13, 2009 at 5:07 PM, Marty Nelson
wrote:
I don't see anything under Control Pane
cial version number for
the currently-released DLR.
On Tue, Jan 13, 2009 at 9:05 AM, Marty Nelson
wrote:
I've got file version 2.0.11020.0 of IronPython and IronPython.Modules
in my GAC and can't get them out. :-( (Looks like release version is
2.0.11121.0).
I've tried gacu
I've got file version 2.0.11020.0 of IronPython and IronPython.Modules
in my GAC and can't get them out. :-( (Looks like release version is
2.0.11121.0).
I've tried gacutil /uf, but it claims it is need by a Windows Installer.
Any suggestions?
(Oh, and BTW - what was up with the Microsoft
We've had probably with memory leaks on Windows Form subscribed menu
item clicks, just with plain vanilla C#.
Check out this link http://www.bobpowell.net/eventsubscribers.htm (There
are some additional steps for System.Windows.Forms.Component), and
here's some sample code I wrote in C# that you
We have users writing extension scripts that execute from C#, and may be
called multiple times (for example, hooked up to a Change event of some
object or event in the main application)
Is sys.exit(1) an acceptable way for them to exit the script (used like
an early return in C#)? Is there a
ing to
run this session.
I would also be interested in someone who could review our current
implementation and offer feedback and suggestions.
- Marty Nelson
Symyx Technologies Inc.
===
Notice: This e-mail message, together with any attachments, contains
information of Symyx Technol
class you've written? And then you want it
to "light up" with dynamic languages?
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marty Nelson
Sent: Thursday, November 06, 2008 7:18 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Extension methods in python
ss MyString(System.String):
pass;
def ToFoo(self):
return self.upper()+' FooBarBaz'
a = MyString("Hello world!");
print a.ToFoo();
That would print "HELLO WORLD! FooBarBaz.
You can't put methods on System.String though, but you can create new
object from
s a frequent request
and we will probably get to it at some point.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marty Nelson
Sent: Wednesday, November 05, 2008 1:50 PM
To: Discussion of IronPython
Subject: [IronPython] Extension methods in python
Is there the equivalent of e
Is there the equivalent of extension method in python? I want to put a
variable into the script scope and create extension methods for it.
Does this make sense and is it possible?
===
Notice: This e-mail message, together with any attachments, contains
information of Symyx Technologies, In
t you just do..
'variable_name' in locals()
or
'variable_name' in dir()
Regards,
Ken
On Nov 5, 2008, at 4:07 AM, Michael Foord wrote:
Tony Meyer wrote:
On Wed, Nov 5, 2008 at 8:06 AM, Michael Foord
<[EMAIL PROTECTED]> wrote:
How do I test in Iron Python (in python) if a variable is defined?
===
Notice: This e-mail message, together with any attachments, contains
information of Symyx Technologies, Inc. or any of its affiliates or
subsidiaries that may be confidential, proprietary, copyrighted,
privileged and/or
on of IronPython
Subject: Re: [IronPython] Getting started with IronPython and
Silverlight
Marty Nelson wrote:
> Michael -
>
> Is "IP in Action" written for IP 2.0?
>
Yes.
> How much is .Net integration and how much is python coding?
>
>
It is a mixture of bo
Michael -
Is "IP in Action" written for IP 2.0?
How much is .Net integration and how much is python coding?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord
Sent: Friday, October 24, 2008 5:33 AM
To: Discussion of IronPython
Subject: Re: [I
e.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marty Nelson
Sent: Friday, October 10, 2008 1:38 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Can I pre-add namespaces?
Maybe it would it be easier just to append it to the text prior to
execution. It didn
DomainManager object
which you can fetch w/ the HostingHelpers.GetDomainManager function.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marty Nelson
Sent: Friday, October 10, 2008 1:02 PM
To: users@lists.ironpython.com
Subject: [IronPython] Can I pre-add namespaces?
I know
I know I can load assemblies into the script runtime, but how can I add
the imports into the scope programmatically? I'm trying to avoid
forcing people to write things like "imports System" for scripts.
Microsoft.Scripting.Actions.NamespaceTracker seems to be involved, but
it isn't there till
f you want a more detailed example you can look at the Python class in
IronPython which does this and a little more... Using that you can
develop any alternate configuration mechanism that you'd like.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marty Nelson
Sent:
for fetching variables, doing conversions, etc...
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marty Nelson
Sent: Wednesday, October 08, 2008 3:10 PM
To: users@lists.ironpython.com
Subject: [IronPython] Questions and Best Practices for Script Runtime
and Script Engine
I have a
gh we'd like to think that
the free support you get from us is at least as good as what you pay for
from PSS. :)
On Wed, Oct 8, 2008 at 3:16 PM, Marty Nelson <[EMAIL PROTECTED]>
wrote:
We have a release scheduled for mid-December. If IP 2.0 is not
officially released, can we go l
st as good as what you pay for
from PSS. :)
On Wed, Oct 8, 2008 at 3:16 PM, Marty Nelson <[EMAIL PROTECTED]>
wrote:
We have a release scheduled for mid-December. If IP 2.0 is not
officially released, can we go live with an RC?
Thanks,
Marty Nelson
Symyx Technologies, Inc.
We have a release scheduled for mid-December. If IP 2.0 is not
officially released, can we go live with an RC?
Thanks,
Marty Nelson
Symyx Technologies, Inc.
===
Notice: This e-mail message, together with any attachments, contains
information of Symyx Technologies, Inc. or any of
ptRuntime.GetEngine("ruby");
pythonEngine.CreateScriptSourceFromString(rubyScript,
SourceCodeKind.Statements).Execute(scope);
Thanks,
- Marty Nelson
===
Notice: This e-mail message, together with any attachments, contains
information of Symyx Technologies, Inc. or any of its aff
We used IronPython for scripting of form editor widgets in our universal
ELN product: http://www.symyx.com/press_release.php?id=4&p=283&y=2008
We plan on continuing to leverage DLR scripting to move more
extensibility points from customization to configuration.
And while the 2.0 generat
Probably has to do with binding context. This means that assemblies
loaded via LoadFile, LoadFrom and Load don't necessarily "see"
assemblies loaded in other contexts. See
http://blogs.msdn.com/suzcook/archive/2003/05/29/57143.aspx for more
info.
You also might try just changing to LoadFrom, Lo
L PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marty Nelson
Sent: Friday, May 09, 2008 10:44 AM
To: Discussion of IronPython
Subject: Re: [IronPython] How to nest ScriptScopes
That seems to work, although I used inner to execute (see below).
[TestMethod]
public void TestMethod1()
tScope();
innermost.SetVariable("somevalue", 3);
outermost.SetVariable("next", innermost);
then run in outermost.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marty Nelson
Sent: Friday, May 09, 2008 9:52 AM
To: users@lists.ironpython.com
Subject: [IronPython
s to have a set of established scopes that I
can populate with the variables of current application objects at the
appropriate level for the current script.
Thanks,
Marty Nelson
===
Notice: This e-mail message, together with any attachments, contains
information of Symyx Technologies, In
44 matches
Mail list logo