On Tuesday, March 4, 2014 10:21:32 AM UTC-8, Aaron Olson wrote: > > When I try to add permissions to the trac admin I receive the following > error. > > Python 2.7.3 > sqlite-3.6.20-1.el6.x86_64 > > command: trac-admin /opt/trac/projects/qa permission add admin TRAC_ADMIN > > Error: UnicodeEncodeError: 'decimal' codec can't encode character u'\x00' > in position 1: invalid decimal Unicode string >
If I had to guess I would say it has something to do with the character encoding in your terminal. Are you on Linux? If so, what does the locale command return? Maybe we can get more info if you set the log level to debug, -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
