Kombu - TypeError:Struct()参数1必须是字符串,而不是unicode

时间:2016-09-20 18:46:30

标签: python-2.7 typeerror kombu

我现在一直在使用<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dp="http://www.datapower.com/extensions" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" extension-element-prefixes="dp"> <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> <xsl:strip-space elements="*"/> <xsl:variable name="uuid" select="dp:variable('var://context/txn/uuid')" /> <!-- identity transform --> <xsl:template match="@*|node()"> <xsl:copy> <xsl:apply-templates select="@*|node()"/> </xsl:copy> </xsl:template> <xsl:template match="/soapenv:Envelope"> <xsl:copy> <soapenv:Header> <UUID><xsl:value-of select="$uuid"/></UUID> </soapenv:Header> <xsl:apply-templates/> </xsl:copy> </xsl:template> <xsl:template match="soapenv:Header"/> </xsl:stylesheet> - 今天当我准备好部署新计算机时,我从Kombu TypeError开始import

kombu

1 个答案:

答案 0 :(得分:0)

看起来像kombu https://github.com/celery/kombu/issues/622

的已知问题