1 
 2 
 3 
 4 
 5 
 6 
 7 
 8 
 9 
10 
11 
12 
13 
14 
15 
16 
17 
18 
19 
20 
21 
22 
23 
24 
25 
26 
27 
28 
29 
30 
31 
32 
33 
34 
35 
36 
37 
38 
39 
40 
41 
42 
43 
44 
45 
46 
47 
48 
49 
50 
51 
52 
53 
54 
55 
56 
/home/hillshum/lxml/src/lxml/dtd.pxi:46:47: Cannot convert Python object to 'xmlDtd *'

Error converting Pyrex file to C:
------------------------------------------------------------
...
            raise DTDError(u"Failed to create validation context",
                           self._error_log)

        c_doc = _fakeRootDoc(doc._c_doc, root_node._c_node)
        with nogil:
            ret = dtdvalid.xmlValidateDtd(valid_ctxt, c_doc, self._c_dtd)
                         ^
------------------------------------------------------------

/home/hillshum/lxml/src/lxml/dtd.pxi:84:26: Accessing Python global or builtin not allowed without gil

Error converting Pyrex file to C:
------------------------------------------------------------
...
            raise DTDError(u"Failed to create validation context",
                           self._error_log)

        c_doc = _fakeRootDoc(doc._c_doc, root_node._c_node)
        with nogil:
            ret = dtdvalid.xmlValidateDtd(valid_ctxt, c_doc, self._c_dtd)
                         ^
------------------------------------------------------------

/home/hillshum/lxml/src/lxml/dtd.pxi:84:26: Accessing Python attribute not allowed without gil

Error converting Pyrex file to C:
------------------------------------------------------------
...
            raise DTDError(u"Failed to create validation context",
                           self._error_log)

        c_doc = _fakeRootDoc(doc._c_doc, root_node._c_node)
        with nogil:
            ret = dtdvalid.xmlValidateDtd(valid_ctxt, c_doc, self._c_dtd)
                                                   ^
------------------------------------------------------------

/home/hillshum/lxml/src/lxml/dtd.pxi:84:52: Converting to Python object not allowed without gil

Error converting Pyrex file to C:
------------------------------------------------------------
...
            raise DTDError(u"Failed to create validation context",
                           self._error_log)

        c_doc = _fakeRootDoc(doc._c_doc, root_node._c_node)
        with nogil:
            ret = dtdvalid.xmlValidateDtd(valid_ctxt, c_doc, self._c_dtd)
                                                          ^
------------------------------------------------------------