Comment 16 for bug 640689

Revision history for this message
Kristian Kißling (kkissling) wrote :

Now I got this:

$ quickly --version
Quickly 0.6
  Python interpreter: /usr/bin/python 2.6.6
  Python standard library: /usr/lib/python2.6

  Quickly used library: /home/redaktion/quickly/quickly
  Quickly data path: /home/redaktion/quickly/data
  Quickly detected template directories:
          /home/redaktion/quickly/data/templates/
[...]

and then...

redaktion@redaktionsrechner:~/superapp$ LANG=C quickly share
Get Launchpad Settings
Launchpad connection is ok
It seems you don't have a gpg key on your computer. Do you want to create one (this may take a while)? y/[n]: y
Traceback (most recent call last):
  File "/home/redaktion/quickly/data/templates/ubuntu-application/share.py", line 107, in <module>
    keyid = quicklyutils.get_right_gpg_key_id(launchpad)
  File "/home/redaktion/quickly/data/templates/ubuntu-application/internal/quicklyutils.py", line 354, in get_right_gpg_key_id
    launchpad.me.display_name, prefered_emails[0])]
  File "/home/redaktion/quickly/data/templates/ubuntu-application/internal/quicklyutils.py", line 298, in create_gpg_key
    result, err = gpg_instance.communicate(key_generate)
  File "/usr/lib/python2.6/subprocess.py", line 691, in communicate
    return self._communicate(input)
  File "/usr/lib/python2.6/subprocess.py", line 1222, in _communicate
    bytes_written = os.write(self.stdin.fileno(), chunk)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 53: ordinal not in range(128)
ERROR: share command failed
Aborting
redaktion@redaktionsrechner:~/superapp$

Seems like an encoding problem?