Re: ironpython not support py3.6

2018-06-26 Thread Peter J. Holzer
From: "Peter J. Holzer" From: "Peter J. Holzer" --prnws536gtytpj5v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2018-06-22 17:20:29 -0700, denis.akhiya...@gmail.com wrote: > Either wait for IronPython 3.6, use COM intero

Re: ironpython not support py3.6

2018-06-26 Thread wxjmfauth
To: Steven D'Aprano From: "wxjmfauth" To: Steven D'Aprano From: wxjmfa...@gmail.com Le vendredi 22 juin 2018 11:07:15 UTC+2, Steven D'Aprano a ─CcritΓ : > > C# <--> IronPython 2.7 <--> CPython 3.6 > C# <--> IronPython 2.7. It will not work. Coding of characters ! Try with IronPython 2.7.8.

RE: ironpython not support py3.6

2018-06-26 Thread denis akhiyarov
To: Schachner, Joseph From: "denis akhiyarov" To: Schachner, Joseph From: denis.akhiya...@gmail.com Either wait for IronPython 3.6, use COM interop, pythonnet, subprocess, or things like gRPC. Based on PyPy experience, it is probably 1-2 years of sponsored development to get a working IronPy

Re: ironpython not support py3.6

2018-06-24 Thread Peter J. Holzer
From: "Peter J. Holzer" --prnws536gtytpj5v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2018-06-22 17:20:29 -0700, denis.akhiya...@gmail.com wrote: > Either wait for IronPython 3.6, use COM interop, pythonnet, > subprocess

Re: ironpython not support py3.6

2018-06-24 Thread wxjmfauth
To: Steven D'Aprano From: wxjmfa...@gmail.com Le vendredi 22 juin 2018 11:07:15 UTC+2, Steven D'Aprano a ─CcritΓ : > > C# <--> IronPython 2.7 <--> CPython 3.6 > C# <--> IronPython 2.7. It will not work. Coding of characters ! Try with IronPython 2.7.8. PS Yes, I know, it is based on .NET !!!

RE: ironpython not support py3.6

2018-06-24 Thread denis akhiyarov
To: Schachner, Joseph From: denis.akhiya...@gmail.com Either wait for IronPython 3.6, use COM interop, pythonnet, subprocess, or things like gRPC. Based on PyPy experience, it is probably 1-2 years of sponsored development to get a working IronPython 3.6. --- BBBS/Li6 v4.10 Toy-3 * Origin: Pri

Re: ironpython not support py3.6

2018-06-23 Thread Peter J. Holzer
On 2018-06-22 17:20:29 -0700, denis.akhiya...@gmail.com wrote: > Either wait for IronPython 3.6, use COM interop, pythonnet, > subprocess, or things like gRPC. Based on PyPy experience, it is > probably 1-2 years of sponsored development to get a working > IronPython 3.6. What is the current state

RE: ironpython not support py3.6

2018-06-22 Thread denis . akhiyarov
Either wait for IronPython 3.6, use COM interop, pythonnet, subprocess, or things like gRPC. Based on PyPy experience, it is probably 1-2 years of sponsored development to get a working IronPython 3.6. -- https://mail.python.org/mailman/listinfo/python-list

RE: ironpython not support py3.6

2018-06-22 Thread Schachner, Joseph
Wait. -Original Message- From: fantasywan...@gmail.com Sent: Friday, June 22, 2018 2:45 AM To: python-list@python.org Subject: ironpython not support py3.6 We have a project implemented with c# and python, iron python is a good choice for us to integrate these two tech together but ir

Re: ironpython not support py3.6

2018-06-22 Thread Steven D'Aprano
On Thu, 21 Jun 2018 23:44:40 -0700, fantasywangxg wrote: > We have a project implemented with c# and python, iron python is a good > choice for us to integrate these two tech together but iron python not > support python 3.6 yet, any suggest for this? How big is your budget? Could you pay the Ir

RE: [IronPython] IronPython 2.7 Now Available

2011-03-13 Thread Medcoff, Charles
rom: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Dino Viehland Sent: Sunday, March 13, 2011 2:22 PM To: Discussion of IronPython; python-list Subject: Re: [IronPython] IronPython 2.7 Now Available The PTVS release is really an extended version of the tool

RE: [IronPython] IronPython 2.7 Now Available

2011-03-13 Thread Dino Viehland
.com [mailto:users- > boun...@lists.ironpython.com] On Behalf Of Medcoff, Charles > Sent: Sunday, March 13, 2011 2:15 PM > To: Discussion of IronPython; python-list > Subject: Re: [IronPython] IronPython 2.7 Now Available > > Can someone on the list clarify differences or overlap between the to

