problem with Fnorb and module new

Fredrik Lundh fredrik at pythonware.com
Wed Jun 30 18:23:22 EDT 1999


>   I just tried installing Fnorb on HP-UX 10.20... the install went
> smoothly, but when I tried stepping through the Hello World example,
> python complained about not being able to find module new. The
> complaint is certainly valid -- I can't find new.py anywhere either.
> Anyone know what's going on here?

it's a C module, not a Python module:
http://www.python.org/doc/FAQ.html#4.70

and it's not built by default in 1.5.1.  you have
to rebuild Python with this module enabled (look
for newmodule.c in the Modules/Setup file).

or you can upgrade to 1.5.2...

</F>





More information about the Python-list mailing list