Ain't I the sleaze:

cpu% touch Plan9/inttypes.h
cpu% mkdir -p Plan9/arpa
cpu% touch Plan9/arpa/inet.h
cpu%

and voila:

cpu% python
Python 2.4.3 (#0, Jan 17 2007, 19:49:53) [C] on unknown
Type "help", "copyright", "credits" or "license" for more information.
from mercurial import commands
commands.run()
Traceback (most recent call last):
 File "<stdin>", line 1, in ?
 File "/sys/lib/python2.4/lib/python2.4/site-packages/mercurial/commands.py",
line 3000, in run
   sys.exit(dispatch(sys.argv[1:]))
 File "/sys/lib/python2.4/lib/python2.4/site-packages/mercurial/commands.py",
line 3114, in dispatch
   num = getattr(signal, name, None)
 File "/sys/lib/python2.4/lib/python2.4/site-packages/mercurial/demandload.py",
line 61, in __getattribute__
   module = object.__getattribute__(self, 'module')()
 File "/sys/lib/python2.4/lib/python2.4/site-packages/mercurial/demandload.py",
line 54, in module
   return object.__getattribute__(self, 'importer').module()
 File "/sys/lib/python2.4/lib/python2.4/site-packages/mercurial/demandload.py",
line 30, in module
   self.fromlist)
ImportError: No module named signal


So now we need signals. that are integers. But hey, the import
actually worked ...

ron

Reply via email to