> Thanks, it worked, i could run make and make install, now when i try to
> run test.py i get:
> 
> $ python test.py
> Traceback (most recent call last):
>     File "test.py", line 32, in <module>
>         from pokereval import PokerEval
>     File "./pokereval.py", line 29, in <module>
>         _pokereval = __import__('_pokereval_' + sys.version[0] + '_' +
> sys.version[2])
> ImportError: No module named _pokereval_2_6
> 
> Any idea ?
> 

It means it can't find pypokereval library you've just compiled, you should try 
tweaking LD_LIBRARY_PATH to include the directory where pypokereval has been 
installed (depending of ./configure --prefix option).

_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to