Re: [PyQt] Kudos

2011-04-20 Thread Phil Thompson
On Wed, 20 Apr 2011 07:36:13 -0400, Eric Frederich wrote: > Is there a PyQt installer built with Visual Studio? They all are. > I am embedding a Python interpreter in a 3rd party application and creating > bindings to that same 3rd party's libraries. Unless I am mistaken I am > fairly sure that

Re: [PyQt] Kudos

2011-04-20 Thread Erik Janssens
build with VS 2008 http://www.python-camelot.com/cpd.html On Wed, Apr 20, 2011 at 7:36 AM, Eric Frederich wrote: > Is there a PyQt installer built with Visual Studio? > > I am embedding a Python interpreter in a 3rd party application and creating > bindings to that same 3rd party's libraries.  U

Re: [PyQt] Kudos

2011-04-20 Thread Eric Frederich
Is there a PyQt installer built with Visual Studio? I am embedding a Python interpreter in a 3rd party application and creating bindings to that same 3rd party's libraries. Unless I am mistaken I am fairly sure that I need both Python and my bindings created using Visual Studio. I have tried to

Re: [PyQt] Kudos

2011-04-20 Thread Phil Thompson
On Tue, 19 Apr 2011 22:03:05 -0400, Eric Frederich wrote: > Hey Phil, > > I recently built some Python bindings (using Cython) for a 3rd party > library that had to be built using Visual Studio 2005. > Its great having these bindings and being able to use Python. > Unfortunately, to install any o

[PyQt] Kudos

2011-04-19 Thread Eric Frederich
Hey Phil, I recently built some Python bindings (using Cython) for a 3rd party library that had to be built using Visual Studio 2005. Its great having these bindings and being able to use Python. Unfortunately, to install any other Python modules I have to build them myself as nobody offers versio