d3v-null / wp-api-python

A Python wrapper for the WooCommerce API.
MIT License
145 stars 33 forks source link

NameError: name 'unicode' is not defined #8

Closed bboyadao closed 6 years ago

bboyadao commented 6 years ago

python3 when im trying to post a post

can we update it following this link’s https://stackoverflow.com/questions/6812031/how-to-make-unicode-string-with-python3 ?

d3v-null commented 6 years ago

Thanks @bboyadao My preferred solution to this is to use six.text_type since it's more compatible with all python versions