Diez B. Roggisch wrote: > Joe wrote: > >>> But it's searching for _moda.*, most probably a binary extension. Does >>> that exist, and if yes, has it the proper architecture or is it maybe 32 >>> bit? >> I'm just going by an example script. moda is a package I was given that >> is written in C and has some python bindings and does run 64-bit. I'm on >> gentoo. I'm not sure it's installed correctly, but it did come w/ a >> setup.py, and I ran 'setup.py install' and it seemed to have installed >> correctly. >> >> $ sudo python ./setup.py install >> running install >> running build >> running build_py >> running install_lib >> running install_egg_info >> Removing /usr/lib64/python2.6/site-packages/moda-2.1-py2.6.egg-info >> Writing /usr/lib64/python2.6/site-packages/moda-2.1-py2.6.egg-info > > You didn't answer my question. Did it install the _moda.* file the moda.py > is searching for? > > Diez
Yeah, that's what I meant when I said the file exists above. There's a moda.py in /usr/lib64/python2.6/site-packages/moda.py. -- http://mail.python.org/mailman/listinfo/python-list