RE: [IronPython] IronPython 2.7 Now Available

2011-03-13 Thread Medcoff, Charles
Can someone on the list clarify differences or overlap between the tools included in this release, and the PTVS release? -- http://mail.python.org/mailman/listinfo/python-list

RE: Ironpython experience

2009-12-23 Thread Dino Viehland
Lev wrote: > I'm an on and off Python developer and use it as one of the tools. > Never for writing "full-blown" applications, but rather small, "one-of- > a-kind" utilities. This time I needed some sort of backup and > reporting utility, which is to be used by the members of our team > once or twi

Re: Ironpython

2009-12-23 Thread Propad
On Dec 23, 6:20 am, Lev wrote: > Is this a correct group to talk about Ironpython? If not, please tell > which is? The group for IronPython specific issues is: http://lists.ironpython.com/listinfo.cgi/users-ironpython.com It's quite active and helpfull. Cheers, Nenad -- http://mail.python.org

Re: Ironpython

2009-12-22 Thread Michel Claveau - MVP
Hi! IronPython is an implementation of Python. IMO, this group talk about all Pythons. Therefore, for me, this group is OK. -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: IronPython newbie: not clear on imports and assemblies

2009-04-15 Thread Mike Driscoll
On Apr 15, 3:31 pm, Thomas Gagne wrote: > OK--I also haven't programmed on .NET before. > > My goal is to play with the "EssentialPDF" libraries inside IronPython. >   But I'm not clear on how to import (load?) Essential's .dll files.  Of > course, all the samples files are in C# and VB.  I guess

Re: IronPython newbie: not clear on imports and assemblies

2009-04-15 Thread Benjamin Kaplan
On Wed, Apr 15, 2009 at 4:31 PM, Thomas Gagne wrote: > OK--I also haven't programmed on .NET before. > > My goal is to play with the "EssentialPDF" libraries inside IronPython. > But I'm not clear on how to import (load?) Essential's .dll files. Of > course, all the samples files are in C# and V

Re: ironpython, exception in mscorlib when reading .py file from network share

2008-07-29 Thread mindmind
> > I don't know the answer - I do know that .NET permissions issues and > accessing network resources are a bit 'weird'. You're likely to get an > answer if you ask on the IronPython mailing list. > I had it running through the night, ~100 times, 25 of these gave the above exception. Hard to see

Re: ironpython, exception in mscorlib when reading .py file from network share

