Re: installing setuptools on Windows custom python install

2011-04-19 Thread Eric Frederich
I do not have a DLLs folder. I created this installation of Python myself since I needed it built with Visual Studio 2005. I followed instructions under PC\readme.txt This file mentioned nothing about a DLLs folder. >From PC\readme.txt . The best installation strategy is to put the Py

Re: installing setuptools on Windows custom python install

2011-04-18 Thread Wolfgang Rohdewald
On Montag 18 April 2011, Eric Frederich wrote: > File "F:\My_Python27\lib\socket.py", line 47, in > import _socket > ImportError: No module named _socket > > F:\pyside\setuptools-0.6c11> I have C:\Python27 and within that, DLLS\_socket.pyd this is what import _socket should find do you

Re: installing setuptools on Windows custom python install

2011-04-18 Thread Benjamin Kaplan
On Apr 18, 2011 12:55 PM, "Eric Frederich" wrote: > > Hello, > > I have a python installation that I built myself using Visual Studio 2005. > I need this version because I need to link Python bindings to a 3rd > party library that uses VS 2005. > > I want to get setuptools installed to this Python