Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2016
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 KB | None | 0 0
  1. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy._clock' does not match runtime version 3.5
  2. return f(*args, **kwds)
  3. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy._event' does not match runtime version 3.5
  4. return f(*args, **kwds)
  5. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.properties' does not match runtime version 3.5
  6. return f(*args, **kwds)
  7. [INFO ] [Factory ] 193 symbols loaded
  8. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.graphics.instructions' does not match runtime version 3.5
  9. return f(*args, **kwds)
  10. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.graphics.buffer' does not match runtime version 3.5
  11. return f(*args, **kwds)
  12. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.graphics.vertex' does not match runtime version 3.5
  13. return f(*args, **kwds)
  14. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.graphics.vbo' does not match runtime version 3.5
  15. return f(*args, **kwds)
  16. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.graphics.compiler' does not match runtime version 3.5
  17. return f(*args, **kwds)
  18. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.graphics.transformation' does not match runtime version 3.5
  19. return f(*args, **kwds)
  20. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.graphics.shader' does not match runtime version 3.5
  21. return f(*args, **kwds)
  22. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.graphics.texture' does not match runtime version 3.5
  23. return f(*args, **kwds)
  24. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.graphics.context_instructions' does not match runtime version 3.5
  25. return f(*args, **kwds)
  26. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.core.image._img_sdl2' does not match runtime version 3.5
  27. return f(*args, **kwds)
  28. [INFO ] [Image ] Providers: img_tex, img_dds, img_gif, img_sdl2 (img_pil, img_ffpyplayer ignored)
  29. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.graphics.fbo' does not match runtime version 3.5
  30. return f(*args, **kwds)
  31. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.graphics.context' does not match runtime version 3.5
  32. return f(*args, **kwds)
  33. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.graphics.opengl' does not match runtime version 3.5
  34. return f(*args, **kwds)
  35. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.graphics.opengl_utils' does not match runtime version 3.5
  36. return f(*args, **kwds)
  37. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.graphics.vertex_instructions' does not match runtime version 3.5
  38. return f(*args, **kwds)
  39. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.graphics.stencil_instructions' does not match runtime version 3.5
  40. return f(*args, **kwds)
  41. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.graphics.gl_instructions' does not match runtime version 3.5
  42. return f(*args, **kwds)
  43. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.graphics.scissor_instructions' does not match runtime version 3.5
  44. return f(*args, **kwds)
  45. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.weakproxy' does not match runtime version 3.5
  46. return f(*args, **kwds)
  47. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.core.text.text_layout' does not match runtime version 3.5
  48. return f(*args, **kwds)
  49. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.core.text._text_sdl2' does not match runtime version 3.5
  50. return f(*args, **kwds)
  51. [INFO ] [Text ] Provider: sdl2
  52. /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: compiletime version 3.4 of module 'kivy.core.window._window_sdl2' does not match runtime version 3.5
  53. return f(*args, **kwds)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement