Re: [IronPython] importing powershell ala the demo video

2006-09-14 Thread Dave Fugate
Of Dave Kurman Sent: Sunday, September 10, 2006 9:35 AM To: Discussion of IronPython Subject: Re: [IronPython] importing powershell ala the demo video   Along with powershell Jim had a number of other helpers for the demo that might be useful to examine -- like how was vbx done? I don&

Re: [IronPython] importing powershell ala the demo video

2006-09-11 Thread Dave Fugate
y   Dave   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Kurman Sent: Sunday, September 10, 2006 9:35 AM To: Discussion of IronPython Subject: Re: [IronPython] importing powershell ala the demo video   Along with powershell Jim had a number of other helpers for the demo tha

Re: [IronPython] importing powershell ala the demo video

2006-09-10 Thread Per Vognsen
Look in the Tutorial directory for vbx.bat. On 9/10/06, Dave Kurman <[EMAIL PROTECTED]> wrote: > Along with powershell Jim had a number of other helpers for the demo that > might be useful to examine -- like how was vbx done? > > I don't have a particular use case for now but the stuff is pretty e

Re: [IronPython] importing powershell ala the demo video

2006-09-10 Thread Dave Kurman
Along with powershell Jim had a number of other helpers for the demo that might be useful to examine -- like how was vbx done? I don't have a particular use case for now but the stuff is pretty exciting.  thanks --daveOn 9/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:Hey everyone,I am missi

[IronPython] importing powershell ala the demo video

2006-09-08 Thread brian
Hey everyone, I am missing a key step trying to recreate the "from powershell import *" from Jim Hugunin demo (http://weblog.infoworld.com/udell/screenroom/ironpython_flv.html). I always get the "no module named powershell" error. Does anyone know what else needs to be setup for IronPython to fi