salamanderrake

Untitled

Dec 30th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Python 3.2.3 (default, Nov 28 2012, 16:12:44)
  2. [GCC 4.6.3] on linux2
  3. Type "help", "copyright", "credits" or "license" for more information.
  4. >>> import mypaintlib
  5. Traceback (most recent call last):
  6. File "mypaintlib.py", line 16, in swig_import_helper
  7. fp, pathname, description = imp.find_module('_mypaintlib', [dirname(__file__)])
  8. ImportError: No module named _mypaintlib
  9.  
  10. During handling of the above exception, another exception occurred:
  11.  
  12. Traceback (most recent call last):
  13. File "<stdin>", line 1, in <module>
  14. File "mypaintlib.py", line 26, in <module>
  15. _mypaintlib = swig_import_helper()
  16. File "mypaintlib.py", line 18, in swig_import_helper
  17. import _mypaintlib
  18. ImportError: No module named _mypaintlib
Advertisement
Add Comment
Please, Sign In to add comment