2008-07-29 Thread Fuzzyman
On Jul 29, 9:34 am, mindmind <[EMAIL PROTECTED]> wrote: > Hello, > > I have a ironpython 1.1.1.0 host in my c# app, and When doing a >   engine.ExecuteFile(file); > i often get the error below, when "file" is on a network share : > (winXp client , windows ??? server) > > 21-07-2008 12:47:28 : Trace

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-12 Thread Fuzzyman
On Feb 12, 7:49 pm, [EMAIL PROTECTED] wrote: > Fuzzyman: > > > Another interesting little benchmark of CPython and IronPython. Can't > > see the code, but it looks like an implementation of the 11 queens > > problem and IronPython comes out a clear winner on this one. (Looks > > like no benchmark f

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-12 Thread bearophileHUGS
Fuzzyman: > Another interesting little benchmark of CPython and IronPython. Can't > see the code, but it looks like an implementation of the 11 queens > problem and IronPython comes out a clear winner on this one. (Looks > like no benchmark for psyco.) If you want a more reliable set of benchmarks

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-12 Thread Fuzzyman
On Feb 5, 5:31 pm, dmitrey <[EMAIL PROTECTED]> wrote: > Hi all, > the urlhttp://torquedev.blogspot.com/2008/02/changes-in-air.html > (blog of a game developers) > saysIronPythonis faster than CPython in 1.6 times. > Is it really true? > If yes, what areIronPythondrawbacks vs CPython? > And is it po

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-07 Thread Isaac Gouy
On Feb 6, 1:54 pm, Stefan Behnel <[EMAIL PROTECTED]> wrote: > Isaac Gouy wrote: > > On Feb 5, 11:47 am, Stefan Behnel <[EMAIL PROTECTED]> wrote: > >> [EMAIL PROTECTED] schrieb: > > >>> Mike C. Fletcher: > Not sure if Mono also provides a speedup. > >>> There is a set of good benchmarks here, t

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-06 Thread Stefan Behnel
Fuzzyman wrote: > On Feb 5, 7:47 pm, Stefan Behnel <[EMAIL PROTECTED]> wrote: >> [EMAIL PROTECTED] schrieb: >> >>> Mike C. Fletcher: Not sure if Mono also provides a speedup. >>> There is a set of good benchmarks here, the answer is negative: >>> http://shootout.alioth.debian.org/sandbox/bench

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-06 Thread Stefan Behnel
Isaac Gouy wrote: > On Feb 5, 11:47 am, Stefan Behnel <[EMAIL PROTECTED]> wrote: >> [EMAIL PROTECTED] schrieb: >> >>> Mike C. Fletcher: Not sure if Mono also provides a speedup. >>> There is a set of good benchmarks here, the answer is negative: >>> http://shootout.alioth.debian.org/sandbox/be

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-06 Thread Carsten Haese
On Wed, 2008-02-06 at 13:39 -0800, Fuzzyman wrote: > On Feb 5, 7:47 pm, Stefan Behnel <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] schrieb: > > > > > Mike C. Fletcher: > > >> Not sure if Mono also provides a speedup. > > > > > There is a set of good benchmarks here, the answer is negative: > >

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-06 Thread Fuzzyman
On Feb 5, 6:52 pm, Steve Holden <[EMAIL PROTECTED]> wrote: > Jeff wrote: > >IronPythonruns on top of .NET. I would be suspect of any claims that > > it is faster than cPython, just as I would of claims that Stackless or > > Jython are faster. > > Well don't be. There are benchmarks that clearly sh

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-06 Thread Fuzzyman
On Feb 5, 7:47 pm, Stefan Behnel <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] schrieb: > > > Mike C. Fletcher: > >> Not sure if Mono also provides a speedup. > > > There is a set of good benchmarks here, the answer is negative: > >http://shootout.alioth.debian.org/sandbox/benchmark.php?test=all&l

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-06 Thread Isaac Gouy
On Feb 6, 12:04 am, [EMAIL PROTECTED] wrote: > Stefan Behnel: > > > This doesn't look like Mono to me: > >IronPython 1.1 (1.1) on .NET 2.0.50727.42 > > You are right! No. > I think this shows that IronPython isn't faster than > CPython at all :-) (And it uses more memory). -- http://mail.p

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-06 Thread Isaac Gouy
On Feb 5, 11:47 am, Stefan Behnel <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] schrieb: > > > Mike C. Fletcher: > >> Not sure if Mono also provides a speedup. > > > There is a set of good benchmarks here, the answer is negative: > >http://shootout.alioth.debian.org/sandbox/benchmark.php?test=all&

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-06 Thread bearophileHUGS
Stefan Behnel: > This doesn't look like Mono to me: > IronPython 1.1 (1.1) on .NET 2.0.50727.42 You are right! I think this shows that IronPython isn't faster than CPython at all :-) (And it uses more memory). Bye, bearophile -- http://mail.python.org/mailman/listinfo/python-list

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-05 Thread Steve Holden
Christian Heimes wrote: > Luis M. González wrote: >> The result is that it runs slighty faster in both, IP and CP, but >> cpython is still faster (around 2x) than ironpython. >> However, when using psyco simply blows everything out of the water... > > CPython is very fast here because it keeps blo

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-05 Thread Christian Heimes
Luis M. González wrote: > The result is that it runs slighty faster in both, IP and CP, but > cpython is still faster (around 2x) than ironpython. > However, when using psyco simply blows everything out of the water... CPython is very fast here because it keeps blocks of allocated integer objects

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-05 Thread Luis M. González
On 5 feb, 14:31, dmitrey <[EMAIL PROTECTED]> wrote: > Hi all, > the urlhttp://torquedev.blogspot.com/2008/02/changes-in-air.html > (blog of a game developers) > says IronPython is faster than CPython in 1.6 times. > Is it really true? > If yes, what are IronPython drawbacks vs CPython? > And is it

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-05 Thread [EMAIL PROTECTED]
On Feb 5, 3:56 pm, Arnaud Delobelle <[EMAIL PROTECTED]> wrote: > On Feb 5, 8:01 pm, Istvan Albert <[EMAIL PROTECTED]> wrote: > > > > > > > On Feb 5, 12:31 pm, dmitrey <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > the urlhttp://torquedev.blogspot.com/2008/02/changes-in-air.html > > > (blog of a g

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-05 Thread Istvan Albert
On Feb 5, 4:56 pm, Arnaud Delobelle <[EMAIL PROTECTED]> wrote: > Could it be because .NET doesn't have arbitrary length integer types > and your little benchmark will create lots of integers > 2**32 ? > What is the result if you replace foo(a) with > def foo(a): return sqrt(a) Good observation,

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-05 Thread Arnaud Delobelle
On Feb 5, 8:01 pm, Istvan Albert <[EMAIL PROTECTED]> wrote: > On Feb 5, 12:31 pm, dmitrey <[EMAIL PROTECTED]> wrote: > > > Hi all, > > the urlhttp://torquedev.blogspot.com/2008/02/changes-in-air.html > > (blog of a game developers) > > says IronPython is faster than CPython in 1.6 times. > > Is it

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-05 Thread Christian Heimes
dmitrey wrote: > Hi all, > the url http://torquedev.blogspot.com/2008/02/changes-in-air.html > (blog of a game developers) > says IronPython is faster than CPython in 1.6 times. > Is it really true? > If yes, what are IronPython drawbacks vs CPython? > And is it possible to use IronPython in Linux?

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-05 Thread Istvan Albert
On Feb 5, 12:31 pm, dmitrey <[EMAIL PROTECTED]> wrote: > Hi all, > the urlhttp://torquedev.blogspot.com/2008/02/changes-in-air.html > (blog of a game developers) > says IronPython is faster than CPython in 1.6 times. > Is it really true? This is a second time around that IronPython piqued my inter

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-05 Thread Stefan Behnel
[EMAIL PROTECTED] schrieb: > Mike C. Fletcher: >> Not sure if Mono also provides a speedup. > > There is a set of good benchmarks here, the answer is negative: > http://shootout.alioth.debian.org/sandbox/benchmark.php?test=all&lang=iron This doesn't look like Mono to me: IronPython 1.1 (

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-05 Thread bearophileHUGS
Mike C. Fletcher: > Not sure if Mono also provides a speedup. There is a set of good benchmarks here, the answer is negative: http://shootout.alioth.debian.org/sandbox/benchmark.php?test=all&lang=iron Bye, bearophile -- http://mail.python.org/mailman/listinfo/python-list

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-05 Thread Jean-Paul Calderone
On Tue, 05 Feb 2008 14:22:39 -0500, "Mike C. Fletcher" > [snip] > >PyPy is attempting to address this issue via a separate interpreter, but >it's currently just playing catch-up on performance most of the time. >It does have a JIT, and might one day be fast enough to be a usable >replacement for C

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-05 Thread Mike C. Fletcher
dmitrey wrote: > Hi all, > the url http://torquedev.blogspot.com/2008/02/changes-in-air.html > (blog of a game developers) > says IronPython is faster than CPython in 1.6 times. > Is it really true? > On certain platforms, I believe so, for certain types of operations. Not sure if Mono also pr

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-05 Thread Steve Holden
Jeff wrote: > IronPython runs on top of .NET. I would be suspect of any claims that > it is faster than cPython, just as I would of claims that Stackless or > Jython are faster. Well don't be. There are benchmarks that clearly show IronPython as faster for selected tests. Other tests show CPytho

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-05 Thread Jeff
IronPython runs on top of .NET. I would be suspect of any claims that it is faster than cPython, just as I would of claims that Stackless or Jython are faster. -- http://mail.python.org/mailman/listinfo/python-list

