Ok you were right pypoker-eval was installed to somewhere else than my pythonpath. I reinstalled it make install DESTDIR=<pythonpath> and it worked :)) This thing is blazingly fast.
Thanks a bunch Johan. On Wed, Dec 1, 2010 at 12:10 AM, Johan Euphrosine <[email protected]>wrote: > On Tue, Nov 30, 2010 at 10:52 PM, Emre Kenci <[email protected]> wrote: > > Ok I installed pypoker-eval-138.0. > > > > It gave me an error pkg-config was missing or too old. I installed the > new > > version of that and installed pypoker again. > > > > This time it worked. But when I when try pokerevalwebservice.py it still > > gives the same error. > > It meas pypoker-eval files are not installed in python modules path. > > Check where make install output to see where pypoker-eval files are > installed. > > And then check that this path in the module search path (see > PYTHONPATH, > http://docs.python.org/tutorial/modules.html#the-module-search-path) > > Hope that helps. > -- Emre Kenci
_______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
