Opened 4 years ago
Last modified 3 years ago
#51932 assigned defect
pypi2port: UnicodeEncodeError: 'ascii' codec can't encode character
Reported by: | mojca (Mojca Miklavec) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | pypi2port |
Description
pypi2port seems to have some issues with (non)Unicode.
$pypi2port -s python-ly ... Traceback (most recent call last): File "/opt/local/bin/pypi2port", line 770, in <module> main(sys.argv[1:]) File "/opt/local/bin/pypi2port", line 714, in main search(pkg_name) File "/opt/local/bin/pypi2port", line 69, in search print(package) UnicodeEncodeError: 'ascii' codec can't encode character u'\xb5' in position 112: ordinal not in range(128)
Change History (1)
comment:1 Changed 3 years ago by mf2k (Frank Schima)
Owner: | gaurav@… deleted |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
See #54507