Re: IronPython faster than CPython?

2007-12-19 Thread Ross Ridge
Jack <[EMAIL PROTECTED]> wrote: >I learned a lot from the other thread 'Is a "real" C-Python possible?' about >Python performance and optimization. I'm almost convinced that Python's >performance is pretty good for this dynamic language although there are >areas to improve, until I read some art

Re: IronPython faster than CPython?

2007-12-18 Thread Mark Shroyer
In article <[EMAIL PROTECTED]>, "Jack" <[EMAIL PROTECTED]> wrote: > I learned a lot from the other thread 'Is a "real" C-Python possible?' about > Python performance and optimization. I'm almost convinced that Python's > performance is pretty good for this dynamic language although there are >

Re: IronPython faster than CPython?

2007-12-18 Thread John Machin
On Dec 19, 9:18 am, "Jack" <[EMAIL PROTECTED]> wrote: > I learned a lot from the other thread 'Is a "real" C-Python possible?' about > Python performance and optimization. I'm almost convinced that Python's > performance is pretty good for this dynamic language although there are > areas to improve

Re: ironpython exception line number

2007-06-30 Thread Troels Thomsen
>If you're hosting IronPython and catching this from a .NET language >then you'll be catching the .NET exception. Yes >In that case you can access the original Python exception >from ex.Data["PythonExceptionInfo"]. Yes ! YES ! Thx regards tpt -- http://mail.python.org/mailman/listinfo/pytho

RE: ironpython exception line number

