[IronPython] No use Process.Start() , How to execute these command line?

2006-10-30 Thread Kevien Lee
Hi,guys   I want to excute some command line to get CVS information.But use the Process.Start() is very burden .   Now,if i want to do like these:   set path=C:\Program Files\WinCvs\cvsntset CVSROOT=:pserver:test:[EMAIL PROTECTED]:2401:/test/CVS CVS status -d "E:\Project\Test\Test\Document"   It co

Re: [IronPython] wsgi.py update and codecs errors

2006-10-30 Thread Mark Rees
Hi Christopher,I had just checked in some changes to wsgi.py and checked my email and found your patch. I am getting the CGI variables a different way and would be interested in your comments. I am happy to include your changes as well re wsgi.py, but will leave the codecs_errors.py for Sanghyeon

[IronPython] wsgi.py update and codecs errors

2006-10-30 Thread Christopher Baus
Hi All, I'm new to the list, but Jon Udell's sceencast with Jim Hugunin got me pretty excited about the technology. The fact that it seems to be working well with Mono got me even more excited. Anyway I'm working on a new app to test to viability of IronPython for web development on linux. I wa

Re: [IronPython] Direct3D demo

2006-10-30 Thread Keith J. Farmer
And here is some tutorial on using VB.NET: http://www.alanphipps.com/VisualBasicdotNET-XNA.html From: [EMAIL PROTECTED] on behalf of Adam Hill Sent: Mon 10/30/2006 5:06 PM To: Discussion of IronPython Subject: Re: [IronPython] Direct3D demo You are correct ther

Re: [IronPython] Direct3D demo

2006-10-30 Thread Adam Hill
You are correct there is no VC# Express restriction. If you have the desire you can get XNA integrated into VS.2005 proper.   adam... ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

[IronPython] IronPython URLs

2006-10-30 Thread Sanghyeon Seo
perezvon presents Django running on IronPython/Mono/Mac. http://d.hatena.ne.jp/perezvon/20061030/1162209668 -- Seo Sanghyeon ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] Direct3D demo

2006-10-30 Thread Keith J. Farmer
I *think* (I do not *know*) that the VC# Express restriction is a matter of the deployment/debugging implementation integration for the 360. They've certainly received a lot of push from people to expand the availability. From: [EMAIL PROTECTED] on behalf of Ad

Re: [IronPython] quopri module

2006-10-30 Thread Dino Viehland
Even if you get past the number of arguments issue it seems that this will still throw NotImplemented. I'm tempted to think the good quick-fix is to completely remove b2a_qp from the binascii module and quopri will then detect that and fall back to some other behavior. I've opened CodePlex bug

Re: [IronPython] Direct3D demo

2006-10-30 Thread Adam Hill
XNA is just a set of assemblies/framework and Visual Studio tools. Now for PC/XBox 360 cross platform games only C# is supported. It is just a .NET assembly and any CLR/CLI compliant system can run the code.   Whether or not the 360 can check some special metadata inserted by the toolset to see if

Re: [IronPython] Direct3D demo

2006-10-30 Thread Giles Thomas
Dave, Thanks for the reply.  When I run the demo using the August SDK, I get a message saying "This pre-release version of DirectX has expired, please upgrade to the latest version from http://www.microsoft.com/directx" It looks like one of my colleagues has had more luck with an October SDK,