[IronPython] (no subject)

2010-07-07 Thread yngipy hernan
Hi all, I have observed something that may be an issue, see snippet below import sys #filename is temp.py print 'hello world' print 'hello world' print 'Line : %s'%sys._getframe(0).f_lineno Here is my command line: ipy.exe -X:FullFrames temp.py The command "sys._getframe(0).f_lineno" always r

Re: [IronPython] (no subject)

2008-07-23 Thread Keith J. Farmer
ython] (no subject) The CodePlex team just shipped mailing list support for project discussions. Details are available at http://blogs.msdn.com/codeplex/archive/2008/07/23/codeplex-project-discussions-mailing-lists.aspx. While we've had this mailing list for years, I've spoken to th

[IronPython] (no subject)

2008-07-23 Thread Harry Pierson
The CodePlex team just shipped mailing list support for project discussions. Details are available at http://blogs.msdn.com/codeplex/archive/2008/07/23/codeplex-project-discussions-mailing-lists.aspx. While we've had this mailing list for years, I've spoken to the CodePlex team and it should be

[IronPython] (no subject)

2008-02-21 Thread Howland-Rose, Kyle
Hi all, I am following http://www.ironpython.info/index.php/Using_Python_Classes_from_.NET but using VB. In VB I declare a class and derive a python 1.1 class from it but when I return it I get the exception: "Unable to cas

Re: [IronPython] (no subject)

2007-09-17 Thread Shawn Fox
The easiest solution is to setup a bluetooth serial port. This can easily be addressed by your code on the PC. Serial Communication is very easy, and while not the fastest thing on the block, is still suitable for many purposes. IronPython can't run under the compact framework, so you will nee

[IronPython] (no subject)

2007-09-16 Thread jane janet
Hello all, I must apologise for a few mistakes. The Intermec has Windows Mobile 2003 for Pocket PC's O.S. I wonder how can I send data from Pocket PC to my PC through Bluetooth, wireless or something. And I'm looking forward for all suggestions. All the best. Share your special parenting moments!

[IronPython] (no subject)

2007-08-29 Thread jane janet
I want to know how access Oracle XE 10g by Ironpython. Please help me. Thank you More photos, more messages, more storage—get 2GB with Windows Live Hotmail. ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/user

Re: [IronPython] (no subject)

2006-12-12 Thread Dino Viehland
Behalf Of ??? Sent: Tuesday, December 12, 2006 5:23 PM To: 'Discussion of IronPython' Subject: Re: [IronPython] (no subject) Thanks for yours hard work. I notice that many bugs not closed in version 1.0.1 and 1.1 alpha? Why? -Original Message- From: [EMAIL PROTECTED] [mailto:

Re: [IronPython] (no subject)

2006-12-12 Thread 陶祖洪
] (no subject) Hello IronPython Community, We have just released IronPython 1.1 Alpha. This release introduces several new modules and features built upon the 1.0 code base along with many of our top requested bug fixes. This is the start of the 1.1 release cycle and future releases will

[IronPython] (no subject)

2006-12-12 Thread Dino Viehland
Hello IronPython Community, We have just released IronPython 1.1 Alpha. This release introduces several new modules and features built upon the 1.0 code base along with many of our top requested bug fixes. This is the start of the 1.1 release cycle and future releases will focus primarily on f

[IronPython] (no subject)

2006-10-04 Thread Jean-Yves MENGANT
I have been playing around with python debugging implementation for a while , allthough IronPython is a great effort on Python implementation , lacking support for  some cross platform standard libraries leeds to to serious limitation in ironpython usage versus Cpython on short and long ter

Re: [IronPython] (no subject)

2006-01-17 Thread J. de Hooge
Verzonden: Tuesday, January 17, 2006 5:40 PM Aan: Discussion of IronPython Onderwerp: Re: [IronPython] (no subject)   >From what I understand System.Windows.Forms is not complete in Mono as of yet. You might want to check out http://www.mono-project.com/Mono_Project_Roadmap for an idea of what m

Re: [IronPython] (no subject)

2006-01-17 Thread Tim Riley
>From what I understand System.Windows.Forms is not complete in Mono as of yet. You might want to check out http://www.mono-project.com/Mono_Project_Roadmap for an idea of what mono currently can and can't do. In the future you might want to look into GTK# for cross platform development.Good Luck,T

[IronPython] (no subject)

2006-01-17 Thread J. de Hooge
Hi,   I’ve written quite some code in IP using Forms (from .NET 2.0)  on Windows, but I may have to port that to Linux for a customer. Currently I don’t have a Linux machine at my disposal. Does anyone have experience with System.Windows.Forms under Mono? Is it compatible with Forms 2.