[IronPython] op_Implicit - workarounds to avoid C# code?

2007-07-04 Thread Giles Thomas
, can anyone think of any other workarounds? Or am I just going to have to grit my teeth and drop into C#? Regards, Giles -- Giles Thomas [EMAIL PROTECTED] +44 (0) 20 7253 6372 Resolver Systems Ltd 17a Clerkenwell Road, London EC1M 5RD, UK VAT No.: GB 893 5643 79 Registered in England an

Re: [IronPython] Future handling of op_Implicit

2007-07-23 Thread Giles Thomas
w/ string conversions :). > > If you haven't already vote on bug #11278 > (http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=11278) > please do and we'll look at doing this sooner rather than later. > > -Original Message- > From: [EMAIL PR

[IronPython] Future handling of op_Implicit

2007-10-01 Thread Giles Thomas
variable x rather then the type of the object to which it is a reference, and of course variable type in that sense is not a meaningful concept in a dynamic language. What should IronPython do? Is this a case where people are going to have to write more code if they want to use a dynamic lan

[IronPython] Announcement: Project to get some CPython C extensions running under IronPython

2007-10-12 Thread Giles Thomas
tension and Python code would "sandwich" this layer. Let us know if this is a silly idea :-) * Is there anything else we should be thinking about to get this started? Regards, Giles -- Giles Thomas MD & CTO, Resolver Systems Ltd. [EMAIL PROTECTED] +44 (0) 20 7253

Re: [IronPython] Announcement: Project to get some CPython C extensions running under IronPython

2007-10-15 Thread Giles Thomas
ould the project be called? The best one we've come up with in-house is "RustPython" (IronPython, *C* extensions, you get the picture) and I'd be really grateful if someone could come up with a less appalling pun... Cheers, Giles -- Giles Thomas MD & CTO, Resolver S

Re: [IronPython] Announcement: Project to get some CPython C extensions running under IronPython

2007-10-15 Thread Giles Thomas
Davy, What would the issues be with NumPy - just the size of the API that would have to be wrapped? I must admin that my biggest concern with this would be getting everything running under Mono... Cheers, Giles Davy Mitchell wrote: On 10/12/07, Giles Thomas <[EMAIL PROTECTED]>

Re: [IronPython] Announcement: Project to get some CPython C extensions running under IronPython

2007-10-15 Thread Giles Thomas
quired as part of the name. Sidnei da Silva wrote: On 10/15/07, Giles Thomas <[EMAIL PROTECTED]> wrote: One further question for this list, before I create a repository and mailing list elsewhere for the project - what should the project be called? The best one we've

Re: [IronPython] [python] Re: Announcement: Project to get some CPythonCextensions running under IronPython

2007-10-16 Thread Giles Thomas
__ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com -- Giles Th

Re: [IronPython] [python] Re: Announcement: Project to get some CPythonCextensions running under IronPython

2007-10-16 Thread Giles Thomas
I've set up a Google Group for the project; if you're interested in participating, you can sign up here: <http://groups.google.com/group/c-extensions-for-ironpython/> Thanks, Giles Giles Thomas wrote: In an appropriately Pythonesque manner, this is getting very silly :-)

Re: [IronPython] Announcement: Project to get some CPython C extensions running under IronPython

2007-10-17 Thread Giles Thomas
something completely different? Regards, Giles -- Giles Thomas MD & CTO, Resolver Systems Ltd. [EMAIL PROTECTED] +44 (0) 20 7253 6372 We're hiring! http://www.resolversystems.com/jobs/ 17a Clerkenwell Road, London EC1M 5RD, UK VAT No.: GB 893 5643 79 Registered in England and Wales

Re: [IronPython] Announcement: Project to get some CPython C extensions running under IronPython

2007-10-17 Thread Giles Thomas
thing explicitly, while the goal for MC++ > is to make interop as transparent as possible. I must admit I'd also misunderstood how a MC++ option would work, in the same way as Paolo Molaro, but this sounds really useful. Is there any particular resource you'd recommend for learning mor

