BigHand <heweiwei <at> gmail.com> writes: > > Guys: > I know that there is no PyString_AsString in Python3.0, > could you guys give me instruction about how can I do with the > following ? There is no PyString_AsString. Everything string is unicode now. (PyUnicode API)