"The basics" difficulties

M

MooMooBunnyLips

I'm trying to get this basic sample to work:
http://docs.python.org/ext/dnt-basics.html

When I get to the last step:
$ python setup.py build

I get this error:
error: Python was build with Visual Studio version 8.0 and
extensions need to be built with the same version of the compiler,
but it isn't installed.

This is bogus, as I do have VS8 installed. I used it to compile
the python stuff actually.

Is there anyway to get this to work without using the distutils;
i.e. just compiling it myself?

Thank you
 
B

Bruno Desthuilliers

(e-mail address removed) a écrit :
I'm trying to get this basic sample to work:
http://docs.python.org/ext/dnt-basics.html

When I get to the last step:
$ python setup.py build

I get this error:
error: Python was build with Visual Studio version 8.0 and
extensions need to be built with the same version of the compiler,
but it isn't installed.

This is bogus, as I do have VS8 installed. I used it to compile
the python stuff actually.

So you may want to check why the setup script does'nt detect it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,074
Latest member
StanleyFra

Latest Threads

Top