2007-06-28 Thread Dino Viehland
Given a file foo.py: def f(): You should get these results: IronPython 1.0.60816 on .NET 2.0.50727.312 Copyright (c) Microsoft Corporation. All rights reserved. >>> try: ... execfile('foo.py') ... except IndentationError, e: ... import sys ... x = sys.exc_info() ... >>> print x[1].fi

Re: [IronPython] [ANN] IronPython Community Edition r6

2007-05-20 Thread M. David Peterson
Nice! > http://www.oreillynet.com/windows/blog/2007/05/seo_sanghyeonipce_ironpython_c_2.html On 5/20/07, Sanghyeon Seo <[EMAIL PROTECTED]> wrote: This is the sixth release of IronPython Community Edition (IPCE). Download from SourceForge: http://sourceforge.net/projects/fepy FePy project aim

Re: IronPython and COM Interface

2007-03-14 Thread Larry Bates
Divya wrote: > Hello, > > I'm new to IronPython and COM so please bear with me. > > I have a COM interface provided to me. I need to implement this > interface and pass it to a method as a way of implementing > 'callbacks'. > > However it appears that the methods of my interface object are never

Re: IronPython with Apache

2007-03-10 Thread John J. Lee
"edfialk" <[EMAIL PROTECTED]> writes: [...] > So, I'm told I need IronPython, which I get, and I replace the #!c: > \Python25\python.exe with the IronPython executable (#!c: > \IronPython-1.0.1\ipy.exe), but I get a 500 Internal Server error and: > > "[Wed Mar 07 17:02:21 2007] [error] [client 127

Re: IronPython with Apache

2007-03-08 Thread Josh Bloom
Hi Ed, Some more info about your environment will be helpful here. What OS version, apache version, etc. -Josh On 7 Mar 2007 15:05:54 -0800, edfialk <[EMAIL PROTECTED]> wrote: Hi all, I'm completely new to Python, but fairly experienced in PHP and few other languages. Long story short: The

Re: [IronPython] [ANN] IronPython Community Edition r5

2006-12-17 Thread M. David Peterson
SWEET! Caught this release before the news was no longer news, http://www.oreillynet.com/windows/blog/2006/12/seo_sanghyeonipce_ironpython_c_1.html Thanks, Seo! :) On 12/15/06, Sanghyeon Seo <[EMAIL PROTECTED]> wrote: This is the fifth release of IronPython Community Edition (IPCE). You can

Re: [IronPython] [ANN] IronPython Community Edition r4

2006-11-24 Thread Bill64bits
How do you install this? Just copy on top of the current IP directory? What is DefRoot.sp1 for? - Original Message - From: Sanghyeon Seo To: Discussion of IronPython ; python-list@python.org Sent: Monday, November 20, 2006 5:26 AM Subject: [IronPython] [ANN] IronPython Communit

Re: [IronPython] [ANN] IronPython Community Edition r3

2006-10-26 Thread M. David Peterson
Yee Hah! :D  Thanks Seo! :D > http://www.oreillynet.com/xml/blog/2006/10/seo_sanghyeonipce_ironpython_c.html On 10/26/06, Sanghyeon Seo <[EMAIL PROTECTED]> wrote: This is the third release of IronPython Community Edition (IPCE).Get it here.http://sparcs.kaist.ac.kr/~tinuviel/download/IPCE-r3.zip Th

Re: [IronPython] [ANN] IronPython Community Edition 1.0r2

2006-10-04 Thread Miguel de Icaza
Hello, > And here's the license and the summary of applied patches: > http://fepy.sourceforge.net/license.html > http://fepy.sourceforge.net/patches.html Do the patches include the various extensions that are being shipped? Am wondering if you could distribute a IPCE that contains all the docume

Re: [IronPython] [ANN] IronPython Community Edition 1.0r2

2006-09-29 Thread Sylvain Hellegouarch
Brilliant Seo. Thanks a lot :) BTW, if it can be useful and you're happy with the code, don't hesitate to include my port of the Gzip module. Its a BSD license :) - Sylvain > This is the second release of IronPython Community Edition (IPCE), > 1.0 revision 2, based on IronPython 1.0. > > Get it

Re: [IronPython] [ANN] IronPython Community Edition 1.0r1

2006-09-13 Thread M. David Peterson
http://www.oreillynet.com/windows/blog/2006/09/seo_sanghyeonipce_ironpython_c.htmlSeo, do you have a blog I can point people to? Either way, Thanks!  This will make things TONS easier in regards to running IronPython on Mono. :)On 9/13/06, Sanghyeon Seo < [EMAIL PROTECTED]> wrote:I am happy to anno

Re: IronPython on Mono howto

