Re: [IronPython] Unable to integrate IronPython 1.1 with VS2005 standard edition

2007-06-11 Thread Guohui Xiao
Try to reinstall VS 2005 2007/6/11, Tim Rowe <[EMAIL PROTECTED]>: I can open IronPython.sln ok, but when I try to build it VS crashes ("Microsoft Visual Studio has encountered a problem and needs to close"). The error signature is: AppName: devenv.exe AppVer: 8.0.50727.42 AppStamp:4333

Re: [IronPython] Reading Text files with open

2007-06-11 Thread John Messerly
Actually, it's a result of System.Text.ASCIIEncoding, which replaces bytes greater than 0x7f with a question mark. I filed this as CodePlex work item #10983 (http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=10983). Thanks, John -Original Message- From: [EMAIL PROTECTED]

[IronPython] Reading Text files with open

2007-06-11 Thread Michael Foord
Hello all, If I create a file with the following code: open(r'c:\temp\test.txt', 'w').write('\xa33') And then read it in using the Python 'open', I get different results with Python and IronPython: CPython 2.4.4: >>> data = open(r'c:\temp\test.txt').read() >>> data '\xa33' >>> ord(data[0])

Re: [IronPython] Unable to integrate IronPython 1.1 with VS2005 standard edition

2007-06-11 Thread Dave Fugate
Does it still fail if you run "msbuild IronPython.sln" from a VS2005 or .NET SDK command prompt? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Rowe Sent: Monday, June 11, 2007 6:13 AM To: users@lists.ironpython.com Subject: [IronPython] Unable to in

[IronPython] Unable to integrate IronPython 1.1 with VS2005 standard edition

2007-06-11 Thread Tim Rowe
I can open IronPython.sln ok, but when I try to build it VS crashes ("Microsoft Visual Studio has encountered a problem and needs to close"). The error signature is: AppName: devenv.exe AppVer: 8.0.50727.42 AppStamp:4333e699 ModName: msenv.dll ModVer: 8.0.50727.42 ModStamp:4333e