[IronPython] FW: IronPython Studio 1.0 for Isolated and Integrated VS Shell

Ronnie Maor ronnie.maor at gmail.com
Thu Apr 10 21:40:41 CEST 2008


finally had some time to play with it.

To convert projects from VS SDK sample to IronPython Studio, you need to
edit the pyproj files and replace the line near the end of the project that
reads

  <Import
Project="$(MSBuildExtensionsPath)\Microsoft\IronPython\1.0\IronPython.targets"
/>

with

  <Import Project="$(MSBuildExtensionsPath)\Microsoft\IronPython
Studio\1.0\IronPython.targets" />


On Sun, Apr 6, 2008 at 11:37 AM, Ronnie Maor <ronnie.maor at gmail.com> wrote:

> forgot to mention that I'm using IPy 1.1.1
>
>
> On Sun, Apr 6, 2008 at 11:34 AM, Ronnie Maor <ronnie.maor at gmail.com>
> wrote:
>
> > two answers and some more info :-)
> >
> > 1) This is the first version IPy Studio version I've tried. I have
> > VS2008 Pro, and have been working with the VS SDK sample in the experimental
> > hive. The problem with the experimental hive is that we also have ReSharper
> > and we couldn't get ReSharper to work in the hive or python support
> > installed outside the hive, so we now have two IDEs.
> > So when I saw your post on IPy Studio integrated mode, I decided to try
> > it as a way to ditch the experimental hive.
> > I installed using the binary integrated mode setup file (using all
> > defaults), and then just tried to load my current solution and got the error
> > message.
> >
> > I assumed that since IPy Studio was based on the sample it could just
> > run my current solution with projects created with the sample in the
> > experimental hive. Right now I'm guessing this is where I was wrong.
> >
> > 2) My python projects are class libraries, not web apps. The solution
> > contains other projects which are C# libraries and a web app (ASP.NET in
> > C#), but as far as I understand that shouldn't affect IPy Studio's ability
> > to load my python project (?)
> >
> > I just tried creating a new solution with VS2008 + IPy Studio and
> > creating python class libraries in it. This seems to work.
> > Copying the files from my previous project and re-adding them to a new
> > project also worked (although I didn't import all the files/directories yet)
> > Copying the files + the project and trying to add the existing project
> > failed again in the new solution with the same error.
> >
> > So now I have one configuration that seems to work and another that
> > doesn't. I'll try building it the way that works and comparing the project
> > files and hopefully will find what the difference is, and how to solve it,
> > and post that here.
> >
> > However, if someone knows what the answer is already - please let me
> > know :-)
> >
> > thanks
> > Ronnie
> >
> >
> > On Sun, Apr 6, 2008 at 12:12 AM, Harry Pierson <
> > Harry.Pierson at microsoft.com> wrote:
> >
> > >  Two questions:
> > >
> > >
> > >
> > > 1.       Did it work before with the previous IPy Studio?
> > >
> > > 2.       Is it a web app? The URL you included related to web apps,
> > > and AFAIK IPy Studio doesn't include web app development support.
> > >
> > >
> > >
> > > Harry
> > >
> > >
> > >
> > > *From:* users-bounces at lists.ironpython.com [mailto:
> > > users-bounces at lists.ironpython.com] *On Behalf Of *Ronnie Maor
> > > *Sent:* Saturday, April 05, 2008 2:35 AM
> > > *To:* Discussion of IronPython
> > > *Subject:* Re: [IronPython] FW: IronPython Studio 1.0 for Isolated and
> > > Integrated VS Shell
> > >
> > >
> > >
> > > this sounds great - integration with VS2008 will be much better than
> > > running with the experimental hive.
> > >
> > > however, after installing, my python projects failed to load, with the
> > > following error:
> > > "could not find any resources appropriate for the specified culture or
> > > neutral culture..." (see attached screenshot).
> > >
> > > also found this blog entry which sounds relevent:
> > > http://weblogs.asp.net/ngur/archive/2003/12/28/46219.aspx
> > >
> > > hoping this post will make it to someone who can fix the problem, or
> > > let me know how to work around it...
> > >
> > > thanks
> > > Ronnie
> > >
> > > On Tue, Apr 1, 2008 at 2:36 AM, Harry Pierson <
> > > Harry.Pierson at microsoft.com> wrote:
> > >
> > > Ken Levy from the Visual Studio extensibility team just blogged about
> > > the 1.0 new release of IronPython Studio (
> > > http://codeplex.com/IronPythonStudio). As is pointed out below, this
> > > new version supports the integrated VS08 Shell, which means that if you
> > > already have VS08 installed, IPy Studio will just snap right into it. If you
> > > don't have VS08, you can download the VS08 shell for free (directions on the
> > > site)
> > >
> > >
> > >
> > > Harry Pierson
> > >
> > > PM, IronPython
> > >
> > > harry.pierson at microsoft.com
> > >
> > > http://devhawk.net
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > http://blogs.msdn.com/vsxteam/archive/2008/03/31/ironpython-studio-1-0-for-isolated-and-integrated-vs-shell.aspx
> > >
> > >
> > >
> > > IronPython is now available in for both integrated and isolated VS
> > > Shell, see blog post for details.
> > >
> > >
> > >
> > >
> > > _______________________________________________
> > > Users mailing list
> > > Users at lists.ironpython.com
> > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> > >
> > >
> > >
> > > _______________________________________________
> > > Users mailing list
> > > Users at lists.ironpython.com
> > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> > >
> > >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20080410/2b66c745/attachment.html>


More information about the Ironpython-users mailing list