d3v-null / wp-api-python

A Python wrapper for the WooCommerce API.
MIT License
141 stars 34 forks source link

NameError: name 'unicode' is not defined #8

Closed bboyadao closed 5 years ago

bboyadao commented 5 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 5 years ago

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