Re: [IronPython] Announcement: Project to get some CPython C extensions running under IronPython

2007-10-17 Thread Giles Thomas
ing the same interface is very important. If I understand it correctly, the problem with SWIG is that it relies on there already existing a solid, well-designed C API which can be wrapped - which is the case for NumPy, but isn't for C extensions in general AFAIK. Regards, Giles -- Gile

Re: [IronPython] Announcement: Project to get some CPython C extensions running under IronPython

2007-10-17 Thread Giles Thomas
Sounds like I misunderstood you too, then :-) Paolo Molaro wrote: On 10/17/07 Giles Thomas wrote: I must admit I'd also misunderstood how a MC++ option would work, in the same way as Paolo Molaro, but this sounds really useful. Is there any I don't think I misunderstoo

Re: [IronPython] Announcement: Project to get some CPython C extensions running under IronPython

2007-10-19 Thread Giles Thomas
ly think this is a good idea. It does sound risky. Perhaps just going with a struct as lupus suggested is the simplest cross-platform solution, even if it does require an initialisation function of some sort. Cheers, Giles -- Giles Thomas MD & CTO, Resolver Systems Ltd. [EMAIL PROTECTED]

Re: [IronPython] My takes on C Extensions for IronPython

2007-10-19 Thread Giles Thomas
xtend IronPython. Am I missing some obvious way in which we could use it? I guess it would work as a template to follow when writing the equivalent for calling into IronPython...? Regards, Giles -- Giles Thomas MD & CTO, Resolver Systems Ltd. [EMAIL PROTECTED] +44 (0) 20 7253 6372 We&#

Re: [IronPython] Announcement: Project to get some CPython C extensions running under IronPython

2007-10-19 Thread Giles Thomas
ly. Regards, Giles -- Giles Thomas MD & CTO, Resolver Systems Ltd. [EMAIL PROTECTED] +44 (0) 20 7253 6372 We're hiring! http://www.resolversystems.com/jobs/ 17a Clerkenwell Road, London EC1M 5RD, UK VAT No.: GB 893 5643 79 Registered in England and Wales as company number 5467329. R

Re: [IronPython] Announcement: Project to get some CPython C extensions running under IronPython

2007-10-19 Thread Giles Thomas
nt, but is there a more elegant solution? Cheers, Giles -- Giles Thomas MD & CTO, Resolver Systems Ltd. [EMAIL PROTECTED] +44 (0) 20 7253 6372 We're hiring! http://www.resolversystems.com/jobs/ 17a Clerkenwell Road, London EC1M 5RD, UK VAT No.: GB 893 5643 79 Registered in England and

Re: [IronPython] Linux Support

2007-10-31 Thread Giles Thomas
x27;t use CPython extensions (the ones written in C anyway) with IronPython though, and should look for .NET equivalents. All the best, Michael http://www.manning.com/foord ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/l

[IronPython] ANNOUNCE: Resolver One public Beta now live

2007-12-06 Thread Giles Thomas
interested in taking a look, please do download it or drop us a line! Best regards, Giles -- Giles Thomas MD & CTO, Resolver Systems Ltd. [EMAIL PROTECTED] +44 (0) 20 7253 6372 17a Clerkenwell Road, London EC1M 5RD, UK VAT No.: GB 893 5643 79 Registered in England and Wales as company n

[IronPython] Resolver One 1.0 released

2008-01-17 Thread Giles Thomas
p for commercial use :-), so if you would like to take a look, you can download it from our website (free registration required): <http://www.resolversystems.com/get-it/> Best regards, Giles -- Giles Thomas MD & CTO, Resolver Systems Ltd. [EMAIL PROTECTED] +44 (0) 20 725

Re: [IronPython] Exporting Python code as an assembly

2008-02-05 Thread Giles Thomas
ython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com -- Giles Thomas MD & CTO, Resolver Syste

Re: [IronPython] Exporting Python code as an assembly

