Ar 26/01/2005 am 13:38, ysgrifennodd Paul Brossier: > On Mon, Jan 24, 2005 at 11:32:02PM +0000, Dafydd Harries wrote: > > I have a package which build-depends on Pyrex which I'd like to build Python > > 2.4 versions for. Hence, a python2.4-pyrex package would be necessary for > > building such packages. > > please try the following set of packages: > http://piem.org/~piem/debian/pool/pyrex/ > cheers, piem
Thanks very much! I'm having some trouble with building the package in question with Python 2.4, but I'm not sure at the moment whether the problem is with the package itself or with Pyrex. The package is pySpeex (http://www.freenet.org.nz/python/pySpeex/). I get the following error when running the command "python2.4 setup.py build --build-base build-2.4": running build running build_ext building 'speex' extension Traceback (most recent call last): File "setup.py", line 36, in ? cmdclass = {'build_ext': build_ext}, File "/usr/lib/python2.4/distutils/core.py", line 149, in setup dist.run_commands() File "/usr/lib/python2.4/distutils/dist.py", line 946, in run_commands self.run_command(cmd) File "/usr/lib/python2.4/distutils/dist.py", line 966, in run_command cmd_obj.run() File "/usr/lib/python2.4/distutils/command/build.py", line 112, in run self.run_command(cmd_name) File "/usr/lib/python2.4/distutils/cmd.py", line 333, in run_command self.distribution.run_command(command) File "/usr/lib/python2.4/distutils/dist.py", line 966, in run_command cmd_obj.run() File "/usr/lib/python2.4/distutils/command/build_ext.py", line 279, in run self.build_extensions() File "/usr/lib/python2.4/distutils/command/build_ext.py", line 405, in build_extensions self.build_extension(ext) File "/usr/lib/python2.4/distutils/command/build_ext.py", line 442, in build_extension sources = self.swig_sources(sources, ext) TypeError: swig_sources() takes exactly 2 arguments (3 given) -- Dafydd -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]