[Bug 473542] Re: "quickly release" fails if there is non-ascii character in launchpad name

2010-03-30 Thread Didier Roche
** Changed in: quickly (Ubuntu) Status: Triaged => Fix Released -- "quickly release" fails if there is non-ascii character in launchpad name https://bugs.launchpad.net/bugs/473542 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 473542] Re: "quickly release" fails if there is non-ascii character in launchpad name

2010-03-29 Thread Didier Roche
** Changed in: quickly Status: Fix Committed => Fix Released -- "quickly release" fails if there is non-ascii character in launchpad name https://bugs.launchpad.net/bugs/473542 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 473542] Re: "quickly release" fails if there is non-ascii character in launchpad name

2010-01-11 Thread David Sedeño Fernandez
I'm afected by this bug and the patch doesn't work for me: $ quickly share Get Launchpad Settings Launchpad connexion is ok Traceback (most recent call last): File "/usr/share/quickly/templates/ubuntu-project/share.py", line 122, in os.putenv("DEBEMAIL", "%s <%s>" % (launchpad.me.display_

[Bug 473542] Re: "quickly release" fails if there is non-ascii character in launchpad name

2009-11-04 Thread Didier Roche
Merged in quickly trunk branch (commit 328) and quickly/0.x (commit 329). Full credit in NEWS file :) As you have an unicode caracter in your name, I'm really eager you signal us any further issue you can encounter. Thanks a lot! ** Changed in: quickly (Ubuntu) Status: New => Triaged **

[Bug 473542] Re: "quickly release" fails if there is non-ascii character in launchpad name

2009-11-04 Thread Didier Roche
Thanks for using Quickly. you're absolutely right, this is related to this issue: launchpad gives back its elements in unicode. print() can transtype unicode in str, but not gettext! So, when you are using a translation which is localized, gettext try to encode launchpad.me.display_name, which f

[Bug 473542] Re: "quickly release" fails if there is non-ascii character in launchpad name

2009-11-04 Thread Petar Vasić
fixed it in a private branch -- "quickly release" fails if there is non-ascii character in launchpad name https://bugs.launchpad.net/bugs/473542 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 473542] Re: "quickly release" fails if there is non-ascii character in launchpad name

2009-11-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~p-vasic/quickly/quickly-unicode -- "quickly release" fails if there is non-ascii character in launchpad name https://bugs.launchpad.net/bugs/473542 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 473542] Re: "quickly release" fails if there is non-ascii character in launchpad name

2009-11-04 Thread Petar Vasić
OK, I did some research and debugging, and it seems that this bug is related to Unicode issues encountered here: https://bugs.launchpad.net/ubuntu/+source/quickly/+bug/444070 The issues I encountered can be fixed by replacing quicklyutils.set_setup_value('author', launchpad.me.display_name) wit