2008-02-05 Thread Giles Thomas
xcellent - that's what I thought. I'd love to add that once it's online. Cheers, Giles -- Giles Thomas MD & CTO, Resolver Systems Ltd. [EMAIL PROTECTED] +44 (0) 20 7253 6372 Try out Resolver One! <http://www.resolversystems.com/get-it/> (Free registration required)

Re: [IronPython] Sanity Check re. Legacy Python Code

2008-03-25 Thread Giles Thomas
rs@lists.ironpython.com> > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > ___ > Users mailing list > Users@lists.ironpython.com > http:/

Re: [IronPython] Resolver One 1.1

2008-06-09 Thread Giles Thomas
L PROTECTED] <mailto:[EMAIL PROTECTED]> ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com -- Giles Thomas MD &

Re: [IronPython] Announcing IronPython 2.0 Beta3

2008-06-16 Thread Giles Thomas
______ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com -- Giles Thomas MD & CTO, Resolver Systems Ltd. [EMAIL PROTECTED] +44 (0) 20 7253 6372 Try out Resolver One! <http://www.resolve

Re: [IronPython] Creating Excel Add-in with Iron Python

2008-08-01 Thread Giles Thomas
Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com -- Giles Thomas MD & CTO, Resolver Systems Ltd. [EMAIL PROTECTED] +44 (0) 20 7253 6372 Try out Resolver One! <http://www.resolversystems.com/get-it/> (Free registration requi

Re: [IronPython] IronPython Code Coverage - any options?

2008-08-01 Thread Giles Thomas
to gauge my progress as I implement testing in more of my code. Thanks a ton for any information you can provide. Carl T. ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com -- Giles

Re: [IronPython] Roadmap and updates

2008-08-05 Thread Giles Thomas
olons off the ends of the lines. Not quite - we generate C# base classes from Visual Studio, then write IronPython subclasses to add the behaviour. Cheers, Giles -- Giles Thomas MD & CTO, Resolver Systems Ltd. [EMAIL PROTECTED] +44 (0) 20 7253 6372 Try out Resolver O

Re: [IronPython] IronPython 1.1.2

2008-08-08 Thread Giles Thomas
e/ProjectReleases.aspx?ProjectName=IronPython&ReleaseId=11275>. The IronPython Team ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com -- Giles Thoma

[IronPython] Resolver One 1.2 released

2008-08-19 Thread Giles Thomas
te, or you can see a screencast: <http://www.resolversystems.com/screencasts/release-1.2> It's free for non-commercial use, so if you would like to take a look, you can download it from our website: <http://www.resolversystems.com/get-it/> (registration no longer required). Bes

Re: [IronPython] Announcing IronPython 2.0 Release Candidate 1

2008-10-23 Thread Giles Thomas
erf degrade in IronPython startup time You can download IronPython 2.0 RC1 at: http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=17404 The IronPython Team ---- _

Re: [IronPython] Announcing IronPython 2.0

2008-12-10 Thread Giles Thomas
Thirded, well done to all! James Matthews wrote: I agree, I am now downloading and installing it!! On Wed, Dec 10, 2008 at 11:53 PM, Sylvain Hellegouarch <[EMAIL PROTECTED] > wrote: Congratulations to everyone who made it happen. That's fantastic news :)

[IronPython] Resolver One 1.4 beta - with IronPython 2.0

2009-02-03 Thread Giles Thomas
Dino Viehland for helping with this!) but is otherwise functionally complete. If you're interested in trying it out, drop me a line! Best regards, Giles -- Giles Thomas MD & CTO, Resolver Systems Ltd. giles.tho...@resolversystems.com +44 (0) 20 7253 6372 Win up to $17,000 for a sprea

Re: [IronPython] Announcing IronPython 2.0.1

2009-02-14 Thread Giles Thomas
Dave, This is great news, many thanks to all on the IronPython team from all of us at Resolver Systems. If all goes well, we'll be releasing our 2.0-compatible version in the very near future. Best regards, Giles -- Giles Thomas giles.tho...@resolversystems.com +44 (0) 20 7253 6372

Re: [IronPython] Released prototype Excel add-in making it easy to create Python add-ins

