Hi, just another question. Thanks for your patience. When running make the following gcc command is executed:
gcc -shared .libs/_pokereval_2_5_la-pypokereval.o -L/usr/local/lib /usr/local/lib/libpoker-eval.dll.a -o .libs/_pokereval_2_5-1.dll-Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/_pokereval_2_5.dll.a Is _pokereval_2_5-1.dll the name of the dll that corresponds to the python module, containing the initialization funciton? Do I have to place this dll in the python path and then do I import the module in a python program in the following way: import _pokereval_2_5-1 or is it import pokereval (thats what I saw in the examples of the pypoker-eval distribution) Thanks. On 7/26/07, bar tomas <[EMAIL PROTECTED]> wrote:
Thanks a lot. I'll try that. On 7/26/07, Loic Dachary <[EMAIL PROTECTED]> wrote: > > "bar tomas" <[EMAIL PROTECTED]> writes: > > > I've got the latest version number (134.0). I installed > > poker-eval-134.0. I didn't install poker-engine though, I assumed > it > > wasn't necessary for poker-eval to work. > > Dam, that would have been too easy ;-) > > > I noticed that with cygwin, /usr/lib is a symbolic link not a > > directory, I haven't a clue whether that can cause a problem. > > I'll try to build it with mingw, maybe it is easier. I'll coment > out > > the lines you say from the file ccpython.m4. Do I need to comment > > these lines out of the configure file also? > > After commenting out the lines from ccptyhon.m4 you must > > autoreconf -fi > > so that the configure.in file is re-interpreted and the > configure file re-generated. Otherwise your changes will have no effect. > > You don't need poker-engine. > > Cheers, > > -- > +33 1 76 60 72 81 Loic Dachary mailto:[EMAIL PROTECTED] > http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED] > Latitude: 48.86962325498033 Longitude: 2.3623046278953552 >
_______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
