You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
py2pack generate -t opensuse.spec Radicale
generating spec file for Radicale...
Traceback (most recent call last):
File "/usr/bin/py2pack", line 2, in
from py2pack import main; main()
File "/usr/lib/python2.7/site-packages/py2pack/py2pack.py", line 132, in main
args.func(args)
File "/usr/lib/python2.7/site-packages/py2pack/py2pack.py", line 76, in generate
outfile.write(result)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xa0' in position 1856: ordinal not in range(128)
python 2.7 on openSUSE 11.4
The text was updated successfully, but these errors were encountered:
py2pack generate -t opensuse.spec Radicale
generating spec file for Radicale...
Traceback (most recent call last):
File "/usr/bin/py2pack", line 2, in
from py2pack import main; main()
File "/usr/lib/python2.7/site-packages/py2pack/py2pack.py", line 132, in main
args.func(args)
File "/usr/lib/python2.7/site-packages/py2pack/py2pack.py", line 76, in generate
outfile.write(result)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xa0' in position 1856: ordinal not in range(128)
python 2.7 on openSUSE 11.4
The text was updated successfully, but these errors were encountered: