Skip to content

Instantly share code, notes, and snippets.

@geojeff
Created May 31, 2013 15:59
Show Gist options
  • Save geojeff/5685993 to your computer and use it in GitHub Desktop.
Save geojeff/5685993 to your computer and use it in GitHub Desktop.
(kivy)ibis~/Development/kivy/kivy.org/ivpusic/tic-tac-toe/tic-tac-toe(master|✔) % python main.py
[INFO ] Kivy v1.8.0-dev
[INFO ] [Logger ] Record log in /Users/geojeff/.kivy/logs/kivy_13-05-31_0.txt
[DEBUG ] [Cache ] register <kv.image> with limit=None, timeout=60s
[DEBUG ] [Cache ] register <kv.atlas> with limit=None, timeout=Nones
[INFO ] [Image ] Providers: img_imageio, img_tex, img_dds, img_pygame, img_pil, img_gif
[DEBUG ] [Cache ] register <kv.texture> with limit=1000, timeout=60s
[DEBUG ] [Cache ] register <kv.shader> with limit=1000, timeout=3600s
[INFO ] [Factory ] 144 symbols loaded
[DEBUG ] [Cache ] register <kv.lang> with limit=None, timeout=Nones
[INFO ] [Text ] Provider: pygame
[INFO ] [Window ] Provider: pygame
[DEBUG ] [Window ] Display driver Quartz
[DEBUG ] [Window ] Actual window size: 700x774
[DEBUG ] [Window ] Actual color bits r8 g8 b8 a8
[DEBUG ] [Window ] Actual depth bits: 24
[DEBUG ] [Window ] Actual stencil bits: 8
[DEBUG ] [Window ] Actual multisampling samples: 2
[INFO ] [GL ] OpenGL version <2.1 NVIDIA-8.10.44 304.10.65f03>
[INFO ] [GL ] OpenGL vendor <NVIDIA Corporation>
[INFO ] [GL ] OpenGL renderer <NVIDIA GeForce 9600M GT OpenGL Engine>
[INFO ] [GL ] OpenGL parsed version: 2, 1
[INFO ] [GL ] Shading version <1.20>
[INFO ] [GL ] Texture max size <8192>
[INFO ] [GL ] Texture max units <16>
[DEBUG ] [Shader ] Fragment compiled successfully
[DEBUG ] [Shader ] Vertex compiled successfully
[DEBUG ] [ImageImageIO] Load </Users/geojeff/Development/kivy/contrib/kivy/kivy/data/glsl/default.png>
[INFO ] [GL ] BGRA texture support is available
[DEBUG ] [Modules ] Start <touchring> with config <kivy.modules.ModuleContext instance at 0x10068e830>
[DEBUG ] [Atlas ] Load </Users/geojeff/Development/kivy/contrib/kivy/kivy/data/../data/images/defaulttheme.atlas>
[DEBUG ] [Atlas ] Need to load 1 images
[DEBUG ] [Atlas ] Load </Users/geojeff/Development/kivy/contrib/kivy/kivy/data/../data/images/defaulttheme-0.png>
[DEBUG ] [ImageImageIO] Load </Users/geojeff/Development/kivy/contrib/kivy/kivy/data/../data/images/defaulttheme-0.png>
[INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
Traceback (most recent call last):
File "main.py", line 13, in <module>
from pyswip import Prolog
File "/Users/geojeff/.virtualenvs/kivy/lib/python2.7/site-packages/pyswip/__init__.py", line 29, in <module>
from pyswip.prolog import Prolog
File "/Users/geojeff/.virtualenvs/kivy/lib/python2.7/site-packages/pyswip/prolog.py", line 29, in <module>
from pyswip.core import *
File "/Users/geojeff/.virtualenvs/kivy/lib/python2.7/site-packages/pyswip/core.py", line 356, in <module>
(_path, SWI_HOME_DIR) = _findSwipl()
File "/Users/geojeff/.virtualenvs/kivy/lib/python2.7/site-packages/pyswip/core.py", line 319, in _findSwipl
raise ImportError('Could not find the SWI-Prolog library in this '
ImportError: Could not find the SWI-Prolog library in this platform. If you are sure it is installed, please open an issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment