Ok thanks. I think I'm almost there.
I have installed nose and paste libraries. Installed the web.py server its running. Installed poker-eval-138 using make, make install. However, I run this command: python pokerevalwebservice.py http://0.0.0.0:8080/ And I get the error: File "pokerevalwebservice.py", line 20, in <module> from pokereval import PokerEval ImportError: No module named pokereval What do you think is the problem? On Tue, Nov 30, 2010 at 9:37 PM, Johan Euphrosine <[email protected]>wrote: > > The install file that Johan updated says to install the dependencies: > > > poker-eval > > > pypoker-eval > > > web.py > > > nose > > > Paste > > > > Where can i get these files? And what are they? Javascript files python > > script? > > > > How can I install them? > > > > For poker-eval and pypoker-eval are the hand evaluation library and python > bindings, AFAIK recent version are not packaged for MacOSX. > > You can install them from sources: > http://download.gna.org/pokersource/sources/ > > Download latest tarball and: > ./configure > make > make install > > nose and Paste are python package, only needed for running the test suite > and web.py is the web framework needed for running the webservice. > > You can install them from http://pypi.python.org/pypi using: > pip install name_of_package > > -- Emre Kenci
_______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
