View Single Post
Posts: 45 | Thanked: 80 times | Joined on Jun 2010
#4
Originally Posted by nieldk View Post
Python 3.4 should be in extras-devel
http://talk.maemo.com/showpost.php?p...0&postcount=17
I know how to find extras-devel in Maemo, but where is it within MeeGo?

Originally Posted by nieldk View Post
And openssl 1.0.1g you can try
http://talk.maemo.org/showthread.php?t=91787
I managed to install that one (had to change file ownerships prior to installation), but 1.0.1g is not enough for pip.

my current /etc/apt/sources.list.d/*:

Code:
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:~$