Re: [Ironpython-users] IronPython 2.7.2 Released

2012-03-12 Thread Keith Rome
Thanks for the great work! Regarding the new zipimport functionality - is it possible to specify an embedded resource name for the path to the zip? For example, if I wanted to distribute a library by just packaging it up within an assembly? Or is it necessary to write the resource out to a file

[Ironpython-users] IronPython hosting - providing syntax highlighting (and intellisense?!) to customers

2012-03-12 Thread Nick Aschberger
Hi All, We are intending to use IronPython to provide a simple expression engine to our customers. This will give them the ability to calculate some of their own results from data stored in the database. Being a software project, I say "simple expression" but I can easily see it migrating

Re: [Ironpython-users] IronPython 2.7.2 Released

2012-03-12 Thread Slide
This is a great idea, this functionality does not currently exist, could you please file a new issue at http://ironpython.codeplex.com? Thanks, slide On Sun, Mar 11, 2012 at 11:23 PM, Keith Rome wrote: > Thanks for the great work! > > Regarding the new zipimport functionality - is it possible

Re: [Ironpython-users] IronPython hosting - providing syntax highlighting (and intellisense?!) to customers

2012-03-12 Thread Keith Rome
At risk of sounding like an advertisement, I strongly recommend the ActiPro SyntaxEditor controls. We have used the WPF and Silverlight versions with great success. It supports all of the features you mention (syntax highlighting, Intellisense, code completion scopes) and many more. They have a

[Ironpython-users] IronPython, Daily Digest 3/11/2012

2012-03-12 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [Status update] StackOverflowException when trying to execute IronPython code on x86 Vista Arabic -- ISSUES 1. [Status update] StackOverflow

Re: [Ironpython-users] IronPython hosting - providingsyntax highlighting (and intellisense?!) to customers

2012-03-12 Thread Steve Baer
We use the code editor component that the SharpDevelop guys wrote. In general it works great, but there was plenty of work involved in getting it set up to work how you would expect for editing IronPython scripts. I probably would have tried Keith’s ActiPro had I known about it when I started

[Ironpython-users] sys.version_info in 2.7.2

2012-03-12 Thread Daniel Munch
Hi, congratulations for the new IronPython release 2.7.2. I just updated from RC1 and unfortunatly it seems like there's some change of behaviour concerning sys.version_info. I got some 3rd party scripts which are stumbling over the line "sys.version_info < (2, 4): " which happily returns 'Fa

Re: [Ironpython-users] IronPython hosting - providing syntaxhighlighting (and intellisense?!) to customers

2012-03-12 Thread Nick Aschberger
Thanks! I'll look into it. Cheers Nick From: Keith Rome [mailto:[email protected]] Sent: Tuesday, 13 March 2012 2:06 AM To: Nick Aschberger; [email protected] Subject: RE: [Ironpython-users] IronPython hosting - providing syntaxhighlighting (and intellisense?!) to customers

Re: [Ironpython-users] sys.version_info in 2.7.2

2012-03-12 Thread Jeff Hardy
On Mon, Mar 12, 2012 at 10:19 AM, Daniel Munch wrote: > Hi, > > congratulations for the new IronPython release 2.7.2. I just updated from > RC1 and unfortunatly it seems like there's some change of behaviour > concerning sys.version_info. I got some 3rd party scripts which are > stumbling over the

Re: [Ironpython-users] sys.version_info in 2.7.2

2012-03-12 Thread Slide
FYI, I filed an issue on this today as I ran into it while trying to get Trac working with IronPython. http://ironpython.codeplex.com/workitem/32400 slide On Mon, Mar 12, 2012 at 8:45 PM, Jeff Hardy wrote: > On Mon, Mar 12, 2012 at 10:19 AM, Daniel Munch > wrote: > > Hi, > > > > congratulatio

[Ironpython-users] IronPython 2.7.2.1 Released

2012-03-12 Thread Jeff Hardy
Because of issue #34002 that Daniel Munch and Alex Earl reported earlier today, IronPython 2.7.2.1 has replaced IronPython 2.7.2. Upgrading is recommended. - Jeff ___ Ironpython-users mailing list [email protected] http://mail.python.org/mailma