Re: [IronPython] Standard Python Debugging not supported

2006-10-04 Thread Dino Viehland
Thanks for the feedback - I've added a comment to bug 1042 that we should look at excepthook. Maybe this will be another one we can fit into 1.1. Unfortunately, this one is a little more interesting. While the functionality of calling the except hook function is easy enough, mutating sys is mo

Re: [IronPython] Standard Python Debugging not supported

2006-10-04 Thread Douglas S. Blank
Just thought that I would mention that we are awaiting implementation of sys.excepthook so that we can override the standard unhandled exception handing to provide students with more information on their errors. It isn't a big rush, as we may use CPython in the Spring, but if this were addresse

Re: [IronPython] Standard Python Debugging not supported

2006-10-04 Thread Jeff Griffiths
+1. The lack of sys.settrace is the main blocker to getting ipy debugging support in Komodo, ie getting it to look and feel to Komodo like any other Python. -- Jeff Griffiths Technical Support Lead http://activestate.com Dino Viehland wrote: > We have a couple of bugs opened on this on CodePlex

Re: [IronPython] Standard Python Debugging not supported

2006-10-04 Thread Dino Viehland
We have a couple of bugs opened on this on CodePlex for this issue:   563: Support for Code Quality Tools in IronPython missing   1042: Implement various sys module methods that currently throw a NotImplementedException   We believe we know how to implement sys.settrace (we’d hook it

Re: [IronPython] Access to IronPython version control

2006-10-04 Thread Martin Maly
We are talking to CodePlex development team about possibly adding a group of users which could have access to the version control without the need to be Contributor or higher. Some kind of read only access for community members. This is going on as we speak so no final word yet, but we'll keep y

Re: [IronPython] Access to IronPython version control

2006-10-04 Thread [EMAIL PROTECTED]
David, You only get access to the source code repository if you are a developer or greater with the project. Anonymous access to source code of CodePlex project is from the source tab. If you are having trouble getting Teamprise to talk to your CodePlex project and you do have developer permiss

[IronPython] Standard Python Debugging not supported

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

[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