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. _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
