Rommel G Custodio writes:
 > You'll know you've hit this bug if you constantly get
 > "_mysql_exceptions.InterfaceError: (0, '')". My
 > solution was to download the mysql-python source and
 > recompile.

        Do you reckon this is a python-mysql issue ?

 > 2) After this issue I was able to somewhat execute
 > pokerserver using the run-pokerserver script but
 > viewing the logs I discovered it was not properly
 > running! There was an xpath error.
 > 
 > I think this occurs only when you do a non-standard
 > install ie have a different installation prefix. Find
 > the following files inside poker-network:
 > 
 > in pokerclient2d
 > poker2d-test.xml
 >        
 > in examples
 > poker.bot.xml
 > poker.server.xml
 > 
 > and edit the path (its near the end of the files) to
 > match your installation prefix.
 > 
 > After the edit, pokerserver should run properly.

        Indeed, this test environment requires some skill. I've spent
quite some time to make sure ./configure --prefix=FOO ; make ; make
install runs out of the box even if FOO is a non-standard place. But
I've not spent the same amount of time to make sure the internal tests
run smoothly.

 > 3) Setting up the web side was as easy as editing the
 > config files, but then I can not connect to the local
 > site. Lo and behold apache is starting up and
 > listening on the IPv6 interface! Oh why!?

        :-) IPv6 is compatible with IPv4 but it's possible that you've
not loaded the proper kernel module to make that happen.

 > Had to manually put "Listen 0.0.0.0:80" in my
 > httpd.conf as noted in some posts on the web.
 > 
 > 4) The last and final issue is the pokerclient2d
 > itself. This has got me stumped bad but since I don't
 > know how to use pygame I can't do anything about it.
 > It's up and running, and connection to my local poker
 > server is ok, I can already see the table, but as soon
 > as I login or try to create a new login accout it
 > crashes with a SIGSEGV.

        Wow. Could you post the exact line you're using + 
the full output ?

 > If I cancel I can access access the "tables UI"
 > (Holdem, Omaha, etc). Click on the Holdem, Omaha,
 > Omaha H/L, Stud, Sit & Go, Regular and then on Holdem
 > crashes.
 > 
 > I'm using the latest pygame built from source.

        I think it's not related to pygame but to python-gtk2 You need
gtk2 + glade2 + pixbuf engine. My guess is that you need to install
them.

 > So close yet so far...

        You're not that far :-)

        Cheers,

-- 
+33 1 76 60 72 81  Loic Dachary mailto:[EMAIL PROTECTED]
http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED]

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

Reply via email to