I'm running (or trying to run) freepokerdb on fedora core 6 with mysql installed and running, with fpdb database created. However, when I run the code, I get a "fatal" error message saying that SQL interface library is missing (the freepokerdb window does open, with this error message, but nothing is written to fpdb-error-log.txt). It seems to claim that one shouldn't worry about this, but I don't know how to do anything with freepokerdb if the proper window won't open. Following the instructions for HUD tells me to start HUD from fpdb import menu, but how am I supposed to do that if I can't see the menu?
Could the problem be that the version of python I'm running is 2.4.4? The code appears to run just fine, after I edited the syntax of if-statements in the code (apparently the syntax has changed in 2.4 -> 2.5?)
Any help is appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm running (or trying to run) freepokerdb on fedora core 6 with mysql installed and running, with fpdb database created. However, when I run the code, I get a "fatal" error message saying that SQL interface library is missing (the freepokerdb window does open, with this error message, but nothing is written to fpdb-error-log.txt). It seems to claim that one shouldn't worry about this, but I don't know how to do anything with freepokerdb if the proper window won't open. Following the instructions for HUD tells me to start HUD from fpdb import menu, but how am I supposed to do that if I can't see the menu?
Could the problem be that the version of python I'm running is 2.4.4? The code appears to run just fine, after I edited the syntax of if-statements in the code (apparently the syntax has changed in 2.4 -> 2.5?)
Any help is appreciated.