2006-09-09 Thread Alex Martelli
<[EMAIL PROTECTED]> wrote: > >> One thing I did find especially annoying though was that none of the > >> editing keys worked. > > Seo> It is a known problem. It is a Mono bug. (ncurses-based colored > Seo> console is not really complete.) There is a workaround. > > Thanks, it wo

Re: IronPython on Mono howto

2006-09-07 Thread skip
>> One thing I did find especially annoying though was that none of the >> editing keys worked. Seo> It is a known problem. It is a Mono bug. (ncurses-based colored Seo> console is not really complete.) There is a workaround. Thanks, it worked perfectly. I guess the white text o

Re: IronPython on Mono howto

2006-09-07 Thread sanxiyn
[EMAIL PROTECTED] wrote: > One thing I did find especially annoying though was that none of the editing > keys worked. DELETE, BACKSPACE, Ctrl-U. All just inserted themselves. > Ctrl-D didn't exit. (I had to "raise SystemExit" to exit.) > > Is this a known problem? Is it a Mono thing or an Iron

Re: IronPython 1.0 released today!

2006-09-07 Thread Felipe Almeida Lessa
7 Sep 2006 16:34:56 -0700, Luis M. González <[EMAIL PROTECTED]>: > People are already porting some of these libraries. > Those that are written in pure python don't need to be ported, but > those that rely on c extensions can be rewritten in c# or any other > .NET language. Or in C that is P/Invok

Re: IronPython 1.0 released today!

2006-09-07 Thread Luis M. González
Chris wrote: > Diez B. Roggisch wrote: > > Chris wrote: > > > >> Jim Hugunin wrote: > >>> I'm extremely happy to announce that we have released IronPython 1.0 > >>> today! > >>> http://www.codeplex.com/IronPython > >> > >> > >> I'm no code guru but it sounds interesting. So can I import numpy, >

Re: IronPython on Mono howto

2006-09-07 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, skip wrote: > One thing I did find especially annoying though was that none of the editing > keys worked. DELETE, BACKSPACE, Ctrl-U. All just inserted themselves. > Ctrl-D didn't exit. (I had to "raise SystemExit" to exit.) > > Is this a known problem? Is it a Mono thi

Re: IronPython 1.0 - Bugs or Features?

2006-09-07 Thread Claudio Grondi
Super Spinner wrote: > IronPython is a .NET language, so does that mean that it invokes the > JIT before running actual code? If so, then "simple short scripts" > would take longer with IronPython "busy starting itself" loading .NET > and invoking the JIT. This effect would be less noticable, the

Re: IronPython on Mono howto

2006-09-07 Thread skip
sanxiyn> For those of us who have never used IronPython or Mono, is sanxiyn> there a quick start document laying about somewhere? It wasn't sanxiyn> clear to me where to even look. sanxiyn> Okay, here we go: ... Thanks. Worked like a charm. Like others I noticed the appare

Re: IronPython on Mono howto

2006-09-07 Thread Nick Craig-Wood
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Okay, here we go: [snip] Thanks for those good instructions - they worked well! I tried running a test program under mono/linux. I found I needed to add import sys sys.path.append("/usr/lib/python2.4") As per the FAQ to the code. Setting thi

Re: IronPython 1.0 released today!

2006-09-07 Thread Super Spinner
Congrats on reaching 1.0, Jim. BTW, here's a John Udell screencast of Jim demo'ing IronPython. Among other things, it shows IronPython integrating with Visual Studio, Monad, C#, VB.NET, and WPF. It's a great video. http://weblog.infoworld.com/udell/2006/08/30.html#a1515 -- http://mail.python.o

RE: IronPython 1.0 - Bugs or Features?

2006-09-06 Thread Dino Viehland
PM To: python-list@python.org Subject: Re: IronPython 1.0 - Bugs or Features? Claudio Grondi wrote: > tjreedy wrote: > > "Claudio Grondi" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > >>I also erroneously assumed, that the first prob

Re: IronPython 1.0 - Bugs or Features?

2006-09-06 Thread Super Spinner
Claudio Grondi wrote: > tjreedy wrote: > > "Claudio Grondi" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > >>I also erroneously assumed, that the first problem was detected during > >>parsing ... so, by the way: how can I distinguish an error raised while > >>parsing the cod

RE: IronPython 1.0 - Bugs or Features?

2006-09-06 Thread Dino Viehland
hon.org Subject: Re: IronPython 1.0 - Bugs or Features? tjreedy wrote: > "Claudio Grondi" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > >>I also erroneously assumed, that the first problem was detected during >>parsing ... so, by the way: how c

Re: IronPython 1.0 - Bugs or Features?

