it seemed to have compiled fine and installed in the right lib directory
however, when i run it 
 
 python test.py
Traceback (most recent call last):
  File "test.py", line 31, in ?
    from pokereval import PokerEval
  File "./pokereval.py", line 28, in ?
    _pokereval = __import__('_pokereval_' + sys.version[0] + '_' + 
sys.version[2])
ImportError: No module named _pokereval_2_4

so i went to check the module with pydoc:
 
pydoc module libpoker-eval
no Python documentation found for 'module'
problem in libpoker-eval - ImportError: dynamic module does not define init 
function (initlibpoker-eval)
 
python is loading the module but can not import it (so it doesnt seem to be a 
path issue)
 
running python 2.4 on CentOS 5



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

Reply via email to