Hi all,
I'm trying to build stackless python on a big endian machine. Usually
this shouldn't be a problem as python itself is working fine.
I'm always ending up with the following error, no matter what I'm
trying to do:
Failed to find the necessary bits to build these modules:
_hashlib _sqlite3 _ssl
bsddb185 dl imageop
sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for
the module's name.
running build_scripts
creating build/scripts-2.6
copying and adjusting /usr/local/src/python-2.6/Tools/scripts/pydoc ->
build/scripts-2.6
copying and adjusting /usr/local/src/python-2.6/Tools/scripts/idle ->
build/scripts-2.6
copying and adjusting /usr/local/src/python-2.6/Tools/scripts/2to3 ->
build/scripts-2.6
copying and adjusting /usr/local/src/python-2.6/Lib/smtpd.py ->
build/scripts-2.6
changing mode of build/scripts-2.6/pydoc from 644 to 755
changing mode of build/scripts-2.6/idle from 644 to 755
changing mode of build/scripts-2.6/2to3 from 644 to 755
changing mode of build/scripts-2.6/smtpd.py from 644 to 755
Exception MemoryError: MemoryError() in 'tasklet cleanup' ignored
I'm using the latest svn revision 69516 for python 2.6
I did the following steps:
./configure --prefix=/usr/local/stackless
make
Thanks for your help.
--
Jochen
_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless