
andor at pierdelacabeza
Aug 8, 2011, 9:05 AM
Post #2 of 5
(454 views)
Permalink
|
|
Re: UnicodeDecodeError while adding cherokee ppa
[In reply to]
|
|
Hi Luis, Looks like a problem in your distro... Which Ubuntu release are you using? You may add the repositories directly to your /etc/apt/sources.list file instead of using the add-apt-repository script. On 08/08/11 11:00, Luis Felipe López Acevedo wrote: > Hi, > > I'm new to cherokee and I'm trying to install it using the > instructions for APT given in the website[1]. > > When I run "sudo add-apt-repository ppa:cherokee-webserver" I get the > following error: > > > Exception in thread Thread-1: > Traceback (most recent call last): > File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner > self.run() > File "/usr/lib/python2.6/dist-packages/softwareproperties/ppa.py", > line 59, in run > self.add_ppa_signing_key(self.ppa_path) > File "/usr/lib/python2.6/dist-packages/softwareproperties/ppa.py", > line 88, in add_ppa_signing_key > print "Error reading %s: %s" % (lp_url, e) > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position > 32: ordinal not in range(128) > > > I appreciate any help with this. > > Thanks in advance, > > > 1. http://www.cherokee-project.com/doc/basics_installation_unix.html > > -- > Luis Felipe López Acevedo > IntrosMedia <http://introsmedia.wordpress.com/> > > > > _______________________________________________ > Cherokee mailing list > Cherokee [at] lists > http://lists.octality.com/listinfo/cherokee
|