Re: [IronPython] Trying to Create a New Silverlight Project

2010-07-23 Thread Funke, Matt
e-install Silverlight from that link, restart IE, and then try http://ironpython.net/browser/examples/mushroom/. ~Jimmy On Wed, Jul 21, 2010 at 8:36 AM, Funke, Matt mailto:matt.fu...@vishaypg.com>> wrote: I wonder if there's something more fundamentally wrong with my setup. I tr

Re: [IronPython] Trying to Create a New Silverlight Project

2010-07-21 Thread Funke, Matt
s. (I've been using IE8 and Firefox 3.6.7 to view the results.) -- Best Regards, Matt Funke -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Funke, Matt Sent: Wednesday, July 21, 2010 11:27 AM To: Discus

Re: [IronPython] Trying to Create a New Silverlight Project

2010-07-21 Thread Funke, Matt
'd be glad to learn. -- Best Regards, Matt Funke -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Funke, Matt Sent: Wednesday, July 21, 2010 9:58 AM To: Discussion of IronPython Subject: Re: [IronPython] Trying

Re: [IronPython] Trying to Create a New Silverlight Project

2010-07-21 Thread Funke, Matt
mmy would know better and hopefully he can reply whenever he gets into work later in the day. > -Original Message- > From: users-boun...@lists.ironpython.com [mailto:users- > boun...@lists.ironpython.com] On Behalf Of Funke, Matt > Sent: Wednesday, July 21, 2010 2:46 PM >

Re: [IronPython] Trying to Create a New Silverlight Project

2010-07-21 Thread Funke, Matt
han a noobish question but I'd only expect SL4 to work w/ 2.7A1. > -Original Message- > From: users-boun...@lists.ironpython.com [mailto:users- > boun...@lists.ironpython.com] On Behalf Of Funke, Matt > Sent: Wednesday, July 21, 2010 1:59 PM > To: Discussion of IronPyth

[IronPython] Trying to Create a New Silverlight Project

2010-07-21 Thread Funke, Matt
All right. Some attempts to use IronPython and Silverlight have become aborted, so I'm trying the most basic: starting a new Silverlight project in Visual Studio 2010, after installing IronPython Tools for Visual Studio 2010. It seems simple enough. Click on "New Project...". In the dialog bo

Re: [IronPython] IPy Dependencies?

2010-07-14 Thread Funke, Matt
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Michael Foord Sent: Monday, July 12, 2010 2:32 PM To: Discussion of IronPython Subject: Re: [IronPython] IPy Dependencies? On 12/07/2010 19:31, Funke, Matt wrote: Is there any chance that IronPython has dependencies on PyQt or anything like that

[IronPython] IPy Dependencies?

2010-07-12 Thread Funke, Matt
Is there any chance that IronPython has dependencies on PyQt or anything like that? My copy of PyScripter (1.9.9.7) stopped working after I tried to use it to edit some scripts I was building for IronPython. Rebooting and re-installing has not fixed the problem. I'm just trying to troubleshoo

Re: [IronPython] Compiling so that IronPython libraries are recognized?

2010-07-09 Thread Funke, Matt
ht. -- Best Regards, Matt Funke From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Funke, Matt Sent: Friday, July 09, 2010 1:50 PM To: Discussion of IronPython Subject: Re: [IronPython] Compiling so that IronPython libraries are recognized? I

Re: [IronPython] Compiling so that IronPython libraries are recognized?

2010-07-09 Thread Funke, Matt
n" instead of "Python" If that doesn't help it might be useful to look through that call stack and see where the directories are being pulled from. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Funke, Matt Sent: Friday, Ju

Re: [IronPython] Compiling so that IronPython libraries are recognized?

2010-07-09 Thread Funke, Matt
ve to unzip and copy to do the install the hard way. (Another to-do list item.) You will either need to find an ADO provider for Postgres, or use an ODBC driver and a different connection string. (I use an ODBC connection for the MySQL sample in the \test folder.) Let me know how it works f

[IronPython] Compiling so that IronPython libraries are recognized?

2010-07-09 Thread Funke, Matt
I'm extremely new to compiling things in anything approaching a pythonic way, so my apologies in advance for what's probably a very simplistic question. I've downloaded the source for psycopg2-2.2.1. The documentation recommends using the standard "python setup.py build" and "python setup.py in

Re: [IronPython] Missing Framework Libraries

2010-05-17 Thread Funke, Matt
ttp://microsoft.com>" and the first hit will generally be the one I want. Near the very top of that page, it tells me "Assembly: PresentationFramework (in PresentationFramework.dll)". So if I want to use FrameworkElement, that's the assembly I need to reference. Is this t

Re: [IronPython] Missing Framework Libraries

2010-05-17 Thread Funke, Matt
ience. -- Matt Funke > -Original Message- > From: users-boun...@lists.ironpython.com [mailto:users- > boun...@lists.ironpython.com] On Behalf Of Funke, Matt > Sent: Monday, May 17, 2010 8:59 AM > To: Discussion of IronPython > Subject: [IronPython] Missing Framework Li

[IronPython] Missing Framework Libraries

2010-05-17 Thread Funke, Matt
Once again, it's a rank newbie question, I'm afraid. I've been trying to duplicate some of Re.Mark's work(*) to get at some Visual Studio functionality. Regrettably, though, my installation of VS 2010 doesn't seem to recognize the System.Windows namespace; moreover, when I try to look for it u

Re: [IronPython] Some More Newbie Questions

2010-05-12 Thread Funke, Matt
Dino Viehland: > How are you launching the app? Is it via the interactive window or are > you > doing a start w/ or w/o debugger? It looks like we don't set the path > in > the interactive window but we do otherwise. I was using the debugger. On the other hand, I was trying to construct a Silv

[IronPython] Some More Newbie Questions

2010-05-11 Thread Funke, Matt
In IronPython Tools for Visual Studio 2010, how do you make it clear where the location of a file to be included is? I have this line that trips up the execution: from avalon import * ... even though avalon.py is in the same directory, and that directory is pointed to by the Search Path. It

Re: [IronPython] Newbie question about importing from System.Windows

2010-05-07 Thread Funke, Matt
Many thanks -- I found the answer just before receiving this, exactly by stumbling across avalon.py. Sorry to take up your time. -- Matt Funke > -Original Message- > From: users-boun...@lists.ironpython.com [mailto:users- > boun...@lists.ironpython.com] On Behalf Of Dino Viehland > Sen

Re: [IronPython] Newbie question about importing from System.Windows

2010-05-07 Thread Funke, Matt
Thanks, but UI found my answer; I needed to import clr and load the .NET libraries. I feel a little sheepish. Thanks for your time. -- Matt Funke > -Original Message- > From: users-boun...@lists.ironpython.com [mailto:users- > boun...@lists.ironpython.com] On Behalf Of Fu

[IronPython] Newbie question about importing from System.Windows

2010-05-07 Thread Funke, Matt
I'm running IronPython 2.6.1 for .NET 4.0, and have installed Visual Studio 2010 and Silverlight 4SP2. I tried to import System.Windows.Controls, but got an error that "Windows" does not exist. Trying to run ipy from the command line and running this: >>> import System >>> dir(System) ... co