Re: [IronPython] ironpython xna problem

2008-06-25 Thread Gigs_
] On Behalf Of Michael Foord Sent: Tuesday, June 17, 2008 9:06 AM To: Discussion of IronPython Subject: Re: [IronPython] ironpython xna problem Hello Gigs_, That error definitely means that IronPython isn't finding the assemblies. What happens if you copy the XNA assemblies into the same

Re: [IronPython] ironpython xna problem

2008-06-25 Thread Gigs_
el Foord Sent: Tuesday, June 17, 2008 9:06 AM To: Discussion of IronPython Subject: Re: [IronPython] ironpython xna problem Hello Gigs_, That error definitely means that IronPython isn't finding the assemblies. What happens if you copy the XNA assemblies into the same directory as the

Re: [IronPython] ironpython xna problem

2008-06-17 Thread Gigs_
o:[EMAIL PROTECTED] On Behalf Of Michael Foord Sent: Tuesday, June 17, 2008 9:06 AM To: Discussion of IronPython Subject: Re: [IronPython] ironpython xna problem Hello Gigs_, That error definitely means that IronPython isn't finding the assemblies. What happens if you copy the XNA assemblies

Re: [IronPython] ironpython xna problem

2008-06-17 Thread Dino Viehland
June 17, 2008 9:06 AM To: Discussion of IronPython Subject: Re: [IronPython] ironpython xna problem Hello Gigs_, That error definitely means that IronPython isn't finding the assemblies. What happens if you copy the XNA assemblies into the same directory as the IronPython interpreter and

Re: [IronPython] ironpython xna problem

2008-06-17 Thread Michael Foord
Hello Gigs_, That error definitely means that IronPython isn't finding the assemblies. What happens if you copy the XNA assemblies into the same directory as the IronPython interpreter and execute the following into the interactive interpreter: import clr clr.AddReference('Microsoft.Xna.Fr

Re: [IronPython] ironpython xna problem

2008-06-17 Thread Gigs_
Paul Turbett wrote: Are the XNA assemblies in the same directory as your script? I don't think they are in the GAC, so unless they in the same place as the ipy script, or a directory in your path, they won't be loaded. L8r, Paul Gigs_ wrote: Hi all! i want to run some ironpython xna script

Re: [IronPython] ironpython xna problem

2008-06-17 Thread Paul Turbett
Are the XNA assemblies in the same directory as your script? I don't think they are in the GAC, so unless they in the same place as the ipy script, or a directory in your path, they won't be loaded. L8r, Paul Gigs_ wrote: Hi all! i want to run some ironpython xna script, but all the tim im

[IronPython] ironpython xna problem

2008-06-16 Thread Gigs_
Hi all! i want to run some ironpython xna script, but all the tim im getting error. I tried this in c# and it is working, i have installed directx runtime, xna studio 2.0 and xna framework. later i tried with xna 3.0 and same thing this is error: Could not load file or assembly 'Microsoft.X