puba

Results 18 comments of puba

Somehow fix this, bit now I got this Traceback (most recent call last): File "main.py", line 5159, in ChessProgram_app().run() File "/Applications/Kivy.app/Contents/Resources/kivy/kivy/app.py", line 798, in run root = self.build() File "main.py",...

it is already there, with custom_books.txt file in there

No go. Looks like watson.db file is causing trouble....???

pull it and now this: Traceback (most recent call last): File "main.py", line 5159, in ChessProgram_app().run() File "/Applications/Kivy.app/Contents/Resources/kivy/kivy/app.py", line 798, in run root = self.build() File "main.py", line 3052, in...

pulling....still no luck Traceback (most recent call last): File "main.py", line 5159, in ChessProgram_app().run() File "/Applications/Kivy.app/Contents/Resources/kivy/kivy/app.py", line 798, in run root = self.build() File "main.py", line 3053, in build self.ref_db_index_book...

try to make polyglot leveldb index with errors: $ sudo make install g++ -std=c++11 -pipe -fno-rtti -O2 -fomit-frame-pointer -c -o book_make.o book_make.cpp In file included from book_make.cpp:19: ./book_make.h:11:10: fatal error:...

Run command is kivy main.py. Should I run chesspython/bin/python main.py? In latter case I get import error, no module named kivy.

when running install got this error at the end: In file included from book_make.cpp:19: ./book_make.h:11:10: fatal error: 'leveldb/slice.h' file not found #include "leveldb/slice.h" ^ 1 error generated. make: **\* [book_make.o]...

I don't get it, the same kivi import error if I create virtual environment or global one...where the install script put the kivi module?

Here is my python path: > > > import sys > > > print sys.path > > > ['', '/Library/Python/2.7/site-packages/virtualenv-1.11.6-py2.7.egg', '/Library/Python/2.7/site-packages/pip-7.1.0-py2.7.egg', '/Library/Python/2.7/site-packages/spur-0.3.14-py2.7.egg', '/Library/Python/2.7/site-packages/paramiko-1.15.2-py2.7.egg', '/Library/Python/2.7/site-packages/ecdsa-0.13-py2.7.egg', '/Library/Python/2.7/site-packages/pycrypto-2.6.1-py2.7-macosx-10.9-intel.egg', '/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin', '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac', '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',...