On Thursday 25 April 2002 06:21 pm, Aluminum Foil Ball wrote: > What am I doing wrong? INSTALL.unix.test says to invoke "./setup.py > install". That gives me this... > > Traceback (most recent call last): > File "./setup.py", line 8, in ? > from distutils.core import setup, Extension > ImportError: No module named distutils.core > > Maybe this is a basic Python error. I know nothing of Python. >
ya I got tons of errors too when i tried to get the unix version working I think you have to change the first line in the file from python to python2 to get the setup script to work then to get any of the commands to work, i had to cd /usr/lib/python2.2/ ln -s site-packages/BitTorrent/* . then i had to edit /usr/bin/btdownloadheadless.py and edit #from BitTorrent.download import download from download import download after doing these hacks it ran, but i was still unable to get the files from emuliton because tonyd is having problems with the server. There is definately some work that needs to be done :/ _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
