Hi, not sure if this is a pygtk problem or a diacanvas problem (I also 
posted
to the diacanvas list).

I have pygtk 1.99.13 installed and when I try and generate python 
wrappers for diacanvas
I get into an infinite loop.

---------------------------------------
(cd . \
 && /hsgi/mathew/root/bin/pygtk-codegen-2.0 \
    --register diacanvas.defs \
    --override diageometry.override \
    --prefix pydiageometry diageometry.defs) > gen-diageometry.c \
 && cp gen-diageometry.c diageometry.c \
 && rm -f gen-diageometry.c
Traceback (most recent call last):
  File "/hsgi/mathew/root/share/pygtk/2.0/codegen/codegen.py", line 772, 
in ?
  File "/hsgi/mathew/root/share/pygtk/2.0/codegen/codegen.py", line 748, 
in main
  File "/hsgi/mathew/root/share/pygtk/2.0/codegen/scmexpr.py", line 82, 
in startParsing
  File "/hsgi/mathew/root/share/pygtk/2.0/codegen/scmexpr.py", line 86, 
in handle
  File "/hsgi/mathew/root/share/pygtk/2.0/codegen/defsparser.py", line 
16, in include
  File "/hsgi/mathew/root/share/pygtk/2.0/codegen/scmexpr.py", line 82, 
in startParsing
  File "/hsgi/mathew/root/share/pygtk/2.0/codegen/scmexpr.py", line 86, 
in handle
  File "/hsgi/mathew/root/share/pygtk/2.0/codegen/defsparser.py", line 
16, in include
  File "/hsgi/mathew/root/share/pygtk/2.0/codegen/scmexpr.py", line 82, 
in startParsing
  File "/hsgi/mathew/root/share/pygtk/2.0/codegen/scmexpr.py", line 86, 
in handle
  File "/hsgi/mathew/root/share/pygtk/2.0/codegen/defsparser.py", line 
16, in include
  File "/hsgi/mathew/root/share/pygtk/2.0/codegen/scmexpr.py", line 82, 
in startParsing
  File "/hsgi/mathew/root/share/pygtk/2.0/codegen/scmexpr.py", line 86, 
in handle

etc,etc

IOError: [Errno 24] Too many open files: 'diacanvascallbacks.defs'
make: *** [diageometry.c] Error 1
---------------------------------------------

Does this look like a pygtk error or a diacanvas  error??

Mathew

-- 
           _
          |)`
          | |
          | |_____
         /    (]__)
        /    (]___)
       /    (]___)
          ___(]_)
         /
        /



_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to