Re: [Ironpython-users] ImportError: No module named codecs

2011-08-01 Thread Markus Schaber
Hi, John, Von: John Gietzen > I'm trying to compile Pygments to be called from a C# library, but I've come > accross a few hurdles. > The first was an issue with function calls with more that 13 arguments > throwing an error stating that the compiler is "Unable to make a reference to > a tran

[Ironpython-users] external libraries

2011-08-01 Thread Slide
What are the guidelines for bringing in part or all of an external library? What licenses are compatible with the rest of the IP source code so it won't be tainted by anything? Thanks, slide -- slide-o-blog http://slide-o-blog.blogspot.com/ ___ Ironpy

[Ironpython-users] ImportError: No module named codecs

2011-08-01 Thread John Gietzen
I'm trying to compile Pygments to be called from a C# library, but I've come accross a few hurdles. The first was an issue with function calls with more that 13 arguments throwing an error stating that the compiler is "Unable to make a reference to a transient module from a non-transient module."

[Ironpython-users] Announcing Python Tools for Visual Studio - RC2

2011-08-01 Thread Dino Viehland
We're pleased to announce the release of Python Tools for Visual Studio - RC 2. Python Tools for Visual Studio (PTVS) is an open-source plug-in for Visual Studio which supports programming with the Python programming language. PTVS is released under the Apache License, 2.0. This release includes

[Ironpython-users] IronPython, Daily Digest 7/31/2011

2011-08-01 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] Implement the _hashlib module 2. [Status update] Implement the _hashlib module -- ISSUES 1. [New comment] Implement the _hashli

Re: [Ironpython-users] dotNET object directory list similar to OS X'sFinder

2011-08-01 Thread Markus Schaber
Hi, Lukáš, Von: Lukáš Duběda [mailto:loo...@duber.cz] > thank you very much for the info! Much appretiated. > > As for Qt bindings, this is something new to me, I though Qt was out of > reach for C# or IronPython devs? Where can I get more info about this? I > remember searching for Qt bindings

Re: [Ironpython-users] dotNET object directory list similar to OS X'sFinder

2011-08-01 Thread Lukáš Duběda
Hi, Markus, thank you very much for the info! Much appretiated. As for Qt bindings, this is something new to me, I though Qt was out of reach for C# or IronPython devs? Where can I get more info about this? I remember searching for Qt bindings for .NET, but only found some very complex code show