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

2014-09-22 Thread Li Tianqing
no module exception. Dose `make` not compile array into builtin? -- Best Li Tianqing -- https://mail.python.org/mailman/listinfo/python-list

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

recursive closure

2014-09-10 Thread Li Tianqing
) x = 33 + aa(10) #ipdb.set_trace() print x if __name__ == '__main__': while xrange(1000): A() -- Best Li Tianqing-- https://mail.python.org/mailman/listinfo/python-list