Opened 17 years ago

Closed 17 years ago

#4866 closed (invalid)

The new unicode trunk version does not work with twisted

Reported by: django lover Owned by: Jacob
Component: Uncategorized Version: dev
Severity: Keywords: unicode
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The new unicode trunk version does not work with twisted.

I used django and twisted together a lot, but after updating to the latest trunk version,
the happy marriage went to the end...

this problem always comes to bother me:
exceptions.TypeError: Data must not be unicode

it seems that twisted does not accept unicode data to be transferred,
will there be any method to solve this problem?

thanks a lot!

Change History (1)

comment:1 by Malcolm Tredinnick, 17 years ago

Resolution: invalid
Status: newclosed

This isn't really a Django bug and we try to direct all support questions to the mailing list. Post some details of what you are trying to do (together with the tracebacks you are getting) to django-users and you might get some suggestions.

Note: See TracTickets for help on using tickets.
Back to Top