2006-09-06 Thread Claudio Grondi
tjreedy wrote: > "Claudio Grondi" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > >>I also erroneously assumed, that the first problem was detected during >>parsing ... so, by the way: how can I distinguish an error raised while >>parsing the code and an error raised when actually

Re: IronPython 1.0 - Bugs or Features?

2006-09-06 Thread tjreedy
"Claudio Grondi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I also erroneously assumed, that the first problem was detected during > parsing ... so, by the way: how can I distinguish an error raised while > parsing the code and an error raised when actually running the code? P

Re: IronPython 1.0 - Bugs or Features?

2006-09-06 Thread Claudio Grondi
Marc 'BlackJack' Rintsch wrote: > In <[EMAIL PROTECTED]>, Claudio Grondi wrote: > > >>The context: >> C:\IronPython> ipy.exe >> IronPython 1.0.60816 on .NET 2.0.50727.42 >> Copyright (c) Microsoft Corporation. All rights reserved. >>vs. >> C:\Python24> python.exe >> Python 2.4.2 (#67, S

Re: IronPython 1.0 - Bugs or Features?

2006-09-06 Thread Claudio Grondi
Larry Bates wrote: > Claudio Grondi wrote: > >>(just wanted to share my experience with IronPython 1.0) >> >>The context: >> C:\IronPython> ipy.exe >> IronPython 1.0.60816 on .NET 2.0.50727.42 >> Copyright (c) Microsoft Corporation. All rights reserved. >>vs. >> C:\Python24> python.exe >> Pyt

Re: IronPython 1.0 - Bugs or Features?

2006-09-06 Thread Robin Becker
Claudio Grondi wrote: > > Another problem with IronPython where CPython 2.4.2 runs ok was while I > was trying to do: >f = file(r'\\.\PhysicalDrive0', 'rb') > getting "ValueError: FileStream will not open Win32 devices such as disk > partitions and tape drives. Avoid use of "\\.\" in the pat

Re: IronPython 1.0 - Bugs or Features?

2006-09-06 Thread Larry Bates
Claudio Grondi wrote: > (just wanted to share my experience with IronPython 1.0) > > The context: > C:\IronPython> ipy.exe > IronPython 1.0.60816 on .NET 2.0.50727.42 > Copyright (c) Microsoft Corporation. All rights reserved. > vs. > C:\Python24> python.exe > Python 2.4.2 (#67, Sep 28 2

Re: IronPython 1.0 - Bugs or Features?

2006-09-06 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, Claudio Grondi wrote: > The context: >C:\IronPython> ipy.exe >IronPython 1.0.60816 on .NET 2.0.50727.42 >Copyright (c) Microsoft Corporation. All rights reserved. > vs. >C:\Python24> python.exe >Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bi

Re: IronPython 1.0 released today!

2006-09-06 Thread NoelByron
Great, I couldn't do better Ok, I couldn't do it all... ;o) But I'm a little bit concerned. Have you ever thought of using a different file prefix for python files depending on .NET assemblies like .pyi? Sooner or later we want to associate IronPython files with IronPython in the windows shell

Re: IronPython 1.0 released today!

2006-09-06 Thread gslindstrom
Jim Hugunin wrote: > I'm extremely happy to announce that we have released IronPython 1.0 today! > http://www.codeplex.com/IronPython Way to go, Jim!! I am impressed with the effort. --greg -- http://mail.python.org/mailman/listinfo/python-list

Re: IronPython on Mono howto

2006-09-05 Thread alex23
[EMAIL PROTECTED] wrote: > Okay, here we go: > 1. Download IronPython Kudos for taking the time! -- http://mail.python.org/mailman/listinfo/python-list

Re: IronPython 1.0 released today!

2006-09-05 Thread sanxiyn
[EMAIL PROTECTED] wrote: > > For those of us who have never used IronPython or Mono, is there a quick > start document laying about somewhere? It wasn't clear to me where to even > look. For example, is Mono == DotGnu? I scribbled a rough howto. Hope it help. Mono and DotGNU are two different p

Re: IronPython 1.0 released today!

2006-09-05 Thread Ray
Jim Hugunin wrote: > I'm extremely happy to announce that we have released IronPython 1.0 today! > http://www.codeplex.com/IronPython > Thanks - Jim Hugunin (for the IronPython Team) Congratulations I've been following IronPython too since you announced it years back--it's really exciting

Re: IronPython 1.0 released today!

2006-09-05 Thread skip
sanxiyn> Yes, it will run with Mono 1.1.17 or later out of the box with sanxiyn> zero problems. For those of us who have never used IronPython or Mono, is there a quick start document laying about somewhere? It wasn't clear to me where to even look. For example, is Mono == DotGnu? (I'm

Re: IronPython 1.0 released today!

2006-09-05 Thread sanxiyn
Neal Becker wrote: > Will it run with mono? Yes, it will run with Mono 1.1.17 or later out of the box with zero problems. -- http://mail.python.org/mailman/listinfo/python-list

Re: [IronPython] [ANN] IronPython 1.0 released today!

2006-09-05 Thread M. David Peterson
Congratulations, Jim!  Truly and amazing vision you and your development staff have brought into fruition :)From my recent post to the O'Reilly Windows DevCenter,ref: http://www.oreillynet.com/windows/blog/2006/09/jim_huguninmsft_announce_ironp.html Congratulations are in order to Jim Hugunin, Din

