Re: [Pythonocc-users] Regenerating swig file

2009-04-08 Thread Thomas Paviot
Arthur Magill a écrit : > Rev.235 builds just fine, with -with_doc -generate_swig. As always, > thanks for the speedy fix! Well, I didn't change anything to the argument parsing. Happy that it suddenly works! > > Arthur Thomas ___ Pythonocc-users ma

Re: [Pythonocc-users] Regenerating swig file

2009-04-07 Thread Arthur Magill
Rev.235 builds just fine, with -with_doc -generate_swig. As always, thanks for the speedy fix! Arthur ___ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users

Re: [Pythonocc-users] Regenerating swig file

2009-04-07 Thread Thomas Paviot
Arthur Magill a écrit : > Hi Thomas, > > No problem, thanks for the fix - I'll try it later. What was the problem? > > Arthur Well, an usual problem: the 'key' variable was not initialized! The fix is then trivial: if self.MemberfunctionDocStrings.has_key(function_name): key = function_n

Re: [Pythonocc-users] Regenerating swig file

2009-04-07 Thread Arthur Magill
Hi Thomas, No problem, thanks for the fix - I'll try it later. What was the problem? Arthur -- Arthur Magill, PhD RF Engineer Centre d'Imagerie BioMédicale (CIBM) Laboratory for Functional and Metabolic Imaging (LIFMET) Ecole Polytechnique Fédérale de Lausanne (EPFL) Station 6, CH F1

Re: [Pythonocc-users] Regenerating swig file

2009-04-07 Thread Thomas Paviot
Arthur Magill a écrit : > Hello Thomas, > > I'm trying to generate the documentation files. I now have gccxml, pygccxml > and > Py++ installed. When I run 'python setup.py --generate_swig' everything seems > to > run okay, but when I try 'python setup.py --generate_swig --with_doc' I don't > g

[Pythonocc-users] Regenerating swig file

2009-04-02 Thread Arthur Magill
Hello Thomas, I'm trying to generate the documentation files. I now have gccxml, pygccxml and Py++ installed. When I run 'python setup.py --generate_swig' everything seems to run okay, but when I try 'python setup.py --generate_swig --with_doc' I don't get very far. I quickly run into this bun