Re: [Ironpython-users] How can IronPython access a public static value defined in C#?

2011-06-19 Thread Markus Schaber
Hi, Doug, > Von: Doug Blank [> ] > On Sun, Jun 19, 2011 at 3:06 AM, Abubakar wrote: > > try reading the following, maybe that'll explain: > > http://stackoverflow.com/questions/44834/can-someone-explain-all-in-py > > thon > > ..ab > > Well, my question was about how to do that in C#. > > I ca

Re: [Ironpython-users] IronPython 2.7.1 Beta coming this weekend

2011-06-19 Thread Markus Schaber
Hi, Jeff, > Von: Jeff Hardy [mailto:jdha...@gmail.com] > >> I figure if MS can do it with the .NET service packs, then we can too. > > :) > > > > .NET service packs run a lower risc of being downgraded silently by an > > installer unconditionally writing the old version into the GAC. :-( > > Onl

Re: [Ironpython-users] pyodbc

2011-06-19 Thread Vernon Cole
Paul: May I humbly suggest http://sourceforge.net/projects/adodbapi ? It is a fully PEP 249 complaint module, and it specifically supports IronPython in addition to CPython 2.n or 3.n. Since ADO runs in ODBC mode by default, you can basically feed it t

Re: [Ironpython-users] How can IronPython access a public static value defined in C#?

2011-06-19 Thread Douglas S. Blank
> try reading the following, maybe that'll explain: > http://stackoverflow.com/questions/44834/can-someone-explain-all-in-python > > ..ab Well, my question was about how to do that in C#. I can indeed do this: public static class Myro { public readonly static List __all__ = new List() {"robot"

[Ironpython-users] pyodbc

2011-06-19 Thread Paul Grenyer
Hi All I was wanting to use pyodbc with IronPython, but the googling I've done has suggested that it's not compatible with IronPyton as it's cPython based. Is this still the case? -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com b: paulgrenyer.blogspot.com t: pjgrenyer

Re: [Ironpython-users] How can IronPython access a public static value defined in C#?

2011-06-19 Thread Doug Blank
On Sun, Jun 19, 2011 at 3:06 AM, Abubakar wrote: > try reading the following, maybe that'll explain: > http://stackoverflow.com/questions/44834/can-someone-explain-all-in-python > ..ab Well, my question was about how to do that in C#. I can indeed do this: public static class Myro { public rea

[Ironpython-users] IronPython, Daily Digest 6/18/2011

2011-06-19 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [Status update] Chaining LINQ calls fails 2. [Status update] Too many arguments supplied to a variadic function causes clr.CompileModules to fail 3. [Status update] Implement _ast module

Re: [Ironpython-users] How can IronPython access a public static value defined in C#?

2011-06-19 Thread Abubakar
try reading the following, maybe that'll explain: http://stackoverflow.com/questions/44834/can-someone-explain-all-in-python ..ab On Sun, Jun 19, 2011 at 7:41 AM, Doug Blank wrote: > On Sat, Jun 18, 2011 at 1:56 PM, Dino Viehland > wrote: > > [snip] > > >> Is there something I can do to make w