Re: IronPython and scipy/pyExcelerator

2006-07-22 Thread Fuzzyman
[EMAIL PROTECTED] wrote: > I'm looking forward to the release IronPython, primarily for its IDE. I > currently use scipy and pyExcelerator to crunch numbers and write them > to Excel: does can these packages be used with IronPython as well? > > Thanks in advance You could try Python for .NET. Thi

Re: IronPython and scipy/pyExcelerator

2006-07-21 Thread Robin Becker
[EMAIL PROTECTED] wrote: > I'm looking forward to the release IronPython, primarily for its IDE. I > currently use scipy and pyExcelerator to crunch numbers and write them > to Excel: does can these packages be used with IronPython as well? > > Thanks in advance > > Thomas Philips > I don't thin

Re: IronPython 1.0 Beta 7 Released

2006-05-25 Thread Ravi Teja
> Can you recommend a book or a link for a person learning Python on > Windows who does not yet know C# or .NET? Since Python is cross-platform, any Python book will do. If you need to do MS Windows specific programming (COM and OLE automation, Windows Services etc), you can use Mark Hammond's "Py

Re: IronPython 1.0 Beta 7 Released

2006-05-25 Thread Ravi Teja
> > Also, IronPython cannot access CPython libraries. So it cannot be used > > as a drop-in replacement for CPython in most non-trivial apps. Python > > for .NET however allows you to both use both CPython and .NET > > libraries. > > It will be able to access the standard libraries, as long as they

Re: IronPython 1.0 Beta 7 Released

2006-05-25 Thread Luis M. González
Ravi Teja wrote: > Also, IronPython cannot access CPython libraries. So it cannot be used > as a drop-in replacement for CPython in most non-trivial apps. Python > for .NET however allows you to both use both CPython and .NET > libraries. It will be able to access the standard libraries, as long a

Re: IronPython 1.0 Beta 7 Released

2006-05-25 Thread Luis M. González
Ravi Teja wrote: > Also, IronPython cannot access CPython libraries. So it cannot be used > as a drop-in replacement for CPython in most non-trivial apps. Python > for .NET however allows you to both use both CPython and .NET > libraries. It will be able to access the standard libraries, as long a

Re: IronPython 1.0 Beta 7 Released

2006-05-25 Thread BartlebyScrivener
Can you recommend a book or a link for a person learning Python on Windows who does not yet know C# or .NET? Thanks, rick -- http://mail.python.org/mailman/listinfo/python-list

Re: IronPython 1.0 Beta 7 Released

2006-05-24 Thread Ravi Teja
Also, IronPython cannot access CPython libraries. So it cannot be used as a drop-in replacement for CPython in most non-trivial apps. Python for .NET however allows you to both use both CPython and .NET libraries. > Ironpython is not a first class .NET language. > That means that although you can

Re: IronPython 1.0 Beta 7 Released

2006-05-24 Thread Luis M. González
Well, basically, ironpython is to .NET what jython is to JAVA. It is a faithful implementation of the python language, written in c#, created to run on and take full advantage of the .NET framework. That means that you have access to all the available libraries of the .NET framework and you can us

Re: IronPython 1.0 Beta 7 Released

2006-05-24 Thread sam
vbgunz: When you download IronPython,the tutorial directory has some examples of interfacing With the .NET environment i.e.: 1: IronPython -> C# 2: C# -> IronPython 3: IronPython -> VB 4: VB -> IronPython Sam Schulenburg -- http://mail.python.org/mailman/listinfo/python-list

Re: IronPython 1.0 Beta 7 Released

2006-05-24 Thread vbgunz
maybe I am a bit ignorant and love living in the bliss of it and maybe I am a bit tired on the subject but may I ask you a question? if i decided to use IronPython for strict cPython work, is this possible? probably dumb when I can use cPython but is it still possible in case maybe sometime down th

  1   2   >