[IronPython] Problem with System.Diagnostics.Process.Start

2007-12-11 Thread Patrick Dubroy
I've got a .swf file that I am trying to launch in the registered application, using System.Diagnostics.Process.Start(). I am trying the following: >>> os.path.exists(r'C:\dubroy\nb-reusable.swf') True >>> System.Diagnostics.Process.Start(r'C:\dubroy\nb-reusable.swf') Traceback (most recent call l

Re: [IronPython] Mailing list vs. Web discussions on CodePlex

2007-12-11 Thread Patrick Dubroy
I also think it would be confusing to have both the mailing list and the forum, considering the traffic is pretty low on the mailing list. Pat On Dec 10, 2007 10:40 PM, Dino Viehland <[EMAIL PROTECTED]> wrote: > > > Just thought I'd collect some opinions here. Internally we discussed this > some

Re: [IronPython] Libraries: python and iron python

2007-12-10 Thread Patrick Dubroy
You might want to check out Seo's FePy/IPCE project (http://fepy.sourceforge.net/), which is a distribution of IronPython that comes bundled with most of the standard CPython libraries. As Seo said, some of them are just copied directly from CPython, but others (e.g. socket, threading) have been re

Re: [IronPython] Problems with 8-bit strings

2007-11-27 Thread Patrick Dubroy
_ > From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Patrick Dubroy [EMAIL > PROTECTED] > Sent: Wednesday, November 21, 2007 12:18 PM > To: users@lists.ironpython.com > Subject: [IronPython] Problems with 8-bit strings > > > Hi, > > I've noticed th

[IronPython] Problems with 8-bit strings

2007-11-21 Thread Patrick Dubroy
Hi, I've noticed that in the latest version of IronPython (2.0A6), I noticed some weird behaviour with 8-bit strings: IronPython console: IronPython 2.0A6 (2.0.11102.00) on .NET 2.0.50727.1378 Copyright (c) Microsoft Corporation. All rights reserved. >>> str("\x7e") '~' >>> st