Re: [IronPython] If not IronPython, what?

2010-08-22 Thread Rob Brown-Bayliss
On Mon, Aug 23, 2010 at 10:22 AM, Tristan Zajonc wrote: > The popularity of the JVM and the CLR suggest not everybody agrees with your > assessment. A lot of the 'popularity' comes from people who shouldn't be making the choice. I work for a company where the management think dot net will end po

Re: [IronPython] Crippled Intellisense?

2010-07-15 Thread Rob Brown-Bayliss
I had problems similar because the indenting was confusing the editor and placing the red lines under new code. It was fixed by changing the tab options in the text editor, I switched the indenting to Block (not smart) and checked the keep tabs option. On Sat, Jul 10, 2010 at 1:38 AM, Marcin Kro

Re: [IronPython] VisualStudio tools

2010-07-10 Thread Rob Brown-Bayliss
g > smart indent or changing to insert spaces in Tools->Options->Text > Editor->IronPython-> > Tabs. > >> -Original Message- >> From: users-boun...@lists.ironpython.com [mailto:users- >> boun...@lists.ironpython.com] On Behalf Of Rob Brown-Bayliss &

[IronPython] VisualStudio tools

2010-07-10 Thread Rob Brown-Bayliss
Hi I am having many problems with indentation errors in visualstudio, no mater what I try I always end up having a problem when I decide to add a method to a class, of in a series of if:'s etc. The solution I have is to keep opening the file in wingide and converting to tabs and re-saving it. Th

[IronPython] Tracebacks

2010-07-08 Thread Rob Brown-Bayliss
Hi This might be the wrong list for this, but when I run python apps in an ide (like wing) I get nice exception tracebacks with line numbers, yet in visualstudio with ironpython tools these are missing, instead I get a dialog that isn't very useful unless I copy the details to the clip board and p

[IronPython] png images in xaml

2010-07-08 Thread Rob Brown-Bayliss
Hi I am using visual studio 2010 and the iron python tools. How do I place an image in a dialog? I have this in my xaml: and in the project directory I have the Images folder and the png image. But nothing shows when I run the app. Is it p

Re: [IronPython] Write permissions

2010-07-08 Thread Rob Brown-Bayliss
On Thu, Jul 8, 2010 at 11:38 PM, Michael Foord wrote: > > Writing to C: in Vista and Windows 7 requires elevated permissions so your > application will require admin privileges. Can you not choose another > location to write to (one of the user folders)? > I could. On linux I would write to /tm

[IronPython] Write permissions

2010-07-08 Thread Rob Brown-Bayliss
Hi I have begun playing with ironpython and wpf. I come from a python on linux with gtk+ background. I have a problem with vista and trying to open a log file via the logging module: Access to the path 'C:\log.txt' is denied. I expect this will bite me a lot on vista, but it works on xp. Can