python3_3.4.2-harm_armel
install dir:
/usr/local
include:
pip3 / setuptools
ps:
1. please install libffi5 and libffi-dev before using pyopenssl.
2. install err : /usr/local/bin/2to3
# cp /usr/local/bin/2to3 /usr/local/bin/2to3.bak
# grep -Hi "^/usr/local/bin/2to3$" /var/lib/dpkg/info/python*.list
edit the ".list" file, delete the line of "/usr/local/bin/2to3".
[ someone failed when “make install” python3 with source code, i think you have to build&&install "libssl-dev_0.9.8r-maemo3+0m7_armel.deb" at first. ]
I build this package without SDK, just "./configure --prefix=/usr/local && make && make install" with source code on my Nokia-N9, also python2.7_2.7.9-local-harm+pip_armel.deb.
Attachment | Size | Date |
---|---|---|
python3_3.4.2_armel.deb | 34.27 MB | 13/08/2015 - 16:07 |
libffi5_3.0.9-1maemo40m6_armel.deb | 18.53 KB | 13/08/2015 - 16:07 |
libffi-dev_3.0.9-1maemo40m6_armel.deb | 98.01 KB | 13/08/2015 - 16:07 |
libssl-dev_0.9.8r-maemo30m7_armel.deb | 2.11 MB | 13/08/2015 - 16:07 |
libffi (3.0.9-1maemo4+0m6) unstable; urgency=low * This entry has been added by BIFH queue processor version has been changed to 3.0.9-1maemo4+0m6
Comments
klampth
Tue, 2017/10/17 - 11:00
Permalink
Only one thing: mv /usr/local/bin/easy_install /usr/local/bin/easy_install-1
Otherwise the easy_install will be depressed!