Hmmm Didn't Microsoft dump support of IronPython? ( I notice that's your
email address)
*Bill, what are your goals for asking how we use hosting?
*Why does it matter what the purpose of my application is, as long as I feel it
is worthwhile?
*I'm still discovering the features I have availab
f (type == "System.Double")
{
return (double)pList[index];
}
else
throw (new ApplicationException("Can't convert Python list to
Double"));
}
It's a little clumsy, but I'd rather push this down into the C# where I c
resigned to writing wrappers in Python to hide
clr.Reference[type]() from my users when calling a C# functions that
requires an "out" or "ref" parameters.
Thanks in advance for reading a post that I *know* is as much rant as
question. It's just been frustrating
.
Mark Senko
Complete Genomics, Inc.
2071 Stierlin Court
Mountain View, CA 94043
From: users-boun...@lists.ironpython.com
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Jason McCampbell
Sent: Monday, December 20, 2010 7:13 AM
To: Discussion of IronPython
Subject: Re
towards accommodating
the C API? Is IronClad still the best option? Any info, suggestions and
warnings would be appreciated before I start to invest a lot of time
into installing and learning these packages.
Mark Senko
Complete Genomics, Inc.
2071 Stierlin Court
Mountain View, CA 94043
erted an IronPython WPF
app to Silverlight that was using MVVM, but in Silverlight none of the
bindings worked at all.
thanks
Mark
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
users-boun...@lists.ironpython.com
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Jeff Hardy
Sent: Monday, October 11, 2010 12:10 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Return value from Execute()
On Mon, Oct 11, 2010 at 11:40 AM, Mark Senko
wrote:
> But I've had an impossi
I'm trying to implement IronPython as a scripting enhancement to our
application.
Part of the design is to have an interactive screen available.
When I call the Execute() method with a command typed in by the user,
an object is returned.
I can easily write this to my window using _pythonRes.T
Dino,
Thanks for the reply. Actually, I did have an error in the string, and I
fixed that. But the real problem seems to be with the "Import" statement. I
put my common methods in a file that I then import into the various Python
script files.
It makes sense that the script would error, since, as
ay of accomplishing this that is escaping me? Has anyone
ever done anything similar?
Thanks!
-Mark Grice
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
I'm not sure if this helps, but I use a C# class in my IronPython, and it
works fine.
Class is defined using the shorthand get; set;
ie:
public class ScreenTags
{
public String appWindowName { get; set; }
public String fieldName { get; set; }
public bool isDataField {
Michael Foord
Wrote:
>"That will throw a SystemExit exception. You can have exception handling
>in your C# that catches this specific error."
Doh! Yeah... should have checked that. I just didn't figure calling
sys.Exit() was a code exception, so I thought it was something else I was
doing wrong.
I am using IronPython within a C# .NET application.
I have a class that the Python code uses, so I create a scope and set the
variable, then execute the engine like this:
private ScriptEngine scptEngine = null;
private ScriptRuntime scptRuntime = null;
private ScriptScope
In IronPython 2.0, when I replace a Point object in a list using assignment, a
copy of the Point object is used to replace the original list element rather
than the original Point itself. This does not happen with user-defined objects.
It also does not happen with Point objects in IronPython 1.
Dino Viehland-2 wrote:
>
> This is bug #20021 -
> http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=20021
>
> I checked a fix for this in today into the Main branch (which is 2.1). I
> think that should show up on CodePlex tonight or tomorrow if you're
> willing to build IronPyt
If I create an abstract base class in C# that has overloaded constructors,
and then subclass from this in IronPython, then I am unable to call the
non-default base class constructor from the __new__ method in the subclass.
If I try, I get the result shown after the code sample.
Interestingly, if
The win32 modules are Python C extension modules that provide access
to various windows api's. Currently IronPython can not use CPython C
extensions. But since IronPython has full access to .NET assemblies,
there will be calls you would be able to utilise.
Mark
On Dec 12, 2007 9:
IronPython 2.0 libraries and hopefully IronPython
1.1.
Regards
Mark
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
Ive done some work with python but .Net is completely new to me. IronPython
looks to be capable of using most directX functions. Am I correct there?
Im trying to use the vmr9 in DirectShow to alpha blend 2 videos, can anyone
point me in the right direction. I apologise if this list is for far
it to:
if __name__ == '__main__' or __name__ == sys.executable:
It's discussed in this post:
http://hex-dump.blogspot.com/2006/08/deploying-gdata-reader-as-executable.html
Mark
On 1/1/07, Michael Foord <[EMAIL PROTECTED]> wrote:
Patrick O'Brien wrote:
> If you compil
he os
module is the reference you want.
http://docs.python.org/lib/module-os.html
Mark
On 12/13/06, anders conbere <[EMAIL PROTECTED]> wrote:
Is there documentation on the nt module somewhere? or is this based of a
set of common windows functions?
Tha
This is why we need to give Sanghyeon more help with his FePy project. fepy.sourceforge.net provides an avenue for us to make IronPython more useful for people who want to use it with the CPython libraries or need fixes to problems in a rapid timeframe. Imho IronPython in it's current form is get f
Sadly it would appear that Microsoft are not accepting code contributions yet (for example, in this mail thread back in Sept 2006 Dino says this), hopefully it will change. Microsoft dynamic language team, please correct me if I am wrong.
In the past, if someone reports any regex bug with a self-c
I google'd as Sanghyeon said, and the first link pointed me to this:http://rhaptos.org/downloads/python/pycvs/From the README.txt"pycvs is a python module that wraps the command-line cvs executable."
You asked for an IronPython or CPython library for cvs. It is CPython only as it uses the popen2 mo
The CTP installer will download the hotfix and offer to install it if your system needs it.MarkOn 11/3/06, Sanghyeon Seo <
[EMAIL PROTECTED]> wrote:2006/11/3, Mahesh Prakriya <
[EMAIL PROTECTED]>:> We just went live with our Community Technology Preview of IronPython for> ASP.net.The download page
On 11/3/06, Christopher Baus <[EMAIL PROTECTED]> wrote:
I'm beginning to wonder if we really need the reload IronPythonfunctionality in WSGI. It adds some complexity for not a lot of realgain. I thought one reason for reloading the interpreter would be toreload all the modules, but that can be do
Nice job Christopher. I have no problem with combining WSGI and WSGI-SI into one handler. Also testing with my simple wsgi apps under your code and xsp2 works ok so far. Have a more complex app which I will try later tonight.
In wsgi.py you comment "There isn't an obvious way to get request protoco
/posts/default?alt=rssAny links or suggestions appreciated.Mark
On 10/31/06, Sanghyeon Seo <[EMAIL PROTECTED]> wrote:
Mark Rees presents the second part of his IronPython and ADO.NET tutorial.http://hex-dump.blogspot.com/2006/10/ironpython-and-adonet-part-2.html
Przemek Piotrowski discusses using
Hi Christopher,I had just checked in some changes to wsgi.py and checked my email and found your patch. I am getting the CGI variables a different way and would be interested in your comments. I am happy to include your changes as well re
wsgi.py, but will leave the codecs_errors.py for Sanghyeon
I am sure that effbot (fredrik) understands how to do what DIno suggested, but for those who do not or are interested, I have an example at
http://hex-dump.blogspot.com/2006/10/using-ironpythons-101-new-community.htmlRegardsMarkOn 10/26/06, Dino Viehland <
[EMAIL PROTECTED]> wrote:You can apply th
This is how I get round one of the authors concerns, lack of .pth file support:http://hex-dump.blogspot.com/2006/10/adding-pth-file-support-to-ironpython.html
MarkOn 10/14/06, Sanghyeon Seo <[EMAIL PROTECTED]> wrote:
http://substantiality.net/articles/2006/10/05/ironpython-is-1-0The title is really
Looks good. If you want, I am happy to write up 2 items of documentation: * How to get .NET DB connection from Python DB connection. * How to set up WSGI within ASP.NET.Is ReST is the preferred format?
MarkOn 10/10/06, Miguel de Icaza <[EMAIL PROTECTED]> wrote:
Hello,> Today I sat down and wrote
()
tn.Receive()
while not done:
tn.Send(raw_input() + tn.CR)
Regards
Mark
On 9/27/06, Martin Maly <[EMAIL PROTECTED]> wrote:
>
>
>
> Telnetlib is a module implemented in Python so ideally IronPython should be
> able to run it. At this point, however, there is a module "
Another option is http://code.google.com/hosting It is subversion,
takes no time to setup and has a ticket system. Only downside is you
cannot use it to serve files outside of the subversion.
Mark
On 9/15/06, Sanghyeon Seo <[EMAIL PROTECTED]> wrote:
> 2006/9/15, Kevin Chu <[EMA
I had the same problem, but it downloaded fine after several retries.
Mark
On Wed, 2006-09-06 at 11:10 -0700, Keith J. Farmer wrote:
> I saw that. After logging in, I was able to successfully download. I don't
> know if it was a timing issue or a
ow it "pigs will fly" :-) Keep up the good work.
Mark
http://hex-dump.blogspot.com
On 9/6/06, Jim Hugunin <[EMAIL PROTECTED]> wrote:
> I'm extremely happy to announce that we have released IronPython 1.0 today!
> http://www.codeplex.com/IronPython
>
__
activeAction, Boolean& continueInteraction)
AttributeError: 'NoneType' object has no attribute 'tb_frame'
So maybe it is a bug, or you can use traceback for simple things but
not printing the stack or maybe it only affects Australians like you
and me.
Regards
Mark
On 9/
simple
so there may be other as yet undiscovered issues.
Regards
Mark
Modified version of pyexpat from
http://sparcs.kaist.ac.kr/~tinuviel/fepy/old/pyexpat.py
import clr
clr.AddReference("System.Xml")
from System.IO import MemoryStream, SeekOrigin, StreamWriter
from System.
It's not a problem with your workstation. I get exactly the same as you.
On 8/3/06, jeff sacksteder <[EMAIL PROTECTED]> wrote:
> Could someone please try the following code? By every piece of documentation
> I can find, this SHOULD create two button columns with the text provided
> displayed on th
Yes the hosting api has changed. It was documented in the beta9
release announcement:
http://lists.ironpython.com/pipermail/users-ironpython.com/2006-July/002808.html
But to paraphrase:
One of the most significant changes is the final updates to the
hosting API. The hosting APIs have removed t
Great work Kevin. It's my understanding that the IP team want to
overtime make more of the standard library modules that rely on
compiled extensions part of the IP Module.cs. So you have done one for
them.
The bigger issue that was discovered when you tried running Seo's
md5.py is the IP's way of
#x27;ve filed the bug on CodePlex. It is a good one to
> look at for the final release.
>
> Thanks for the report!
>
> Martin
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Rees
> Sent: Tuesday, July 25, 2006 8:14
ves the error Kevin reported.
I get a similar error if I do:
m = MD5.Create("MD5")
Is this a bug?
Regards
Mark
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
t; File D:\TECH\IronPython\Lib\md5.py, line 15, in __init__
> TypeError: multiple overloads of Create could match ()
> Create()
> Create()
It worked in previous betas, but hadn't tested against RC1 yet. Let me
have a look and see if I can fix.
Mark
__
Yes the speed improvement in RC1 is much appreciated. I am doing an
IronPython presentation at the Sydney Python User Group tomorrow
evening, and was expecting negative comments about IronPython Console
launch time. RC1 has given a 2.5 speedup. Thanks.
Mark
On 7/26/06, Luis M. Gonzalez <[EM
As an interim solution our friend Seo has an implementation of md5 for
IronPython.
http://sparcs.kaist.ac.kr/~tinuviel/fepy/lib/
On 7/26/06, Kevin Chu <[EMAIL PROTECTED]> wrote:
> I am glade to hear about this greate news!
> Especially, it implemented a large number of the standard CPython
> buil
On 7/26/06, Mark Rees <[EMAIL PROTECTED]> wrote:
> It does give you access to "true" ASP.NET page generation, needs some
> docs and a lillte more work.
Opps, a small typo, I meant:
It does not give you access to "true" ASP.NET page generation,
Sorry if the ty
ion at:
http://svn.isapi-wsgi.python-hosting.com/sandbox/mark/ironpy-wsgi/
It does give you access to "true" ASP.NET page generation, needs some
docs and a lillte more work. But I have been using it for RSS/Atom
feed generation from a ADO.NET database under both IIS ASP.NET and
Apache
le.com').read(
<http://www.google.com%27%29.read%28>)
print data
Regards
Mark
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
eserved.
>>> 2+2
4"
However, if I run IronPythonConsole I get a blank
popup that says '.NET Framework Initialization Error'
What am I doing wrong? Should I not be using the .NET
2.0 Beta? This beta is the only version of .NET 2.0
that is available online.
Jonathan Mark
GoodbyeJ
50 matches
Mail list logo