attachment:setup.py of Cookbook/LineIntegralConvolution - SciPy wiki dump (original) (raw)

Download

1 from distutils.core import setup 2 from distutils.extension import Extension 3 from Cython.Distutils import build_ext 4 5 setup( 6 cmdclass = {'build_ext': build_ext}, 7 ext_modules = [Extension("lic_internal", ["lic_internal.pyx"])] 8 )

New Attachment

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the

[get]

link, since this is subject to change and can break easily.