python-cjson package in F8

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



When i install cjson from the python-cjson 1.0.5 package from Fedora 8
i get this error:

>>> cjson.encode('é', encoding='utf8')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: encode() takes no keyword arguments

But when installed from source it works:

>>> cjson.encode('é', encoding='utf-8')
'"\\u00e9"'

Regards, Clodoaldo

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux