Re: [IronPython] PTVS question

2011-03-16 Thread Medcoff, Charles
2011 4:04 PM > To: Discussion of IronPython > Subject: Re: [IronPython] PTVS question > > > Charles wrote: > > For both. Just now I added an: "import os Print os.getcwd()" (don't > > know why that didn't dawn on me before) and it prints the > > solut

Re: [IronPython] PTVS question

2011-03-16 Thread Dino Viehland
Charles wrote: > For both. Just now I added an: "import os Print os.getcwd()" (don't know > why that didn't dawn on me before) and it prints the solution/project > directory. Even so, somehow it ignores the app.config unless I drop it into > the IPy dir. This works, but its not ideal if one has

Re: [IronPython] PTVS question

2011-03-16 Thread Medcoff, Charles
> Chuck wrote: > > When developing/debugging with PTVS, how do I set the current working > > directory to be the directory of my solution/project? I have an > > app.config I want used, and don't want to copy it to the IPY directory. > > For debugging/running? By default it should be the director

Re: [IronPython] PTVS question

2011-03-16 Thread Dino Viehland
Chuck wrote: > And a follow up question about Python Tools for Visual Studio > > I would have expected that the Interactive Window has the same "context" > as an IronPython script that is currently being debugged so that one can > inspect variables, exec methods, while debugging. This is how Py

Re: [IronPython] PTVS question

2011-03-16 Thread Dino Viehland
Chuck wrote: > When developing/debugging with PTVS, how do I set the current working > directory to be the directory of my solution/project? I have an app.config I > want used, and don't want to copy it to the IPY directory. For debugging/running? By default it should be the directory of your

Re: [IronPython] PTVS question

2011-03-16 Thread Medcoff, Charles
ays worked. Is this the case? Or not. It doesn't seem to work. -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Medcoff, Charles Sent: Wednesday, March 16, 2011 10:07 AM To: Discussion of IronPython Subject: [I

[IronPython] PTVS question

2011-03-16 Thread Medcoff, Charles
When developing/debugging with PTVS, how do I set the current working directory to be the directory of my solution/project? I have an app.config I want used, and don't want to copy it to the IPY directory. --chuck ___ Users mailing list Users@lists.ir