Trying to do a vanilla cmmi:

~/Python-2.6.3rc1$ ./configure
~/Python-2.6.3rc1$ make
...
Traceback (most recent call last):
...
ImportError: No module named cStringIO
make: *** [sharedmods] Error 1

The fix is to uncomment the line in Modules/Setup
#cStringIO cStringIO.c

Question:

Is there an argument to ./configure or make, or an environment setting
which will make cStringIO available without editing Modules/Setup ?

Thanks,
Kent
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to