I found out that there were a few compiling bugs on my version of Python (the crypt module would fail to load), so I updated Python and all of the more important modules. Here are the links:
I have to thank you for this. Previous to updating, the best download speed I could get off of SABnzbd was around 3MB/s or so. I always thought it was due to the multiple threads SAB uses and the Drobo’s own somewhat limited processor. After updating Python, I’m now saturating my internet connection at 6.9MB/s (55Mbps)!
Hi so I just installed the python package and wanted to add a couple modules with easy_install. I ran into an error and hope that one of you knows what to do.
I did this for my 5N after installing and everything went fine.
The problem is that the readline module requires a compiled library. The error message you are seeing is complaining that it cannot find the compiler on the Drobo, which is absolutely correct.
Easy_install on the Drobo can only install pure python modules. Anything that has a native library component needs to be cross-compiled somewhere else first, then packaged as an .egg, and then installed on the Drobo.