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

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 wo

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

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 inter

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.

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

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

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

Re: ironpython not support py3.6

2018-06-22 Thread Steven D'Aprano
u pay the IronPython developers to build support for 3.6? Probably not... Do you need fully managed .Net code from Python? If not "Python for .Net" may suit: https://pythonnet.github.io/ Either stick to the latest version of IronPython (2.7), or the latest of CPython (3.6). Or ma

ironpython not support py3.6

2018-06-21 Thread fantasywangxg
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? -- https://mail.python.org/mailman/listinfo/python-list

PyDev 5.8.0: Code Coverage fixes, IronPython debugging

2017-06-08 Thread Fabio Zadrozny
e the debugger could end up removing quotes on args. *#PyDev-797* - The debugger now works with IronPython again -- although note that *IronPython* *2.7.6* and *2.7.7* have a critical bug which prevents IronPython from working in PyDev: https://github.com/IronLanguages/main/i

IronPython 2.7.5 Released

2014-12-09 Thread Jeff Hardy
On behalf of the IronPython team, I'm very happy to announce the release of IronPython 2.7.5[1]. Like all IronPython 2.7-series releases, .NET 4 is required to install it. Installing this release will replace any existing IronPython 2.7-series installation. Assemblies for embedding are pro

Re: Will IronPython / WPF work on Mac OS X?

2014-08-04 Thread Kevin Walzer
On 8/4/14, 8:17 AM, danwgr...@gmail.com wrote: Hello, I am thinking of using IronPython to build an Python application. Using WPF in Visual Studio to draw the GUI and create the XAML. Can I then run this Python application on a Mac OS X (10.8)? Thanks. IronPython is a Windows-only product

Re: Will IronPython / WPF work on Mac OS X?

2014-08-04 Thread Benjamin Kaplan
On Aug 4, 2014 6:23 AM, wrote: > > Hello, > I am thinking of using IronPython to build an Python application. Using WPF in Visual Studio to draw the GUI and create the XAML. Can I then run this Python application on a Mac OS X (10.8)? > Thanks. > -- Nope. IronPython on Mac runs

Will IronPython / WPF work on Mac OS X?

2014-08-04 Thread danwgrace
Hello, I am thinking of using IronPython to build an Python application. Using WPF in Visual Studio to draw the GUI and create the XAML. Can I then run this Python application on a Mac OS X (10.8)? Thanks. -- https://mail.python.org/mailman/listinfo/python-list

IronPython + Selenium2Library + Visual Studio + Robot Framwork

2014-02-14 Thread nw . rabea
Hi All, I already familiar with the python, selenium2library and robot framwork. But i don't know how to connect those things with the ironpython in visual studio. How to integrate pyhton with selenium2library in visual studio by using ironpython, is there a special dll to make impo

Re: Importing modules into IronPython

2013-07-03 Thread Benjamin Kaplan
On Wed, Jul 3, 2013 at 3:05 PM, HighBeliever wrote: > Hi, I have to shift a Python 2.7 program to run in Windows. Doing that has > forced me to use IronPython because my program is dependent on a .dll file > that uses .NET framework. > > I moved all my code to Iron Python and

Importing modules into IronPython

2013-07-03 Thread HighBeliever
Hi, I have to shift a Python 2.7 program to run in Windows. Doing that has forced me to use IronPython because my program is dependent on a .dll file that uses .NET framework. I moved all my code to Iron Python and modified it to work with the dll. But I cant import PyQt4 module into the

PyPyODBC 1.0.5 released. (DBI 2.0 ODBC module compatible with PyPy, IronPython and SQLAlchemy)

2013-03-10 Thread 江文
Changes in Ver 1.0.5 (and 1.0.4, 1.0.3, 1.0.2, 1.0.1) - *Fix several bugs under Python 3.x* - *Add Mac / iODBC platform support* - *Improved ODBC ANSI / unicode mode support* Features - *One pure Python script, runs on CPython / IronPython<https://code.google.com/p/pypyodbc/w

