Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Python 3.2.3 (default, Nov 28 2012, 16:12:44)
- [GCC 4.6.3] on linux2
- Type "help", "copyright", "credits" or "license" for more information.
- >>> import mypaintlib
- Traceback (most recent call last):
- File "mypaintlib.py", line 16, in swig_import_helper
- fp, pathname, description = imp.find_module('_mypaintlib', [dirname(__file__)])
- ImportError: No module named _mypaintlib
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "<stdin>", line 1, in <module>
- File "mypaintlib.py", line 26, in <module>
- _mypaintlib = swig_import_helper()
- File "mypaintlib.py", line 18, in swig_import_helper
- import _mypaintlib
- ImportError: No module named _mypaintlib
Advertisement
Add Comment
Please, Sign In to add comment