>> Where do I find VS2008?
>
> Try this:
>
> https://www.microsoft.com/en-gb/download/details.aspx?id=44266
>
> TJG
Yes, that's it. Many thanks.
--
https://mail.python.org/mailman/listinfo/python-list
On 25/05/2015 16:19, garyr wrote:
I posted this on the Anaconda NG but haven't gotten an answer.
I recently installed Python 2.7 using Miniconda. I'm now trying to build a
Python extension module. My setup.py file is:
from distutils.core import setup, Extension
module1 = Extension('pyssoun
I posted this on the Anaconda NG but haven't gotten an answer.
I recently installed Python 2.7 using Miniconda. I'm now trying to build a
Python extension module. My setup.py file is:
from distutils.core import setup, Extension
module1 = Extension('pyssound',
sources=['ssound.cpp', 'pysso