[Distutils] Re: SWIG: two modules, but only one can be installed

Torsten Bronger bronger at physik.rwth-aachen.de
Mon Feb 21 07:39:20 CET 2005


Hallöchen!

Lars Immisch <lars at ibp.de> writes:

> [...]
>
> Try changing the order of ext_modules and py_modules, please:
>
> setup(name = 'my',
>         ext_modules = [Extension('_mymodule',
>                                  sources = ['mymodule.i'],
> 	py_modules = ['mymodule','my'])

py_modules is executed first, no matter how I order them in setup().

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus



More information about the Distutils-SIG mailing list