2009-02-16 Thread Giles Thomas
IronPython in a spreadsheet? Terrible idea, it'll never work ;-) Cheers, Giles -- Giles Thomas giles.tho...@resolversystems.com +44 (0) 20 7253 6372 Win up to $17,000 for a spreadsheet: <http://www.resolversystems.com/competition/> 17a Clerkenwell Road, London EC1M 5RD, UK VAT

Re: [IronPython] Announcing IronPython 2.6 Alpha 1

2009-03-26 Thread Giles Thomas
Dave, This is great news, congratulations to the IP team on this release! We'll do a test-port of Resolver One early next week and will reply to the list with any issues we find. Cheers, Giles Dave Fugate wrote: Hello Python Community, We’re pleased to announce the release of IronPytho

[IronPython] ANN: Resolver One 1.5 released

2009-06-03 Thread Giles Thomas
team to build the platform that makes this all possible! Best regards, Giles -- Giles Thomas giles.tho...@resolversystems.com +44 (0) 20 7253 6372 Win up to $17,000 for a spreadsheet: <http://www.resolversystems.com/competition/> 17a Clerkenwell Road, London EC1M 5RD, UK VAT No.: GB 893

[IronPython] ANN: Resolver One version 1.6.5 released

2009-09-18 Thread Giles Thomas
e trial version, so if you would like to take a look, you can download it from our website: <http://www.resolversystems.com/download/> If you want to use Resolver One in an Open Source project, we offer free licenses for that: <http://www.resolversystems.com/opensource/>

Re: [IronPython] Default install location and site-packages

2009-10-06 Thread Giles Thomas
make it sound rather like the setup with CPython is accidental rather than by deliberate choice. Cheers, Giles -- Giles Thomas giles.tho...@resolversystems.com +44 (0) 20 7253 6372 17a Clerkenwell Road, London EC1M 5RD, UK VAT No.: GB 893 5643 79 Registered in England and Wales as co

Re: [IronPython] Default install location and site-packages

2009-10-06 Thread Giles Thomas
rhaps does what the package is meant to do as well). If the administrator then uses the package, the machine is compromised. Cheers, Giles -- Giles Thomas giles.tho...@resolversystems.com +44 (0) 20 7253 6372 17a Clerkenwell Road, London EC1M 5RD, UK VAT No.: GB 893 5643 79 Registered in Englan

[IronPython] ANN: Resolver One version 1.7 released

2009-10-27 Thread Giles Thomas
censes for that: <http://www.resolversystems.com/opensource/> Best regards, Giles -- Giles Thomas giles.tho...@resolversystems.com +44 (0) 20 7253 6372 17a Clerkenwell Road, London EC1M 5RD, UK VAT No.: GB 893 5643 79 Registered in England and Wales as company number 5467329. Registered address: 843 F

Re: [IronPython] ANN: Resolver One version 1.7 released

2009-10-27 Thread Giles Thomas
Dino Viehland wrote: Congratulations on another release! Just out of curiosity did you move to 2.0.3 for this release or is it still 2.0.2 based? Thanks! We stuck with 2.0.2 for this release. Cheers, Giles -- Giles Thomas giles.tho...@resolversystems.com +44 (0) 20 7253 6372 17a

[IronPython] London Financial Python Users Group

2009-12-09 Thread Giles Thomas
ought.com>. There's a (very minimal) Wiki page about the Users Group here: <http://wiki.python.org/moin/LondonFinancialPythonUserGroup> Cheers, Giles -- Giles Thomas giles.tho...@resolversystems.com +44 (0) 20 7253 6372 17a Clerkenwell Road, London EC1M 5RD, UK VAT No.: GB 893 56

Re: [IronPython] [ANN]: IronPython 2.6 final

2009-12-14 Thread Giles Thomas
__ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com -- Giles Thomas giles.tho...@resolversystems.com +44 (0) 20 7253 6372 17a Clerkenwell Road, London EC1M 5RD, UK VAT No.: GB 893 5643 79 Registe

[IronPython] Resolver One 1.8 released!

