On Sun, Jan 9, 2011 at 8:04 AM, Johan Euphrosine <[email protected]> wrote:
>> 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).

Hate to hijack, but one of our devs put together a pypoker-eval binary
package for our windows developers. This might be useful to you.

Message to our mailing list with the details:

http://sourceforge.net/mailarchive/message.php?msg_id=26740990

Our source tree carries the details of how it was created.

Carl G

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

Reply via email to