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

2014-09-23 Thread vek . m1234
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. -- ht

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

2014-09-22 Thread Li Tianqing
I am sorry, i do not install, i just make, and then use the python under source code. If you run 'make install' then some lib will compile and then will no problem there. Hello, Right now, i install python2.7.3 from source code, but when use it to run some script. It raises no module excep

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

2014-09-22 Thread Li Tianqing
Hello, Right now, i install python2.7.3 from source code, but when use it to run some script. It raises no module exception. Dose `make` not compile array into builtin? -- Best Li Tianqing-- https://mail.python.org/mailman/listinfo/python-list