Jump to content
XPEnology Community

XPenology & Python


tig3rclaw

Recommended Posts

Hello

 

I got the 4.2 version running on my custom made NAS, which is awesome.

However for a couple of "packages" I require Python.

When I install the custom comminty package, then I am not able to use the latest version.

 

I believe I have version 2.7.3, while the latest is version 2.7.7.

Due to this I can not install my wanted packages.

 

Do others also experience this problem?

How can we get rid of the version check, so we can install thjis latest version?

Link to comment
Share on other sites

You have to compile Python 2.7.7 from source. I had a really similar problem, namely the 3.3 build on the IPKG servers was not built with --enable-ipv6.

This resulted in a slight issue that none of the socket-enabled apps would run, but die. Only solution was a simple recompile (get source tarball, extract, run ./configure, make, make install, replace python bin symlinks to the new binary). You'll also need the build tools (make, gcc, autoconf, and others).

Link to comment
Share on other sites

×
×
  • Create New...