Dear Stefan,

Thank you for your reply.

Your suggestion seems quite reasonable. I had, indeed, tried it before. It 
causes a different message
that should, to someone with more wits than I, suggest the origin of my 
problem. I'm still baffled.

[EMAIL PROTECTED]:4:~/firewall $cython libiptc.pyx

Error converting Pyrex file to C:
------------------------------------------------------------
...
  void finish(opaque_pointer** h)

cdef class a_class:
  cdef opaque_pointer* the_handle
  def __init__(table_name):
    self.the_handle = init(table_name)
       ^
------------------------------------------------------------

/home/nicole/firewall/libiptc.pyx:10:8: undeclared name not builtin: self
[EMAIL PROTECTED]:4:~/firewall $

I'm wondering if I should abandon the idea of using Cython/Pyrex.

Many thanks

Nicole
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to