"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
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
"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?
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
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
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
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
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
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
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
10 matches
Mail list logo