Re: Getting .NET SDK to work with Python 2.4.2

2006-03-19 Thread Vincent Wehren
"Dave" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | So this means that I have to download .NET 1.1 SDK. Visual Studio 8 | comes with msvcrt.lib, but im assuming it's the wrong version. | Yes, I'd say so. -- Vincent Wehren -- http://mail.python.org/mailman/listinfo/python-lis

Re: Getting .NET SDK to work with Python 2.4.2

2006-03-19 Thread Dave
So this means that I have to download .NET 1.1 SDK. Visual Studio 8 comes with msvcrt.lib, but im assuming it's the wrong version. -- http://mail.python.org/mailman/listinfo/python-list

Re: Getting .NET SDK to work with Python 2.4.2

2006-03-19 Thread Vincent Wehren
"Dave" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | Well i don't have the whole visual studio. I don't have 7 either, I | have 8. I have VB and VC++ Express. If there is no way to download VS7, | could someone point me to directions on how to build the extensions | with mingw32?

Re: Getting .NET SDK to work with Python 2.4.2

2006-03-19 Thread Dave
Well i don't have the whole visual studio. I don't have 7 either, I have 8. I have VB and VC++ Express. If there is no way to download VS7, could someone point me to directions on how to build the extensions with mingw32? -- http://mail.python.org/mailman/listinfo/python-list

Re: Getting .NET SDK to work with Python 2.4.2

2006-03-19 Thread Martin v. Löwis
Dave wrote: > So i go to the cmd and go to the directory and type > "python setup.py build" (Will have to install after) and it comes up > with this(after everything else runs smoothly): > running build_ext > error: The .NET SDK needs to be installed before building extensions > for python. The er

Re: Getting .NET SDK to work with Python 2.4.2

2006-03-19 Thread gregarican
Dave wrote: > yea i have .net 1.1, but not the sdk. do i need the 1.1 SDK too? I think so. The .Net 1.1 runtime (i.e. - not the SDK) is missing the support files necessary for compiling programs. Gotta love those huge downloads. I thought the Java SDK's were big :-)~ -- http://mail.python.org/m

Re: Getting .NET SDK to work with Python 2.4.2

2006-03-18 Thread Dave
yea i have .net 1.1, but not the sdk. do i need the 1.1 SDK too? -- http://mail.python.org/mailman/listinfo/python-list

Re: Getting .NET SDK to work with Python 2.4.2

2006-03-18 Thread Kevin F
okay, i am new to python and realize that indentation is important. i have tried to put everything in their respective indentations but it still doesn't work, can someone try to fix this? from poplib import * server = POP3("mail.bluebottle.com") print server.getwelcome() print server.user("[EMA

Re: Getting .NET SDK to work with Python 2.4.2

2006-03-18 Thread Kevin F
Dave wrote: > I searched the usenet and some mail archives and tried various > techniques, but I can't seem to get the .NET 2.0 SDK to work with > python. I'm a total newbie when it comes to python installs. I > downloaded the .NET 2.0 SDK and I have python 2.4.2 and im trying to > install zope. So

Getting .NET SDK to work with Python 2.4.2

2006-03-18 Thread Dave
I searched the usenet and some mail archives and tried various techniques, but I can't seem to get the .NET 2.0 SDK to work with python. I'm a total newbie when it comes to python installs. I downloaded the .NET 2.0 SDK and I have python 2.4.2 and im trying to install zope. So i go to the cmd and g