2010-02-05 Thread Giles Thomas
an Open Source project, we offer free licenses for that: <http://www.resolversystems.com/opensource/> Best regards, Giles -- Giles Thomas giles.tho...@resolversystems.com +44 (0) 20 7253 6372 17a Clerkenwell Road, London EC1M 5RD, UK VAT No.: GB 893 5643 79 Registered in England an

Re: [IronPython] Announcing IronPython 2.6.1 RC1

2010-02-11 Thread Giles Thomas
David, A big thank you to you and all of the IP team for this; the import speed enhancement is particularly welcome. We'll try it out in Resolver One and report back to the list. Regards, Giles On 10/02/2010 21:55, David DiCato wrote: Hello Python Community, We're pleased to announce

Re: [IronPython] numpy / IronClad?

2011-03-02 Thread Giles Thomas
rce-constrained at the moment and couldn't play a significant role in the work. Regards, Giles -- Giles Thomas giles.tho...@resolversystems.com +44 (0) 20 3051 2751 Dirigible: a programmable cloud spreadsheet <http://projectdirigible.com/> 17a Clerkenwell Road, London EC1M 5RD,

Re: [IronPython] IronPython @ PyCon 2011

2011-03-07 Thread Giles Thomas
n.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com -- Giles Thomas giles.tho...@resolversystems.com +44 (0) 20 3051 2751 Dirigible: a programmable cloud spreadsheet <http://projectdirigible.com/> 17a Clerkenwell Road, London EC1M 5RD, UK VAT No.: GB 893 5643 79 Registered

[IronPython] NUnit with IronPython

2005-12-08 Thread Giles Thomas
Hi, Has anyone got IronPython to work with NUnit? The thing that's blocking me is how to associate the "TestFixture" attribute with the class and the "Test" attribute with the methods. I suspect I may be missing something fundamental... Regards, Giles ___

Re: [IronPython] NUnit with IronPython

2005-12-08 Thread Giles Thomas
hat IronPython generates. > > Martin > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Giles Thomas > Sent: Thursday, December 08, 2005 3:32 AM > To: Discussion of IronPython > Subject: [IronPython] NUnit with IronPython > >

[IronPython] IronPython IDE

2005-12-08 Thread Giles Thomas
Hi all, Another question - what are people using to edit/debug IronPython code? My most recent projects have all been with Java using IntelliJ, and I've only just moved over to .NET. I'm told that Visual Studio 2005 is a good IDE - but it appears that it only supports C# and Visual Basic. Rig

[IronPython] Unit testing, IDEs and release dates

2005-12-09 Thread Giles Thomas
Thanks to everyone for their thoughts on unit testing. There is indeed a PyUnit, it's part of the standard Python distribution (under the package name unittest). However, it uses three packages that haven't been implemented in IronPython yet - traceback, os and types - and modifying it to rem

Re: [IronPython] IronPython IDE

2005-12-12 Thread Giles Thomas
ight now, the integration is only available as a > preview sample in the Visual Studio SDK, so you'll have to agree to our > license to get the code. > > Thanks! > Aaron Marten (Microsoft) > > > -Original Message- > From: [EMAIL PROTECTED] >

Re: [IronPython] IronPython IDE

2005-12-13 Thread Giles Thomas
y, I would encourage you to check out our homepage and > discussion forum: > > Homepage: http://msdn.microsoft.com/vstudio/extend/ > Forum: > http://forums.microsoft.com/msdn/showforum.aspx?forumid=57&siteid=1 > > Thanks, > Aaron > > -Original Message-

[IronPython] Lists of instances of classes

2006-01-04 Thread Giles Thomas
Hi, We've found what looks like a bug in list comparison: --- IronPython 1.0.2190 (Beta) on .NET 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved. >>> class C: ... pass ... >>> c1 = C() >>> c2 = C() >>> [c1, c2] == [c2, c1] True >>> [c1] == [c2] True >>> c

Re: [IronPython] Lists of instances of classes