Re: cPython, IronPython, Jython, and PyPy (Oh my!)

2012-05-19 Thread Adam Tauno Williams
On Thu, 2012-05-17 at 11:13 +1000, Chris Angelico wrote: > On Thu, May 17, 2012 at 9:01 AM, Ethan Furman wrote: > > A record is an interesting critter -- it is given life either from the user > > or from the disk-bound data; its fields can then change, but those changes > > are not reflected on

Re: cPython, IronPython, Jython, and PyPy (Oh my!)

2012-05-16 Thread Ethan Furman
Chris Angelico wrote: On Thu, May 17, 2012 at 9:01 AM, Ethan Furman wrote: A record is an interesting critter -- it is given life either from the user or from the disk-bound data; its fields can then change, but those changes are not reflected on disk until .write_record() is called; I do thi

Re: cPython, IronPython, Jython, and PyPy (Oh my!)

2012-05-16 Thread Tim Delaney
On 17 May 2012 11:13, Chris Angelico wrote: > On Thu, May 17, 2012 at 9:01 AM, Ethan Furman wrote: > > A record is an interesting critter -- it is given life either from the > user > > or from the disk-bound data; its fields can then change, but those > changes > > are not reflected on disk unt

Re: cPython, IronPython, Jython, and PyPy (Oh my!)

2012-05-16 Thread Chris Angelico
On Thu, May 17, 2012 at 9:01 AM, Ethan Furman wrote: > A record is an interesting critter -- it is given life either from the user > or from the disk-bound data;  its fields can then change, but those changes > are not reflected on disk until .write_record() is called;  I do this > because I am fr

Re: cPython, IronPython, Jython, and PyPy (Oh my!)

2012-05-16 Thread Ethan Furman
Tim Delaney wrote: On 17 May 2012 07:33, Ethan Furman wrote: Just hit a snag: In cPython the deterministic garbage collection allows me a particular optimization when retrieving records from a dbf file -- namely, by using weakrefs I can tell if the record is still in memory and active, and if s

Re: cPython, IronPython, Jython, and PyPy (Oh my!)

2012-05-16 Thread Ethan Furman
uot;copyright", "credits" or "license" for more information. import sys sys.subversion ('Jython', 'tags/Release_2_5_2', '7206') I don't know what IronPython or PyPy return, but it should be something other than 'CPython'. Thanks

Re: cPython, IronPython, Jython, and PyPy (Oh my!)

2012-05-16 Thread Tim Delaney
On 17 May 2012 07:33, Ethan Furman wrote: > Just hit a snag: > > In cPython the deterministic garbage collection allows me a particular > optimization when retrieving records from a dbf file -- namely, by using > weakrefs I can tell if the record is still in memory and active, and if so > not hit

Re: cPython, IronPython, Jython, and PyPy (Oh my!)

2012-05-16 Thread Ian Kelly
Inc.)] on java1.6.0_31 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> sys.subversion ('Jython', 'tags/Release_2_5_2', '7206') I don't know what IronPython or PyPy return, but it should be something other than 'CPython'. -- http://mail.python.org/mailman/listinfo/python-list

cPython, IronPython, Jython, and PyPy (Oh my!)

