![]() |
2018-05-07
, 16:51
|
Posts: 1,298 |
Thanked: 4,322 times |
Joined on Oct 2014
|
#2
|
while attempting installation of Telethon on either N900(Maemo) or N9(MeeGo), I got stuck with several issues on both systems.
the above thread is specific to Telegram, but the questions I have are more generic:
I'm looking for OpenSSL, newer than 0.9.8, is it available anywhere?
python3.1 can't be the newest Python3 we have for MeeGo, can it?
The current OpenSSL prevents stuff to be installed via pip. Python3.1 is several steps behind Telethon's requirement 3.5.
![]() |
2018-05-08
, 13:25
|
Posts: 10 |
Thanked: 23 times |
Joined on Nov 2017
@ China
|
#3
|
Python 3.4 should be in extras-devel
http://talk.maemo.com/showpost.php?p...0&postcount=17
And openssl 1.0.1g you can try
http://talk.maemo.org/showthread.php?t=91787
The Following User Says Thank You to Kevin.MX For This Useful Post: | ||
![]() |
2018-05-08
, 18:18
|
Posts: 45 |
Thanked: 80 times |
Joined on Jun 2010
|
#4
|
Python 3.4 should be in extras-devel
http://talk.maemo.com/showpost.php?p...0&postcount=17
And openssl 1.0.1g you can try
http://talk.maemo.org/showthread.php?t=91787
user@theresia:~$ for i in /etc/apt/sources.list.d/*; do echo $i; cat $i; echo; done /etc/apt/sources.list.d/aegis.ssu-keyring-418.list /etc/apt/sources.list.d/n9repomirror.list # CODeRUS mirror deb https://coderus.openrepos.net/n9mirror/001 ./ deb https://coderus.openrepos.net/n9mirror/apps ./ deb https://coderus.openrepos.net/n9mirror/tools ./ # SDK repository deb http://mirror.thecust.net/harmattan-dev.nokia.com/ harmattan/sdk free non-free deb-src http://mirror.thecust.net/harmattan-dev.nokia.com/ harmattan/sdk free # Nokia-binaries #deb http://mirror.thecust.net/harmattan-dev.nokia.com/ harmattan/41667a5bd857be02f487c2ce806fbf85 nokia-binaries /etc/apt/sources.list.d/openrepos-Enigma.list deb http://harmattan.openrepos.net/Enigma personal main /etc/apt/sources.list.d/openrepos-halftux.list deb http://harmattan.openrepos.net/halftux personal main /etc/apt/sources.list.d/openrepos-hooddy.list deb http://harmattan.openrepos.net/hooddy personal main /etc/apt/sources.list.d/openrepos-mp107.list deb http://harmattan.openrepos.net/mp107 personal main /etc/apt/sources.list.d/openrepos-rzr.list deb http://harmattan.openrepos.net/rzr personal main /etc/apt/sources.list.d/openrepos-simplicio.list deb http://harmattan.openrepos.net/simplicio personal main /etc/apt/sources.list.d/osa.list deb-exec /usr/bin/osa user@theresia:~$
the above thread is specific to Telegram, but the questions I have are more generic:
I'm looking for OpenSSL, newer than 0.9.8, is it available anywhere?
python3.1 can't be the newest Python3 we have for MeeGo, can it?
The current OpenSSL prevents stuff to be installed via pip. Python3.1 is several steps behind Telethon's requirement 3.5.