2006-01-04 Thread Giles Thomas
[c1, c2, e1] True >>> e1.foo = "bar" >>> [c1, c2, c1] == [c1, c2, e1] True --- Looks like it's just assuming all objects are identical. Regards, Giles Giles Thomas wrote: > Hi, > > We've found what looks like a bug in list compari

[IronPython] Trying to set methods on "built-in" classes fails silently

2006-01-12 Thread Giles Thomas
g False --- The behaviour when you try to set arbitrary attributes on the built-in classes is nicer, I think: --- >>> f.foobar = 23 Traceback (most recent call last): at TypeError: can't set arbitrary attributes on built-in type System.Windows.Forms.Form --- I've confirme

Re: [IronPython] Issues with methods as event handlers?

2006-02-02 Thread Giles Thomas
Hi all, I attach an example of a workaround for the problem. Cheers, Giles -- Giles Thomas Resolver Systems [EMAIL PROTECTED] We're hiring! http://www.resolversystems.com/jobs/ Giles Thomas wrote: Hi all, When we use bound methods as Windows Forms event handlers, we can't d

[IronPython] Issues with methods as event handlers?

2006-02-02 Thread Giles Thomas
atter doesn't display the button labels but otherwise behaves as described above). Hope this helps someone :-) Cheers, Giles -- Giles Thomas Resolver Systems [EMAIL PROTECTED] We're hiring! http://www.resolversystems.com/jobs/ import sys sys.LoadAssemblyByName("System.Windows.Form

Re: [IronPython] Issues with methods as event handlers?

2006-02-03 Thread Giles Thomas
Dino, That makes sense, thanks for the clarification. Regards, Giles -- Giles Thomas Resolver Systems [EMAIL PROTECTED] We're hiring! http://www.resolversystems.com/jobs/ Dino Viehland wrote: > Another option that should work is: > > class ClickListener: > def tri

[IronPython] Beta 3 - thanks!

2006-02-16 Thread Giles Thomas
here :-) Cheers, Giles -- Giles Thomas Resolver Systems [EMAIL PROTECTED] We're hiring! http://www.resolversystems.com/jobs/ ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

[IronPython] Possible bug with exec(code, dict) when using lambdas

2006-02-28 Thread Giles Thomas
urn x + a", context) >>> exec("c = b(5)", context) Traceback (most recent call last): File , line 0, in input##80 File , line 0, in ##81 File , line 0, in b NameError: name 'a' not defined >>> The same code executes as expec

Re: [IronPython] Website update

2006-03-20 Thread Giles Thomas
2004. Of course, it's easy to explain the true situation, but one has to wonder how many people are put off the language because of similar misunderstandings. (Or is this a deliberate attempt to stop the number of beta users from getting out of hand? ;-) Cheers, Giles -- Giles Thomas R

Re: [IronPython] who is using ironpython in projects ?

2006-04-21 Thread Giles Thomas
gle search that it hasn't been updated since July 2004... Regards, Giles -- Giles Thomas Resolver Systems [EMAIL PROTECTED] Dino Viehland wrote: >Yes, we're aware of this - Current plan is to update the webpage before 1.0 >final. > >Do you want to help develop D

[IronPython] Beta 9 __getitem__

2006-07-13 Thread Giles Thomas
ack (most recent call last): File , line 0, in ##16 TypeError: __getitem__() takes exactly 2 arguments (3 given) >>> Regards, Giles -- Giles Thomas Resolver Systems [EMAIL PROTECTED] ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] [ANN] IronPython 1.0 released today!

2006-09-06 Thread Giles Thomas
On behalf of all of us at Resolver, congratulations! Many thanks to everyone on the IP team for making such a great product. All the best for future releases. Giles -- Giles Thomas Resolver Systems [EMAIL PROTECTED] Jim Hugunin wrote: >I'm extremely happy to announce that

[IronPython] Direct3D demo

2006-10-27 Thread Giles Thomas
Hi, Is there going to be an updated version of the Direct3D demo now that the DirectX SDK to which it points has expired? Regards, Giles -- Giles Thomas Resolver Systems [EMAIL PROTECTED] ___ users mailing list users@lists.ironpython.com http

