]> Creatis software - gdcm.git/commit
* python/distutilsSwigCPlusPlus.py now properly collects the
authorfrog <frog>
Wed, 22 Jan 2003 20:15:52 +0000 (20:15 +0000)
committerfrog <frog>
Wed, 22 Jan 2003 20:15:52 +0000 (20:15 +0000)
commit5473319b31bf630394e7865122f1745ecc122a4b
treed2225a932a37f155e45530b822dffdfd2a0350ea
parent7e60dba6f39cee3c99cdc92676893a8c9d618410
  * python/distutilsSwigCPlusPlus.py now properly collects the
        shadow classes generated by "swig -c++" (gdcm.py in our case)
        when using "python setup.py install".
      * python/gdcmPython/__init__.py imports gdcm.py and only manually
        reexports the working classes.
      * src/gdcmHeader.cxx all the try/catch/throw calls were replaced
        by the classical C errno scheme. This is to prevent an obscure
        behavior of the python wrappers when importing wxPython.wx prior
        to gdcmPython (which ended up in an abort call). An illustration
        of this oddity can be found in the Test/ExceptionAndPython
        subdir (see the README file). This problem probably due to
        an combination of g++ and dynamic loading.
      * added Test/ExceptionAndPython (see above) --- Frog
12 files changed:
ChangeLog
Testing/ExceptionAndPython/.cvsignore [new file with mode: 0644]
Testing/ExceptionAndPython/Makefile [new file with mode: 0644]
Testing/ExceptionAndPython/README [new file with mode: 0644]
Testing/ExceptionAndPython/foo.cxx.minimal [new file with mode: 0644]
Testing/ExceptionAndPython/foo.cxx.orig [new file with mode: 0644]
Testing/ExceptionAndPython/foo.cxx.simpler [new file with mode: 0644]
Testing/ExceptionAndPython/foo.i [new file with mode: 0644]
Testing/ExceptionAndPython/foo_main.cxx.minimal [new file with mode: 0644]
Testing/ExceptionAndPython/foo_main.cxx.simpler [new file with mode: 0644]
Testing/ExceptionAndPython/test.py [new file with mode: 0644]
src/gdcmHeader.cxx