Hello, just to confirm that I still see the issue with python 2.6.6-3+squeeze7. Noticed by running iotop. python Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import ctypes Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.6/ctypes/__init__.py", line 546, in <module> CFUNCTYPE(c_int)(lambda: None) MemoryError
the patch: https://dev.openwrt.org/ticket/6192#comment:4 helps for the iotop case. Thank you, Alex