Hi, On Wed, 22 Jun 2011, Martín wrote: > Here you can find the installation log: > > root@stark:/home/msandoval/PSPinstall# export ftp_proxy=" > http://proxy.uns.edu.ar:1280/" > root@stark:/home/msandoval/PSPinstall# echo $http_proxy > http://proxy.uns.edu.ar:1280/
Weird, urllib2 is supposed to respect http_proxy. I would like you to try 2 things and tell me whether one works out for you: # export https_proxy=http://proxy.uns.edu.ar:1280/ # dpkg --configure nautilus-dropbox Or if this does not work can you try this: # export http_proxy=http://proxy.uns.edu.ar:1280/ # sed -i -e s/https/http/ /usr/bin/dropbox # dpkg --configure nautilus-dropbox Cheers, -- Raphaël Hertzog ◈ Debian Developer Follow my Debian News ▶ http://RaphaelHertzog.com (English) ▶ http://RaphaelHertzog.fr (Français) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