Re: [IronPython] Direct3D demo

2006-10-30 Thread Giles Thomas
D] [[EMAIL PROTECTED]] Sent: Friday, October 27, 2006 8:14 AM To: Discussion of IronPython Subject: [IronPython] Direct3D demo Hi, Is there going to be an updated version of the Direct3D demo now that the DirectX SDK to which it points has expired? Regards, Giles -- Giles Thomas Resolver Syst

Re: [IronPython] Mono, ironPython and WinForms

2006-11-13 Thread Giles Thomas
Seo, Does that extend to support for WinForms 2.0? Last time I tried running one of my .NET apps under Mono, it could not find the System.Windows.Forms 2.0.0.0 DLL. I may well have been missing something obvious, however. Regards, Giles -- Giles Thomas Resolver Systems [EMAIL PROTECTED

Re: [IronPython] Mono, ironPython and WinForms

2006-11-15 Thread Giles Thomas
Thanks, Seo - I'll give it another go and will report any results to the list. Cheers, Giles > > 2006/11/13, Giles Thomas <[EMAIL PROTECTED]>: >> >> Seo, >> >> Does that extend to support for WinForms 2.0? Last time I tried >> running one >&

[IronPython] Very strange problem with ExecuteFile

2006-11-22 Thread Giles Thomas
use ExecuteFile). My best guess is that the problem occurs when the complexity of the parse tree exceeds some particular limit. Does anyone have any ideas for a workaround or a fix? This one is causing us serious problems, so any thoughts would be much appreciated. Regards, Giles -- Giles T

Re: [IronPython] Very strange problem with ExecuteFile

2006-11-22 Thread Giles Thomas
t; > Martin > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Giles Thomas > Sent: Wednesday, November 22, 2006 6:07 AM > To: Discussion of IronPython > Subject: [IronPython] Very strange problem with ExecuteFile > > When the at

Re: [IronPython] Very strange problem with ExecuteFile

2006-11-22 Thread Giles Thomas
own CLR method so you won't hit this problem. Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Giles Thomas Sent: Wednesday, November 22, 2006 8:12 AM To: Discussion of IronPython Subject: Re: [IronPython] Very strange problem with Execut

Re: [IronPython] Is any one use IronPython in your project?

2006-11-23 Thread Giles Thomas
ss code to write when you don't have to put in typing information everywhere. On the other hand, we are an Extreme Programming shop, so we write tests for all of our code; I'm not sure how comfortable I'd be with the lack of type-safety without that. Regards,

[IronPython] Bug in handling of keyword arguments for __call__

2007-02-14 Thread Giles Thomas
args, **kwargs): ... print args, kwargs ... >>> f = F() >>> f(*(1,), **{'a' : 23}) Traceback (most recent call last): File , line 0, in ##23 Exception: this object is not callable with keyword parameters - Regards, Giles -- Giles Thomas

Re: [IronPython] Bug in handling of keyword arguments for __call__

2007-02-14 Thread Giles Thomas
>>> class F(object): > ... def __call__(self, *args, **kwargs): > ... print args, kwargs > ... > >>> f = F() > >>> f(*(1,), **{'a' : 23}) > Traceback (most recent call last): > File , line 0, in ##23 > Exception: this object

Re: [IronPython] Bug in handling of keyword arguments for __call__

2007-02-15 Thread Giles Thomas
*On Behalf Of *Andrew *Sent:* Wednesday, February 14, 2007 10:54 AM *To:* Discussion of IronPython *Subject:* Re: [IronPython] Bug in handling of keyword arguments for __call__ It seems that this refers to Item # 7594: http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=7594 2

[IronPython] IronPython internships!

2007-03-21 Thread Giles Thomas
apply by email, including a CV, to [EMAIL PROTECTED] Regards, Giles -- Giles Thomas [EMAIL PROTECTED] +44 (0) 20 7253 6372 Resolver Systems Ltd 17a Clerkenwell Road, London EC1M 5RD, UK VAT No.: GB 893 5643 79 Registered in England and Wales as company number 5467329. Registered address