|
|
| Free Software Discussion of Free / Freeware / Donationware / Open Source poker software and Free Graphics mods |
10-02-2009, 06:26 AM
|
#1936
|
|
old hand
Join Date: Aug 2006
Posts: 1,290
|
Re: Free/open source poker tracking software: FPDB - (v 0.11.2-bug fixes) - 03-JUL-2009
phenix: it's called "HUD_config.xml" (not _xml) and it's stored in \Documents And Settings\YourUserName\Application Data\FPDB or in the folder where FPDB.PY is started.
I didn't really put much work into getting it to work in Vista, but the same problems that people had in Vista were also present for people using it in XP that do not run as administrator. I had a computer that ran vista, for a minute or so.. and my gf's mom has a laptop that runs vista.. other than that, I've not even seen Vista for more than a few minutes.
We do really want to check out 7 for our EEE pc though .. sigh.
|
|
|
10-02-2009, 02:58 PM
|
#1937
|
|
enthusiast
Join Date: Oct 2009
Posts: 74
|
Re: Free/open source poker tracking software: FPDB - (v 0.11.2-bug fixes) - 03-JUL-2009
Quote:
Originally Posted by ekdikeo
phenix: it's called "HUD_config.xml" (not _xml) and it's stored in \Documents And Settings\YourUserName\Application Data\FPDB or in the folder where FPDB.PY is started.
|
Yep, it was a silly mistake. I downloaded the zip 3x yesterday and forgot to convert the file on the 3rd download. I am having new issues today. I had it running last night but now it is failing.
Why is the HuD not working though?
Traceback (most recent call last):
File "HUD_main.py", line 51, in <module>
import Tables
File "\fpdb_0.11.3\pyfpdb\Tables.py", line 34, in <module>
import win32gui
ImportError: No module named win32gui
|
|
|
10-06-2009, 02:39 AM
|
#1938
|
|
old hand
Join Date: Apr 2007
Location: Ontario, CA (California not Canada)
Posts: 1,310
|
Re: Free/open source poker tracking software: FPDB - (v 0.11.2-bug fixes) - 03-JUL-2009
One feature that is currently marked "todo" would sure help the Player stats screen/database. The ability to selectively delete a catagory. I occasionally use micro games to test this and other programs. I end up with a lot of odds and ends lines. I know, don't turn on the autodownload. I always forget it's on... sigh. Then to clean it up I have to recreate the whole database and go to backups of HH's and rebuild everything.
I also like to break my HH's into two-month segments figuring anything much older than that is somewhat a waste. Sure would be nice to have it, even if it had different abilities to delete specific HH's.
Thanks for the consideration..
Dog
|
|
|
10-06-2009, 03:39 AM
|
#1939
|
|
old hand
Join Date: Apr 2008
Location: Perth, Western Australia
Posts: 1,507
|
Re: Free/open source poker tracking software: FPDB - (v 0.11.2-bug fixes) - 03-JUL-2009
Quote:
Originally Posted by 1meandog4u
One feature that is currently marked "todo" would sure help the Player stats screen/database. The ability to selectively delete a catagory. I occasionally use micro games to test this and other programs. I end up with a lot of odds and ends lines. I know, don't turn on the autodownload. I always forget it's on... sigh. Then to clean it up I have to recreate the whole database and go to backups of HH's and rebuild everything.
I also like to break my HH's into two-month segments figuring anything much older than that is somewhat a waste. Sure would be nice to have it, even if it had different abilities to delete specific HH's.
Thanks for the consideration..
Dog
|
You can't delete in the dev version, but i'm pretty sure that you can filter the view using both date and limit.
|
|
|
10-07-2009, 02:17 PM
|
#1940
|
|
enthusiast
Join Date: Dec 2008
Posts: 82
|
Re: Free/open source poker tracking software: FPDB - (v 0.11.2-bug fixes) - 03-JUL-2009
Hey i am seeming to have a tough time installing and than running the program was wondering if someone can help me. I read all the how to's but still seem to not be able to run the program please help me. Also mu OS is windows xp
|
|
|
10-07-2009, 11:17 PM
|
#1941
|
|
stranger
Join Date: Sep 2009
Posts: 2
|
Re: Free/open source poker tracking software: FPDB - (v 0.11.2-bug fixes) - 03-JUL-2009
I'm working on saving hand histories from openholdem into an fpdb postgre database. Currently, I have a c++ dll which logs most actions to a text file. I'm wondering what is the best way to insert the info into the database? Should I just write my own sql insert statements or is there a better way?
|
|
|
10-08-2009, 12:13 AM
|
#1942
|
|
old hand
Join Date: Apr 2008
Location: Perth, Western Australia
Posts: 1,507
|
Re: Free/open source poker tracking software: FPDB - (v 0.11.2-bug fixes) - 03-JUL-2009
Quote:
Originally Posted by aesopdurasic
Hey i am seeming to have a tough time installing and than running the program was wondering if someone can help me. I read all the how to's but still seem to not be able to run the program please help me. Also mu OS is windows xp
|
We can try, but i've not idea where you are failing at the moment - more info please, logs, command line output, written description of what you are doing... anything more descriptive than "tough time installing"
Quote:
Originally Posted by franky_t
I'm working on saving hand histories from openholdem into an fpdb postgre database. Currently, I have a c++ dll which logs most actions to a text file. I'm wondering what is the best way to insert the info into the database? Should I just write my own sql insert statements or is there a better way?
|
If you make the text file you are logging to the same format as stars, or write a converter (HandHistoryConverter) for your log file auto-import will just pick it up and insert.
Sorrow.
|
|
|
10-08-2009, 01:55 AM
|
#1943
|
|
stranger
Join Date: Sep 2009
Posts: 2
|
Re: Free/open source poker tracking software: FPDB - (v 0.11.2-bug fixes) - 03-JUL-2009
Thanks Sorrow. I think that I'll try to match the stars format and auto-import since that's already supported. Do you happen to know if there is any info on the stars hand history format anywhere? I've found some examples on the web but would feel better about working with a standard I know that fpdb will understand.
|
|
|
10-08-2009, 02:04 AM
|
#1944
|
|
old hand
Join Date: Apr 2008
Location: Perth, Western Australia
Posts: 1,507
|
Re: Free/open source poker tracking software: FPDB - (v 0.11.2-bug fixes) - 03-JUL-2009
Quote:
Originally Posted by franky_t
Thanks Sorrow. I think that I'll try to match the stars format and auto-import since that's already supported. Do you happen to know if there is any info on the stars hand history format anywhere? I've found some examples on the web but would feel better about working with a standard I know that fpdb will understand.
|
There isn't a standard. But, fpdb doesn't actually interpret Stars format directly, it interprets a Starslike format, close enough is good enough.
I suggested using HHC has that file converts several hh formats into the Starslike format that fpdb uses to insert.
|
|
|
10-08-2009, 02:11 AM
|
#1945
|
|
old hand
Join Date: Apr 2007
Location: Ontario, CA (California not Canada)
Posts: 1,310
|
Re: Free/open source poker tracking software: FPDB - (v 0.11.2-bug fixes) - 03-JUL-2009
Could you add a feature that tells me I'm going to get rivered BEFORE it actually happens?
|
|
|
10-09-2009, 05:41 AM
|
#1946
|
|
enthusiast
Join Date: Dec 2008
Posts: 82
|
Re: Free/open source poker tracking software: FPDB - (v 0.11.2-bug fixes) - 03-JUL-2009
ok when i am trying to start it this the error i get
C:\Python26\lib\site-packages\MySQLdb\__init__.py:34: DeprecationWarning: the sets module is deprecated
from sets import ImmutableSet
No HUD_config.xml found, using HUD_config.xml.example.
A HUD_config.xml will be written. You will probably have to edit it.Traceback (most recent call last):
File "C:\Documents and Settings\Roxana\Desktop\fpdb_0.11.3\pyfpdb\fpdb.py ", line 465, in <module>
me = fpdb()
File "C:\Documents and Settings\Roxana\Desktop\fpdb_0.11.3\pyfpdb\fpdb.py ", line 377, in __init__
self.load_profile()
File "C:\Documents and Settings\Roxana\Desktop\fpdb_0.11.3\pyfpdb\fpdb.py ", line 269, in load_profile
self.settings['db-password'])
File "C:\Documents and Settings\Roxana\Desktop\fpdb_0.11.3\pyfpdb\fpdb_db .py", line 62, in connect
self.db=MySQLdb.connect(host = host, user = user, passwd = password, db = database, use_unicode=True)
File "C:\Python26\lib\site-packages\MySQLdb\__init__.py", line 74, in Connect
return Connection(*args, **kwargs)
File "C:\Python26\lib\site-packages\MySQLdb\connections.py", line 170, in __init__
super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (1045, "Access denied for user 'fpdb'@'localhost' (using password: YES)")
please help me
|
|
|
10-09-2009, 12:32 PM
|
#1947
|
|
adept
Join Date: Nov 2008
Location: Anticipating a raise
Posts: 1,159
|
Re: Free/open source poker tracking software: FPDB - (v 0.11.2-bug fixes) - 03-JUL-2009
Quote:
Originally Posted by aesopdurasic
ok when i am trying to start it this the error i get
.....
|
This is a stab in the dark, but something I ran into when I set it up for the first time.
If you've already updated the HUD_config.xml with your database username and password then the issue may be that the "fpdb" catalog doesn't exist on your MySQL server.
If you create an empty catalog named "fpdb" then when you run the application the first time it'll notify you and there's a menu option to create the tables/view/etc that FPDB needs.
If you're unaware of how to add a catalog you may want to check out the MySQL GUI administration tools:
http://dev.mysql.com/downloads/gui-tools/5.0.html
|
|
|
10-09-2009, 05:13 PM
|
#1948
|
|
newbie
Join Date: Aug 2009
Posts: 15
|
Re: Free/open source poker tracking software: FPDB - (v 0.11.2-bug fixes) - 03-JUL-2009
Just thought I'd give an update:
I'm running Vista Home Premium (64-bit) and finally got graphing to work after updating everything except python (2.5) to the latest versions. The only issue I'm having now is an issue someone mentioned back in March I believe. When I run a graph more than once without closing fpdb it will create a duplicate graph underneath itself. The data that shows up is in each graph is the same as the second request run. All successive graphs result in an additional graph under the last. I've tried clearing the dates, etc. The only way I've found to get back to one graph is by closing the fpdb entirely and re-opening it. I know this is something that at least one of the developers could not duplicate (no pun intended). Has anyone ever found a solution to this problem.
Thanks to all working on this project. I absolutely love the program and am really looking forward to its continued growth.
|
|
|
10-09-2009, 07:14 PM
|
#1949
|
|
old hand
Join Date: Jul 2008
Posts: 1,516
|
Re: Free/open source poker tracking software: FPDB - (v 0.11.2-bug fixes) - 03-JUL-2009
I've just downloaded sql's git (first attempted update in a long time  ) and I'm getting "no player ids found" on almost every action, whereas I don't get such messages from the working version I have (from April). I guess this is something trivial. Any "5 seconds or less of thought" clues?
|
|
|
10-10-2009, 01:04 AM
|
#1950
|
|
old hand
Join Date: Apr 2008
Location: Perth, Western Australia
Posts: 1,507
|
Re: Free/open source poker tracking software: FPDB - (v 0.11.2-bug fixes) - 03-JUL-2009
Quote:
Originally Posted by aesopdurasic
No HUD_config.xml found, using HUD_config.xml.example.
A HUD_config.xml will be written. You will probably have to edit it
_mysql_exceptions.OperationalError: (1045, "Access denied for user 'fpdb'@'localhost' (using password: YES)")
|
Looks like you haven't edited the config file to add the fpdb database password.
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 11:57 PM.
|