I have a custom installation of Python that I built myself using Visual Studio 8 (2005). I need Python built with that older Visual Studio because the bindings I'm creating for a 3rd party library need to be built with that particular version.
I have been unable to get PySide installed to this custom installation of Python. I tried installing PySide from the installer but it wouldn't find my custom Python build even after setting PATH and PYTHONHOME. So then I tried getting setuptools to get PySide but it did the same thing and didn't find my custom Python build. So how can I get either of these installers to fine my custom Python version?.... or will I need to build my own PySide bindings anyway because my Python is built with an older compiler? Thanks, ~Eric _______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
