aroberge / easygui_qt

Inspired by easygui, designed for PyQt
BSD 3-Clause "New" or "Revised" License
59 stars 18 forks source link

BF: more type-casting for python 2.7 #6

Closed jeremygray closed 9 years ago

jeremygray commented 9 years ago
aroberge commented 9 years ago

@jeremygray With your permission, I'd like to add your name under collaborators. If you agree, let me know how you want the info to appear.

aroberge commented 9 years ago

get_string() still problematic with some non-ascii strings: I tried locally with my first name (André) and it raised an exception. I will have to add some more robust code to deal with various encoding like I have done elsewhere.

jeremygray commented 9 years ago

@aroberge: I am happy to be listed, thanks. Following your style in AUTHORS.rst:

* Jeremy R. Gray <jrgray@gmail.com>