View Single Post
Posts: 53 | Thanked: 9 times | Joined on Nov 2005
#11
i also had the "cannot download"-error, no privoxy, firewall or proxys at all.

it seems that the nokia package-manager has some problems after installing various packages (i am not sure, which ones cause the troubles).

but console installation worked for me
. apt-get don't seems to have the troubles with the missing packages.

1) make sure to have the right repository in your sources.list. for example:
Code:
deb http://repository.maemo.org bora free non-free
2) update package-information (must be run as root)
Code:
apt-get update
3) install python (must be run as root, too)
Code:
apt-get install python2.5-runtime
 

The Following User Says Thank You to loki For This Useful Post: