swig/Examples/python/import_packages/split_modules
William S Fulton 604ae7186b Fix for running 'python -m' when using swig -builtin
Same as e05b5ea for -builtin.

Also added runtime tests to check 'python -m'.
2018-12-04 19:12:13 +00:00
..
vanilla Fix for running 'python -m' when using swig -builtin 2018-12-04 19:12:13 +00:00
vanilla_split Fix for running 'python -m' when using swig -builtin 2018-12-04 19:12:13 +00:00
Makefile Fix Makefile and skip testing python-2.4 for import_packages test 2018-01-05 20:17:08 +00:00
README Examples readme file tweak 2016-06-05 11:23:58 +01:00

  These examples/tests are for when the SWIG generated wrapper module is split
between two packages.  Specifically the pure python part is part of a package
and the C/C++ part is not in any package at all.  Historically SWIG has
supported this sort of thing.

vanilla        # "plane Jane" module both halves in pkg1
vanilla_split  # python 1/2 in pkg1 C 1/2 in global namespace