After install python2.7.3 from source code, no module named array

vek.m1234 at gmail.com vek.m1234 at gmail.com
Tue Sep 23 03:33:43 EDT 2014


not quite sure what you mean.. python uses 'list' instead of the C/C++ array data type. there are __builtin__ and builtins module in 2.7 and 3.2 and a 'array' module. make install, copies files into the system dir-tree but you can run the interpreter from the build-dir and it should work.



More information about the Python-list mailing list