Re: [IronPython] help with an IPy traceback

2009-08-12 Thread Dino Viehland
It looks like this code is hosted somewhere. So who is catching the exception in this case? If it's you then you can do: pythonEngine.GetService().FormatException(exception); to get a standard Python version of the stack trace. W/o doing that the .NET stack trace is basically useless. Sometim

[IronPython] help with an IPy traceback

2009-08-12 Thread Count László de Almásy
i'm still getting used to the tracebacks that IPy / .NET produces. I'm used to CPython always telling me which line of code to look for the problem at. Is there a way to find where in my .py program the source of this problem lies? It looks like gobbledegook to me: 2009-08-12 20:11:51,782 [XML-RPC

Re: [IronPython] Career in IronPython

2009-08-12 Thread Lukas Cenovsky
Pratik Joshi wrote: Hi All,   I'm a newbie in IronPython. I've got an interest to learn and work in IronPython.   Can anyone suggest me about the scope in IronPython and developing career in it?   I'm a software engineer and have 3 years of professional experience in .NET. So how would it

[IronPython] Career in IronPython

2009-08-12 Thread Pratik Joshi
Hi All, I'm a newbie in IronPython. I've got an interest to learn and work in IronPython. Can anyone suggest me about the scope in IronPython and developing career in it? I'm a software engineer and have 3 years of professional experience in .NET. So how would it be for me to put my

Re: [IronPython] Python Modules

2009-08-12 Thread Michael Foord
Thibaut Barrère wrote: Another link that could be useful: http://code.google.com/p/csharp-sqlite/ maybe some rewrapping of this is possible ? That's highly experimental and currently 3-5x slower than SQLite. Really not ready to use yet (and still not compatible with pysqlite anyway). Mi

Re: [IronPython] Python Modules

2009-08-12 Thread Jeff Hardy
On Wed, Aug 12, 2009 at 11:22 AM, KATO Kanryu wrote: >> But I have this problem: in one of my classes i use pysqlite module. > > fepy has one! > This is compatible with db-api 2.0 :) > This uses System.Data.SQLite.dll > > http://fepy.svn.sourceforge.net/viewvc/fepy/trunk/dbapi/sqlite3/dbapi2.py?rev

Re: [IronPython] Python Modules

2009-08-12 Thread KATO Kanryu
> But I have this problem: in one of my classes i use pysqlite module. fepy has one! This is compatible with db-api 2.0 :) This uses System.Data.SQLite.dll http://fepy.svn.sourceforge.net/viewvc/fepy/trunk/dbapi/sqlite3/dbapi2.py?revision=592&view=markup Regards, KATO Kanryu ___

[IronPython] IronPython 2.6 CodePlex Source Update

2009-08-12 Thread merllab
This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/57985. ADDED SOURCES $/IronPython/IronPython_Main/Src/Tests/modules/_ssl_test.py DELET

Re: [IronPython] Python Modules

2009-08-12 Thread Thibaut Barrère
Another link that could be useful: http://code.google.com/p/csharp-sqlite/ maybe some rewrapping of this is possible ? hth, Thibaut -- http://www.learnivore.com ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi

Re: [IronPython] Python Modules

2009-08-12 Thread Brian Curtin
On Wed, Aug 12, 2009 at 09:44, Alexander Mail wrote: > Hi, > I'm developing an application for MacOsX build with python and cocoa. Now I > want to convert my project to a Windows .Net project. > But I have this problem: in one of my classes i use pysqlite module. > How i can use this module on Iro

[IronPython] Python Modules

2009-08-12 Thread Alexander Mail
Hi, I'm developing an application for MacOsX build with python and cocoa. Now I want to convert my project to a Windows .Net project. But I have this problem: in one of my classes i use pysqlite module. How i can use this module on IronPython? Thanks Marco _

[IronPython] Moonlight 2/IPy 2.6 B2

2009-08-12 Thread Scott Scites
Jimmy, That's great news that IPy 2.6 will be compatible with Moonlight 2 and Silverlight 3! The Moonlight build bot link is broken. My search for an alternative link is coming up short. Thanks, Scott Date: Tue, 11 Aug 2009 18:29:19 + From: Jimmy Schementi Subject: Re: [IronPython] Users