Re: [IronPython] Can't start executable created with pyc.py

2010-02-24 Thread Bruce Bromberek
There are differences between modules that the console (ipy.exe) loads versus what is loaded when you compile. When I build an exe I just go for the kill and reference everything. msscorlib, System, and System.Data are key. import sys import clr #Key IronPython References needed for final EXE w

[IronPython] Binding a Python class to a DataGridView

2010-02-24 Thread David McWright
I'm working with DataGridView in IPY2.6.1 and I'm having trouble with a couple of things. I found a closed issue on the CodePlex here: http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=6332 and used it as a platform to experiment. I've attached the code to this post below. Howev

Re: [IronPython] IronPython Tools

2010-02-24 Thread Cronin, Ted
Thank you Jimmy, that is more fantastic news. Ted County of Riverside ValueGIS 951-955-0487 From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Jimmy Schementi Sent: Wednesday, February 24, 2010 3:13 PM To: Discussion of IronPython Subject: Re: [Iron

Re: [IronPython] IronPython Tools

2010-02-24 Thread Jimmy Schementi
>>> By chance has the issue been resolved for adding references for our own >>> assemblies from Gestalt Not yet in a public build. =( The tools point to a build of IronPython from 2009-11-20, and that fix was only done a week or so ago, and we haven't pushed the release up to CDN. Though, I'm p

Re: [IronPython] IronPython Studio won't install, why?

2010-02-24 Thread Dino Viehland
We’re still working through how we’ll be releasing it. We expect to have that figured out by April when we have the 1st publicly downloadable release. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Tristan Zajonc Sent: Wednesday, February 24, 2

Re: [IronPython] IronPython Tools

2010-02-24 Thread Dino Viehland
Hurm, I think I may have gone w/ the wrong alias. Try ironpy at microsoft.com instead. The problem w/ a graphical way to add references is that we start to get into a complex world where the .py files are not representing everything that your code needs and therefore running them from the comm

Re: [IronPython] IronPython Studio won't install, why?

2010-02-24 Thread Tristan Zajonc
This is great news indeed. Is the plan to release IronPython Tools under MSPL? Tristan On Wed, Feb 24, 2010 at 4:37 PM, Lukáš Duběda wrote: > Wow! Looking really good, Dino! > > Can't wait for April! :) > > > Lukáš Duběda > Director > [T] +420 602 444 164 > > duber studio(tm) > [M] i...@duber.

Re: [IronPython] IronPython Tools

2010-02-24 Thread Cronin, Ted
Any word on the email address not connecting, also was just pointing out that AddReference was not accessible from References. Nice to have a graphical way to add references rather than just through code. By chance has the issue been resolved for adding references for our own assemblies from G

Re: [IronPython] IronPython Tools

2010-02-24 Thread Dino Viehland
Currently the best way to add a reference is to call clr.AddReference('assemblyname'). The analysis engine will pick up the call and include the assembly as being available in the list of imports. I'll take a look at the crashing bug. As for ASP.NET support we'll need to look into getting some

Re: [IronPython] IronJs optimizations. Can this be done in IronPython?

2010-02-24 Thread Dino Viehland
We've spent a little bit of time looking at generating optimized code (with guards + inlined operations) but it hasn't yet yielded any benefits over our current polymorphic inlining caching strategy. But that's probably just because we haven't pushed on it hard enough. I've also looked at spec

[IronPython] IronPython Tools

2010-02-24 Thread Cronin, Ted
So, that's cool, it appears you have gestalt inside of Ipy Tools, How do we add Reference, also when trying to add a new search path, VS crashes with an Unhandled Exception, duped in sl and wpf. Will there be an asp.net web form project? There are no online templates. ___

[IronPython] IronJs optimizations. Can this be done in IronPython?

2010-02-24 Thread Luis M. Gonzalez
Hi there, I've been reading a fascinating blog post about IronJs, a new javascript implementation based on the DLR, and I'm excited to read that two optimization features of this implementation have resulted in speed ups comparable to those of Chrome's V8 and Firefox's Tracemonkey. This is the li

Re: [IronPython] IronPython Studio won't install, why?

2010-02-24 Thread Lukáš Duběda
Wow! Looking really good, Dino! Can't wait for April! :) Lukáš Duběda Director [T] +420 602 444 164 duber studio(tm) [M] i...@duber.cz [W] http://www.duber.cz [A] R.A.Dvorského 601, Praha 10 [A] 10900, Czech Republic, Europe Dino Viehland wrote: Hopefully you won't get too attached to IronPyt

Re: [IronPython] IronPython Studio won't install, why?

2010-02-24 Thread Cronin, Ted
Access to this site: ipyt...@microsoft.com Diagnostic information for administrators: Generating server: mail126-va3-R.bigfish.com ipyt...@microsoft.com #< #5.0.0 X-Postfix; host winse-6216-mail2.customer.frontbridge.com[205.248.106.30] said: 550 5.1.1 User unknown (in reply to RCPT TO com

Re: [IronPython] So what is left for Django?

2010-02-24 Thread Jeff Hardy
On Wed, Feb 24, 2010 at 1:30 PM, Vernon Cole wrote: > Jeff: >   Is it time to copy the new adodbapi version into the bitbucket location > yet?  Is there anything else I should do first? Not sure; I'll need to take a look at what changes you've made since the last time I pulled, but I probably won

Re: [IronPython] So what is left for Django?

2010-02-24 Thread Vernon Cole
Jeff: Is it time to copy the new adodbapi version into the bitbucket location yet? Is there anything else I should do first? -- Vernon Cole General Announcement:... There is a new, supposedly django compatible version of adodbapi in the Mercurial source tree at http://sourceforge.net/project

Re: [IronPython] IronPython Studio won't install, why?

2010-02-24 Thread Cronin, Ted
Fantastic News, and definitely a plus for all of us who are trying to use it currently, Dino. Too bad we have to wait till April;) Ted Cronin County of Riverside ACR ValueGIS (951) 955 - 0487 -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.iro

Re: [IronPython] So what is left for Django?

2010-02-24 Thread Jeff Hardy
Hi Josh, The main repo for this work is http://bitbucket.org/jdhardy/django-ironpython/; there are instructions there on running the test suite. The whole test suite needs to pass, and it looks like 2.6.1 will go a long way to helping that. That said, I don't think it will fix everything. I've basi

[IronPython] So what is left for Django?

2010-02-24 Thread Joshua Kramer
Hello, Supposing 2.6.1 RC1 (or whatever updates are currently in line for RC2) becomes 2.6.1 Final - is there a list of things that need to be done AFTER 2.6.1 to get Django working under Ipy and MS-SQL? Cheers, -Josh ___ Users mailing list Users@

Re: [IronPython] IronPython Studio won't install, why?

2010-02-24 Thread Dino Viehland
Hopefully you won't get too attached to IronPython Studio - in April we will be releasing IronPython Tools for Visual Studio which should generally be of higher quality, better supported, and will work w/ Visual Studio 2010 and IronPython 2.6. You can see what we're planning over in the PDFs tha

Re: [IronPython] Using a C# class in IronPython

2010-02-24 Thread David DiCato
The fix for this is now checked in and has been pushed to CodePlex. Thanks for reporting! From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of David DiCato Sent: Friday, February 19, 2010 12:31 PM To: Discussion of IronPython Subject: Re: [IronPython]

[IronPython] IronPython 2.6 CodePlex Source Update

2010-02-24 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/64155. ADDED SOURCES $/IronPython/IronPython_Main/Src/IronPythonTest/MemberOverloadTest

Re: [IronPython] IronPython Studio won't install, why?

2010-02-24 Thread Lukáš Duběda
Oks, sorry. After some more Google search, I found out I had to "double-install" the VS, which is a bit strange. But it seems to be working now. Thanks, though. :) Lukáš Duběda Director [T] +420 602 444 164 duber studio(tm) [M] i...@duber.cz [W] http://www.duber.cz [A] R.A.Dvorského 601, Praha

[IronPython] IronPython Studio won't install, why?

2010-02-24 Thread Lukáš Duběda
Hi there everyone. I'm having issues installing the IronPython Studio IDE. I've downloaded the VS 2008 Shell Isolated and successfully installed it. But the .msi of IronPython studio still refuses to install. Is there anything else I need to do in order to get it installed? The website doesn't sa

Re: [IronPython] Can't start executable created with pyc.py

2010-02-24 Thread Neidhoo Xaphier
Thank you very much Dino. This solved the problem. ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

[IronPython] protecting the sourcecode in ironpython asp.net projects

2010-02-24 Thread Pablo Dalmazzo
Hi There, is there anybody developing applications in asp.net webforms with IronPython and protecting the code with some obfuscator? Considering there are some issues with ironpython for asp.net for having the code in dlls (like the codefile can only be a .py file afaik and some possible tro