2012-05-16 Thread Ethan Furman
Just hit a snag: In cPython the deterministic garbage collection allows me a particular optimization when retrieving records from a dbf file -- namely, by using weakrefs I can tell if the record is still in memory and active, and if so not hit the disk to get the data; with PyPy (and probably

Re: Unable to make ironpython run in browser with silverlight

2011-05-25 Thread ErichCart ErichCart
On May 26, 9:44 am, Jimmy Schementi wrote: > You need to run it from a web-server; it doesn't work when running from > file:// due to Silverlight's security sandbox. Read the comments on my > blog-post, it mentions the web-server there. I see.. But here: http://silverlighttest.zzl.org/silverli

Re: Unable to make ironpython run in browser with silverlight

2011-05-25 Thread Sunny
On May 26, 9:44 am, Jimmy Schementi wrote: > You need to run it from a web-server; it doesn't work when running from > file:// due to Silverlight's security sandbox. Read the comments on my > blog-post, it mentions the web-server there. I see.. But here: http://silverlighttest.zzl.org/silverlig

Re: Unable to make ironpython run in browser with silverlight

2011-05-25 Thread Jimmy Schementi
You need to run it from a web-server; it doesn't work when running from file:// due to Silverlight's security sandbox. Read the comments on my blog-post, it mentions the web-server there. -- http://mail.python.org/mailman/listinfo/python-list

Re: Unable to make ironpython run in browser with silverlight

2011-05-25 Thread ErichCart ErichCart
Here is how it looks on free webhosting account: http://silverlighttest.zzl.org/silverlighttest.html It is supposed to show a window with "Hello from python", but it shows smth else completely. -- http://mail.python.org/mailman/listinfo/python-list

Unable to make ironpython run in browser with silverlight

2011-05-25 Thread ErichCart ErichCart
Basically i am following this tutorial: http://blog.jimmy.schementi.com/2010/03/pycon-2010-python-in-browser.html According to it, this code should run fine: http://www.w3.org/TR/html4/strict.dtd";> http://gestalt.ironpython.net/dlr-20100305.js";> http://github.com/jschementi/ pyco

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
The PTVS release is really an extended version of the tools in IronPython 2.7. It adds support for CPython including debugging, profiling, etc... while still supporting IronPython as well. We'll likely either replace the tools distributed w/ IronPython with this version (maybe minus t

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

IronPython 2.7 Now Available

2011-03-12 Thread Jeff Hardy
On behalf of the IronPython team, I'm very pleased to announce the release of IronPython 2.7. This release contains all of the language features of Python 2.7, as well as several previously missing modules and numerous bug fixes. IronPython 2.7 also includes built-in Visual Studio support th

Re: Microsoft lessening commitment to IronPython and IronRuby

2010-08-11 Thread Ben Finney
Jason Earl writes: > Which is more of a promise than Microsoft has given to Python. I am > not arguing for Mono, as I am not a fan. But if you honestly think > that Python doesn't infringe on some of Microsoft's patents you are > crazy. It's quite true that anyone can be sued, at any time, for a

Re: Microsoft lessening commitment to IronPython and IronRuby

2010-08-11 Thread Jason Earl
On Tue, Aug 10 2010, Ben Finney wrote: > Steven D'Aprano writes: > >> On Tue, 10 Aug 2010 20:07:06 +1200, Gregory Ewing wrote: >> > Is there any way for a non-.NET program to access a .NET library? Or >> > is it necessary to drink the entire bottle of .NET kool-aid? >> >> http://www.mono-project.

Re: Microsoft lessening commitment to IronPython and IronRuby

2010-08-10 Thread Michael Torrie
On 08/10/2010 02:07 AM, Gregory Ewing wrote: > Tim Roberts wrote: > >> I'm not sure that's really fair. The .NET Common Language Runtime is a >> vast and very useful class library, including two complete GUI systems. The >> thought was that IronPython and

Re: Microsoft lessening commitment to IronPython and IronRuby

2010-08-10 Thread Ben Finney
Steven D'Aprano writes: > On Tue, 10 Aug 2010 20:07:06 +1200, Gregory Ewing wrote: > > Is there any way for a non-.NET program to access a .NET library? Or > > is it necessary to drink the entire bottle of .NET kool-aid? > > http://www.mono-project.com/Main_Page Anyone thinking of using Mono nee

Re: Microsoft lessening commitment to IronPython and IronRuby

2010-08-10 Thread Stefan Behnel
Steven D'Aprano, 10.08.2010 10:04: On Tue, 10 Aug 2010 18:42:35 +1200, Lawrence D'Oliveiro wrote: Go on, name one creative thing which was ever done in Dotnet. Not just Dotnet, but Python on Dotnet. http://www.python.org/about/success/resolver/ At the very end of that article, I found this

Re: Microsoft lessening commitment to IronPython and IronRuby

2010-08-10 Thread Steven D'Aprano
On Tue, 10 Aug 2010 20:07:06 +1200, Gregory Ewing wrote: > Tim Roberts wrote: > >> I'm not sure that's really fair. The .NET Common Language Runtime is a >> vast and very useful class library, including two complete GUI systems. >> The thought was that IronPy

Re: Microsoft lessening commitment to IronPython and IronRuby

2010-08-10 Thread Steven D'Aprano
> > Used only by corporate code-cutter drones. > > Go on, name one creative thing which was ever done in Dotnet. Not just Dotnet, but Python on Dotnet. http://www.python.org/about/success/resolver/ http://blog.jonudell.net/2007/09/27/first-look-at-resolver-an-ironpytho

Re: Microsoft lessening commitment to IronPython and IronRuby

2010-08-10 Thread Gregory Ewing
Tim Roberts wrote: I'm not sure that's really fair. The .NET Common Language Runtime is a vast and very useful class library, including two complete GUI systems. The thought was that IronPython and IronRuby would let people who were comfortable in those languages tap into the CLR.

Re: Microsoft lessening commitment to IronPython and IronRuby

2010-08-10 Thread Stefan Behnel
Lawrence D'Oliveiro, 10.08.2010 08:42: In message<7fr16650meigqgmj8rh0n3a66q9r4j4...@4ax.com>, Tim Roberts wrote: The .NET Common Language Runtime is a vast and very useful class library, including two complete GUI systems. Used only by corporate code-cutter drones. Go on, name one creative

Re: Microsoft lessening commitment to IronPython and IronRuby

2010-08-09 Thread Lawrence D'Oliveiro
In message <7fr16650meigqgmj8rh0n3a66q9r4j4...@4ax.com>, Tim Roberts wrote: > The .NET Common Language Runtime is a vast and very useful class library, > including two complete GUI systems. Used only by corporate code-cutter drones. Go on, name one creative thing which was ever done in Dotnet. -

Re: Microsoft lessening commitment to IronPython and IronRuby

2010-08-09 Thread Tim Roberts
Lawrence D'Oliveiro wrote: > >Frankly I never understood the point of IronPython and IronRuby. They seemed >like a desperate attempt to keep Dotnet relevant in the modern world of >dynamic languages. Looks like it was a failure. Yawn. I'm not sure that's really fair

Re: Microsoft lessening commitment to IronPython and IronRuby

2010-08-08 Thread Lawrence D'Oliveiro
In message , Neil Hodgson wrote: > http://blog.jimmy.schementi.com/2010/08/start-spreading-news-future-of-jimmy.html Frankly I never understood the point of IronPython and IronRuby. They seemed like a desperate attempt to keep Dotnet relevant in the modern world of dynamic languages. Looks l

Microsoft lessening commitment to IronPython and IronRuby

2010-08-06 Thread Neil Hodgson
There is a blog post from Jimmy Schementi who previously worked at Microsoft on IronRuby about the state of dynamic language work there. http://blog.jimmy.schementi.com/2010/08/start-spreading-news-future-of-jimmy.html Neil -- http://mail.python.org/mailman/listinfo/python-list

Re: Where is StackPanel in IronPython / .Net 4?

2010-06-27 Thread Ian
Hi Benjamin - and thanks for your reply. I'm now really confused. On 27/06/2010 20:05, Benjamin Kaplan wrote: You don't add references to namespaces. You add references to assemblies and you then you import the namespace. > From the documentation: ''' Namespace: System.Windows.Controls Assemb

Re: Where is StackPanel in IronPython / .Net 4?

2010-06-27 Thread Benjamin Kaplan
On Sun, Jun 27, 2010 at 10:36 AM, Ian Hobson wrote: > Hi All, > > According to this page > > http://msdn.microsoft.com/en-us/library/system.windows.controls.stackpanel.aspx > > StackPanel is in the System.Windows.Controls Namespace > > When I try and set up a reference to that Namespace I get a "C

Where is StackPanel in IronPython / .Net 4?

2010-06-27 Thread Ian Hobson
Hi All, According to this page http://msdn.microsoft.com/en-us/library/system.windows.controls.stackpanel.aspx StackPanel is in the System.Windows.Controls Namespace When I try and set up a reference to that Namespace I get a "Could not add reference to assembly System.Windows.Controls" erro

RE: Ironpython experience

2009-12-23 Thread Dino Viehland
by the members of our team > once or twice a day. Execution time is supposed be negligible. The > project was an ideal candidate to be implemented in Python. As > expected the whole script was about 200 lines and was ready in a 2 > hours (the power of Python!).Then I downloaded Ironpytho

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, Nen

Ironpython experience

2009-12-23 Thread Lev
or twice a day. Execution time is supposed be negligible. The project was an ideal candidate to be implemented in Python. As expected the whole script was about 200 lines and was ready in a 2 hours (the power of Python!).Then I downloaded Ironpython and relatively painlessly (except the absence of z

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

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 > cou

IronPython newbie: not clear on imports and assemblies

2009-04-15 Thread Thomas Gagne
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 I"m wonde

Re: How to interface with C# without IronPython

2009-03-17 Thread Kay Schluehr
On 17 Mrz., 16:22, Mudcat wrote: > On Mar 17, 6:39 am, Kay Schluehr wrote: > > > > > On 16 Mrz., 23:06, Mudcat wrote: > > > > On Mar 13, 8:37 pm, Christian Heimes wrote: > > > > > Chris Rebert wrote: > > > > > Haven't used it, butPythonfor .NET sounds like it might be what you > > > > > want:ht

Re: How to interface with C# without IronPython

2009-03-17 Thread Mudcat
On Mar 17, 6:39 am, Kay Schluehr wrote: > On 16 Mrz., 23:06, Mudcat wrote: > > > > > On Mar 13, 8:37 pm, Christian Heimes wrote: > > > > Chris Rebert wrote: > > > > Haven't used it, butPythonfor .NET sounds like it might be what you > > > > want:http://pythonnet.sourceforge.net/ > > > > I've don

Re: How to interface with C# without IronPython

2009-03-17 Thread Kay Schluehr
On 16 Mrz., 23:06, Mudcat wrote: > On Mar 13, 8:37 pm, Christian Heimes wrote: > > > Chris Rebert wrote: > > > Haven't used it, butPythonfor .NET sounds like it might be what you > > > want:http://pythonnet.sourceforge.net/ > > > I've done some development for and with PythonDotNET. It's definite

Re: How to interface with C# without IronPython

2009-03-16 Thread Mudcat
On Mar 13, 8:37 pm, Christian Heimes wrote: > Chris Rebert wrote: > > Haven't used it, butPythonfor .NET sounds like it might be what you > > want:http://pythonnet.sourceforge.net/ > > I've done some development for and with PythonDotNET. It's definitely > the right thing. It works with .NET, Mono

Re: How to interface with C# without IronPython

2009-03-13 Thread Christian Heimes
Chris Rebert wrote: > Haven't used it, but Python for .NET sounds like it might be what you > want: http://pythonnet.sourceforge.net/ I've done some development for and with PythonDotNET. It's definitely the right thing. It works with .NET, Mono and Python 2.4 to 2.6. Christian -- http://mail.py

Re: How to interface with C# without IronPython

2009-03-13 Thread Chris Rebert
On Fri, Mar 13, 2009 at 3:51 PM, Mudcat wrote: > All the topics I seem to find on this topic lead me in the direction > of IronPython, but I'm not interested right now in a reimplementation > of Python in .Net environment. There are wrappers and methods > available for integra

How to interface with C# without IronPython

2009-03-13 Thread Mudcat
All the topics I seem to find on this topic lead me in the direction of IronPython, but I'm not interested right now in a reimplementation of Python in .Net environment. There are wrappers and methods available for integrating with Java, C, and a bevy of other languages. I don't know

Resolver One 1.4 beta - with IronPython 2.0 and numpy

2009-02-03 Thread Giles Thomas
Hi all, Version 1.4 of Resolver One, our Pythonic spreadsheet, uses the Ironclad project to provide (alpha-level) support for numpy in a IronPython application. You can put numpy matrices in spreadsheet cells and manipulate them like any other data - there's a 4-minute screencast here:

Re: [Python.NET] Where does the clr in IronPython look the dll

2008-12-12 Thread Craig Farrow
The dll needs to be on the Python path (sys.path). You can either add to the path with sys.path.append("c:\") or put your dll in a folder in the Python site-packages directory and add a .pth file (for Python.NET, but not IronPython -- it doesn't recognise the .pth files).

Where does the clr in IronPython look the dll

2008-12-03 Thread navneet khanna
Hello Everybody I am trying to import dll with clr.AddReference("TCdll") I am getting the following error. Traceback (most recent call last): File "", line 1, in clr.AddReference("TCdll") FileNotFoundException: Unable to find assembly 'TCdll'. at Python.Runtime.CLRModule.AddReference(St

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 ga

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 ?

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

2008-07-29 Thread mindmind
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 : Traceback (most recent call last): 21-07-2008 12:47:28

Re: Is IronPython real Python?

2008-03-24 Thread Benjamin
On Mar 24, 12:00 pm, jmDesktop <[EMAIL PROTECTED]> wrote: > I know that IronPython and CPython are different in that one does not > use the .net framework, but are they both really the same Python > language. From my basic understanding, it will depend on what the > programm

Re: Is IronPython real Python?

2008-03-24 Thread Mike Driscoll
On Mar 24, 12:00 pm, jmDesktop <[EMAIL PROTECTED]> wrote: > I know that IronPython and CPython are different in that one does not > use the .net framework, but are they both really the same Python > language. From my basic understanding, it will depend on what the > programm

Is IronPython real Python?

2008-03-24 Thread jmDesktop
I know that IronPython and CPython are different in that one does not use the .net framework, but are they both really the same Python language. From my basic understanding, it will depend on what the programmer's goal is as to which of the two would be used, but I didn't know if they w

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.

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 mor

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-12 Thread Fuzzyman
vs CPython? > And is it possible to useIronPythonin Linux? > > D. 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 benchma

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-07 Thread Isaac Gouy
ides a speedup. > >>> There is a set of good benchmarks here, the answer is negative: > >>>http://shootout.alioth.debian.org/sandbox/benchmark.php?test=all〈... > >> This doesn't look like Mono to me: > > >> IronPython 1.1 (1.1) on .NET 2.

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
tive: >>> http://shootout.alioth.debian.org/sandbox/benchmark.php?test=all&lang... >> This doesn't look like Mono to me: >> >> IronPython 1.1 (1.1) on .NET 2.0.50727.42 >> >> Stefan > > Have you actually looked at the version st

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-06 Thread Carsten Haese
is a set of good benchmarks here, the answer is negative: > > >http://shootout.alioth.debian.org/sandbox/benchmark.php?test=all〈... > > > > This doesn't look like Mono to me: > > > >IronPython1.1 (1.1) on .NET 2.0.50727.42 > > > Running on Debia

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 :

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-06 Thread Isaac Gouy
.debian.org/sandbox/benchmark.php?test=all&lang... > > This doesn't look like Mono to me: > > IronPython 1.1 (1.1) on .NET 2.0.50727.42 > > Stefan Have you actually looked at the version string from IronPython-1.1- Bin.zip running on Mono? -- http://mail.python.org/mailman/listinfo/python-list

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

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 intege

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

Re: IronPython vs CPython: faster in 1.6 times?

2008-02-05 Thread [EMAIL PROTECTED]
uedev.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 interest > > sufficiently t

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 f

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 us

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

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

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

  1   2   3   4   >