Open Side Menu Go to the Top
Register
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013

01-24-2010 , 11:49 PM
Quote:
Originally Posted by Joseph Hewes
To this?
Code:
<game aux=""
Correct

Sorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2010 , 03:38 AM
I was cleaning out and backing up the computer tonight. I noticed a strange thing... I think..

As instructed, I initially , when installing fpdb, created a c:\temptemptemp directory which I understood was somehow used during importing files. It had created two subdirectories on it's own. "Full Tilt" and "Poker Stars". I've never played on Full Tilt since I've used this program and the directory had 232 files, all with a zero (0) bite count.

In the PokerStars directory it has 3845 files, just short of a gig of space... what gives? I did delete all the blank files in the Full Tilt directory, but wanted to check before deleting all the files in the PokerStars directory. Shouldn't they have deleted themselves once they are done importing?

Thx

Dog
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2010 , 04:34 AM
Quote:
Originally Posted by 1meandog4u
I was cleaning out and backing up the computer tonight. I noticed a strange thing... I think..

As instructed, I initially , when installing fpdb, created a c:\temptemptemp directory which I understood was somehow used during importing files. It had created two subdirectories on it's own. "Full Tilt" and "Poker Stars". I've never played on Full Tilt since I've used this program and the directory had 232 files, all with a zero (0) bite count.
I'm guessing you accidentally used the Full Tilt importer for stars files at some point.
Quote:
Originally Posted by 1meandog4u
In the PokerStars directory it has 3845 files, just short of a gig of space... what gives? I did delete all the blank files in the Full Tilt directory, but wanted to check before deleting all the files in the PokerStars directory. Shouldn't they have deleted themselves once they are done importing?

Thx

Dog
You can delete those files. I chose not to delete those intermediate files, as they have some value for debugging the import. (ie. Betfair hh looks like x, the Starslike output doesn't match at this line)

My dev philosophy is that I need to be _really_ careful in choosing to delete thing, to the point where it is safer just to chose not to delete things.

From the 2010xxxx snapshots those files wont(shouldn't...) be created any more. I think they may still be being created with a 0 size at the moment.

Sorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2010 , 04:57 PM
I'm stuck with numpy/ctypes errors again. I've had this before and resolved it, but I can't remember how. All my packages claim to be up to date.

Code:
Traceback (most recent call last):
  File "./fpdb.py", line 106, in <module>
    import GuiBulkImport
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/GuiBulkImport.py", line 33, in <module>
    import fpdb_import
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/fpdb_import.py", line 38, in <module>
    import fpdb_db
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/fpdb_db.py", line 35, in <module>
    from numpy import var
  File "/opt/local/lib/python2.5/site-packages/numpy/__init__.py", line 150, in <module>
    import ctypeslib
  File "/opt/local/lib/python2.5/site-packages/numpy/ctypeslib.py", line 60, in <module>
    import ctypes
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ctypes/__init__.py", line 20, in <module>
    raise Exception, ("Version number mismatch", __version__, _ctypes_version)
Exception: ('Version number mismatch', '1.0.3', '1.0.2')
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2010 , 08:06 PM
All the files in
[User]\.fpdb\HandHistories\Full Tilt Poker
start with "PokerStars Game..."
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2010 , 02:10 AM
I realize there is a lengty post with this but I just want to be sure before downloading a free program... (Too good to be true? )

Does FreePokerDB work? Is it legit?

Is it compatable with SharpStats?
On Full Tilt?
On Pokerstars?


I realize these are repititive questions. I just want to make sure before downloading this program and using it.

Thanks!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2010 , 02:20 AM
Quote:
Originally Posted by SuitedAces125
I realize there is a lengty post with this but I just want to be sure before downloading a free program... (Too good to be true? )
Don't be afraid of the big thread - you are much more likely to attract the attention of those who can help (ie: developers and other users) by posting in the relevant thread rather than making a new "random" thread that will quickly disappear off page 1 of the forum without any replies, etc.

Juk
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2010 , 03:05 AM
Quote:
Originally Posted by SuitedAces125
I realize there is a lengty post with this but I just want to be sure before downloading a free program... (Too good to be true? )

Does FreePokerDB work? Is it legit?
To answer just this question: Yes, a number of us have got it to work and use it daily. It's entirely legitimate; the developers have taken this project on as a labour of love. Obviously they are constantly using it themselves, too.

But my advice would be to consider yourself warned that this is emphatically still in development. There is a lot of good information on the wiki; but nevertheless nobody gets Fpdb to work without a bit of a struggle. The software is still experimental. (On the other hand, I had even more trouble with Pokertracker, which I never could make work.)

If you make an attempt and Fpdb doesn't work, the developers always respond quickly on this thread to requests for help.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2010 , 04:00 AM
Quote:
Originally Posted by uncooper
I'm stuck with numpy/ctypes errors again. I've had this before and resolved it, but I can't remember how. All my packages claim to be up to date.

Code:
Traceback (most recent call last):
  File "./fpdb.py", line 106, in <module>
    import GuiBulkImport
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/GuiBulkImport.py", line 33, in <module>
    import fpdb_import
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/fpdb_import.py", line 38, in <module>
    import fpdb_db
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/fpdb_db.py", line 35, in <module>
    from numpy import var
  File "/opt/local/lib/python2.5/site-packages/numpy/__init__.py", line 150, in <module>
    import ctypeslib
  File "/opt/local/lib/python2.5/site-packages/numpy/ctypeslib.py", line 60, in <module>
    import ctypes
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ctypes/__init__.py", line 20, in <module>
    raise Exception, ("Version number mismatch", __version__, _ctypes_version)
Exception: ('Version number mismatch', '1.0.3', '1.0.2')
Didn't this get resolved by forcing numpy etc to build with a gtk flag?

ctypes is a separate module in python, perhaps an updated version is manually compilable.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2010 , 04:05 AM
Quote:
Originally Posted by Joseph Hewes
All the files in
[User]\.fpdb\HandHistories\Full Tilt Poker
start with "PokerStars Game..."
Thats by design

That directory is an intermediate representation of a hand history, as a link between old and new parsing code.

FYI 0.12-2010* snapshots will no longer write those files.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2010 , 04:20 AM
Quote:
Originally Posted by SuitedAces125
I realize there is a lengty post with this but I just want to be sure before downloading a free program... (Too good to be true? )

Does FreePokerDB work?
As Eleatic Stranger says, it is under heavy development. And few people from the windows world are able to get it up and running without a few false starts.
Quote:
Originally Posted by SuitedAces125
Is it legit?
Yes. It is Free and Open Source Software (FOSS for google), rather than freeware, adware or other virusware.
Quote:
Originally Posted by SuitedAces125
Is it compatable with SharpStats?
No idea. I have no idea what SharpStats is.
Quote:
Originally Posted by SuitedAces125
On Full Tilt?
On Pokerstars?
Stars is probably the best supported site: Full Tilt, Everleaf then Party at the moment. (NOTE: Full Tilt is quite broken in the last snapshot, it wont be long till another release)

Most of the devs play cash rather than tourneys, so cash has more functionality.

NL Holdem and limit holdem are the best supported games, but other games function quite well now (stud, razz, omaha). Mixed games are probably a bit problematic still.

Hope that helps.

Sorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2010 , 07:45 PM
Hey guys,

First, thanks for developing a program that appeals to us that need a HUD! (But maybe too poor or cheap for one )


Could you help me get this up and running? I'm not computer savy at all so all this is a foreign language to me.

I followed all the steps listed on the SourceForge wiki regarding Windows Install. I have Python 2.6.x installed and I think PostgreSQL. But I have no idea how to open FreepokerDB. Its not on my desktop or anything like that. I'm looking on the FPDB installer folder and I can't find anything there either. Any help is appreciated.

Thanks!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2010 , 08:02 PM
Quote:
Originally Posted by uncooper
I'm stuck with numpy/ctypes errors again. I've had this before and resolved it, but I can't remember how. All my packages claim to be up to date.

Code:
Traceback (most recent call last):
  File "./fpdb.py", line 106, in <module>
    import GuiBulkImport
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/GuiBulkImport.py", line 33, in <module>
    import fpdb_import
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/fpdb_import.py", line 38, in <module>
    import fpdb_db
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/fpdb_db.py", line 35, in <module>
    from numpy import var
  File "/opt/local/lib/python2.5/site-packages/numpy/__init__.py", line 150, in <module>
    import ctypeslib
  File "/opt/local/lib/python2.5/site-packages/numpy/ctypeslib.py", line 60, in <module>
    import ctypes
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ctypes/__init__.py", line 20, in <module>
    raise Exception, ("Version number mismatch", __version__, _ctypes_version)
Exception: ('Version number mismatch', '1.0.3', '1.0.2')
I have "fixed" this by commenting out "import ctypeslib" in /System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/numpy/__init__.py.

Onto the next: GUI says "mysql client reports 2002 or 2003 error. Unable to connect - Please check that the MySQL service has been started."

I can connect via mysql shell command:

Code:
sh-3.2# mysql -u fpdb -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.1.37 MySQL Community Server (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> Bye
sh-3.2# mysql -u fpdb -p fpdb
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 7
Server version: 5.1.37 MySQL Community Server (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> show tables;
Empty set (0.00 sec)

mysql>
fpdb-error has the following:

Code:
fpdb starting ...Traceback (most recent call last):
  File "./fpdb.py", line 819, in tab_bulk_import
    new_import_thread = GuiBulkImport.GuiBulkImport(self.settings, self.config, self.sql)
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/GuiBulkImport.py", line 133, in __init__
    self.importer = fpdb_import.Importer(self, self.settings, config, sql)
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/fpdb_import.py", line 95, in __init__
    self.database = Database.Database(self.config, sql = self.sql)
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/Database.py", line 193, in __init__
    self.do_connect(c)
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/Database.py", line 243, in do_connect
    self.fdb.do_connect(c)
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/fpdb_db.py", line 85, in do_connect
    password=db['db-password'])
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/fpdb_db.py", line 109, in connect
    raise FpdbMySQLNoDatabase(ex.args[0], ex.args[1])
Exceptions.FpdbMySQLNoDatabase
Console output verifies that it is reading from the correct config file which has proper mysql login details. Any ideas?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2010 , 08:32 PM
Quote:
Originally Posted by uncooper
I have "fixed" this by commenting out "import ctypeslib" in /System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/numpy/__init__.py.

Onto the next: GUI says "mysql client reports 2002 or 2003 error. Unable to connect - Please check that the MySQL service has been started."

I can connect via mysql shell command:

Code:
sh-3.2# mysql -u fpdb -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.1.37 MySQL Community Server (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> Bye
sh-3.2# mysql -u fpdb -p fpdb
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 7
Server version: 5.1.37 MySQL Community Server (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> show tables;
Empty set (0.00 sec)

mysql>
fpdb-error has the following:

Code:
fpdb starting ...Traceback (most recent call last):
  File "./fpdb.py", line 819, in tab_bulk_import
    new_import_thread = GuiBulkImport.GuiBulkImport(self.settings, self.config, self.sql)
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/GuiBulkImport.py", line 133, in __init__
    self.importer = fpdb_import.Importer(self, self.settings, config, sql)
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/fpdb_import.py", line 95, in __init__
    self.database = Database.Database(self.config, sql = self.sql)
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/Database.py", line 193, in __init__
    self.do_connect(c)
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/Database.py", line 243, in do_connect
    self.fdb.do_connect(c)
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/fpdb_db.py", line 85, in do_connect
    password=db['db-password'])
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/fpdb_db.py", line 109, in connect
    raise FpdbMySQLNoDatabase(ex.args[0], ex.args[1])
Exceptions.FpdbMySQLNoDatabase
Console output verifies that it is reading from the correct config file which has proper mysql login details. Any ideas?
For some reason this wanted db_ip="127.0.0.1" rather than "localhost". Fixed!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2010 , 08:33 PM
Quote:
Originally Posted by SuitedAces125
Could you help me get this up and running? I'm not computer savy at all so all this is a foreign language to me.
I used this old guide; but used newer versions of everything:
fpdb-0.12-20091126

gtk+-bundle_2.16.6
python-2.6.4
mysql-essential-5.1.42-win32
MySQL-python-1.2.2.win32-py2.6
pywin32-214.win32-py2.6
pycairo-1.4.12-2.win32-py2.6
pygobject-2.14.2-2.win32-py2.6
pygtk-2.12.1-3.win32-py2.6
numpy-1.4.0-win32-superpack-python2.6
matplotlib-0.99.1.win32-py2.6
Step 31: "default.conf" = "HUD_config.xml.example"
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2010 , 10:39 PM
Quote:
Originally Posted by SuitedAces125
... I have no idea how to open FreepokerDB. Its not on my desktop or anything like that. I'm looking on the FPDB installer folder ...
It's the file fpdb.py in that folder, and you should be able to run it by double-clicking on it.

But make sure you've carried out the steps that set up the database and have edited HUD_config.xml as explained in the documentation before running Fpdb.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2010 , 11:54 PM
Quote:
Originally Posted by Joseph Hewes
I used this old guide;

...

Step 31: "default.conf" = "HUD_config.xml.example"
Yes - renaming it too HUD_config.xml
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-29-2010 , 11:01 AM
Hello, I installed fpdb under xubuntu 9.10. But the hud doesn´t show, my wine config seems like this mentioned: http://****************/apps/mediawik...27t_displaying

fpdb only seems to start, I just start it with fpdb from desktop pad in shell.
I can´t find any player overview it seems, it does show somewhere I played NL2 on pokerstars. And it does import, I don´t know how to check mysql what was imported. I know there is a program for the web browser where you can ¨browse¨ and admin mysql databases with, but I can´t remember the name.

Last edited by pmania; 01-29-2010 at 11:03 AM. Reason: spell checking
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-29-2010 , 11:05 AM
Ohw wait the programm I mentioned is called phpMyAdmin http://www.phpmyadmin.net , I don know if that is usefull for fpdb ?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-29-2010 , 11:12 AM
Quote:
Originally Posted by pmania
Hello, I installed fpdb under xubuntu 9.10. But the hud doesn´t show, my wine config seems like this mentioned: http://****************/apps/mediawik...27t_displaying

fpdb only seems to start, I just start it with fpdb from desktop pad in shell.
I can´t find any player overview it seems, it does show somewhere I played NL2 on pokerstars. And it does import, I don´t know how to check mysql what was imported. I know there is a program for the web browser where you can ¨browse¨ and admin mysql databases with, but I can´t remember the name.
I'm guessing english isn't your first language - thats ok.

What have you done exactly? What version are you using?

Do the graphs show in the graph viewer? Do player stats appear?

Is it only the HUD that is the problem?

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-29-2010 , 11:51 AM
No, I am dutch. I installed xubuntu from live cd. Downloaded http://****************/projects/fpdb...l.deb/download and http://****************/projects/fpdb...ample/download

Installed the deb under xfce and tried to start it and looked at the log to see what was still missing. I needed to install another package it seemed although I had that package already with only -dbg behind it is called matplotlib. So now I have matplotlib and matplotlib-dbg installed, I am not sure about the dbg part. I put my mysql password in the HUD_config.xml file I think that is the only thing I changed and created the database, which is explained in the wiki. Then fpdb wanted to start, I only got a message that I needed to recreate the database again. Sorry not to recreate the database but only the tables, but I don know what fpdb does behind the screens. I also installed the package python-mysqldb.

I did this all yesterday.

BTW: I just read some more post in this huge thread and found the Install in Ubuntu webpage.

None of the graphs appear or player stats, so it is not only the HUD that is my problem. I also have some other things in the log file yesterday, now I only got:

/usr/lib/python2.6/dist-packages/pytz/__init__.py:32: UserWarning: Module _mysql was already import$
from pkg_resources import resource_stream
fpdb starting ...

Last edited by pmania; 01-29-2010 at 11:56 AM. Reason: Not database but tables in the database
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-29-2010 , 12:12 PM
I downloaded a torrent for the following xubuntu version: xubuntu-9.10-desktop-amd64.iso
I have an intel Q9550 processor, but that should be fine to run the 64 bit version.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-29-2010 , 02:37 PM
I got more again in the log:

cat fpdb-error-log.txt
/usr/lib/python2.6/dist-packages/pytz/__init__.py:32: UserWarning: Module _mysql was already imported from /usr/lib/pymodules/python2.6/_mysql.so, but /usr/lib/pymodules/python2.6 is being added to sys.path
from pkg_resources import resource_stream
fpdb starting ...Traceback (most recent call last):
File "/usr/share/pyshared/fpdb/GuiPlayerStats.py", line 173, in refreshStats
self.fillStatsFrame(self.stats_vbox)
File "/usr/share/pyshared/fpdb/GuiPlayerStats.py", line 211, in fillStatsFrame
self.createStatsTable(vbox, playerids, sitenos, limits, type, seats, groups, dates, games)
File "/usr/share/pyshared/fpdb/GuiPlayerStats.py", line 229, in createStatsTable
,sitenos, limits, type, seats, groups, dates, games)
File "/usr/share/pyshared/fpdb/GuiPlayerStats.py", line 332, in addGrid
self.cursor.execute(tmp)
File "/usr/lib/pymodules/python2.6/MySQLdb/cursors.py", line 166, in execute
self.errorhandler(self, exc, value)
File "/usr/lib/pymodules/python2.6/MySQLdb/connections.py", line 35, in defaulterrorhandler
raise errorclass, errorvalue
_mysql_exceptions.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')\n /*and hp.tourneysPlayersId IS NULL*/\n ' at line 55")
Traceback (most recent call last):
File "/usr/share/pyshared/fpdb/GuiPlayerStats.py", line 173, in refreshStats
self.fillStatsFrame(self.stats_vbox)
File "/usr/share/pyshared/fpdb/GuiPlayerStats.py", line 211, in fillStatsFrame
self.createStatsTable(vbox, playerids, sitenos, limits, type, seats, groups, dates, games)
File "/usr/share/pyshared/fpdb/GuiPlayerStats.py", line 229, in createStatsTable
,sitenos, limits, type, seats, groups, dates, games)
File "/usr/share/pyshared/fpdb/GuiPlayerStats.py", line 332, in addGrid
self.cursor.execute(tmp)
File "/usr/lib/pymodules/python2.6/MySQLdb/cursors.py", line 166, in execute
self.errorhandler(self, exc, value)
File "/usr/lib/pymodules/python2.6/MySQLdb/connections.py", line 35, in defaulterrorhandler
raise errorclass, errorvalue
_mysql_exceptions.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')\n /*and hp.tourneysPlayersId IS NULL*/\n ' at line 55")
Traceback (most recent call last):
File "/usr/share/pyshared/fpdb/GuiSessionViewer.py", line 170, in refreshStats
self.fillStatsFrame(self.stats_vbox)
File "/usr/share/pyshared/fpdb/GuiSessionViewer.py", line 204, in fillStatsFrame
self.createStatsPane(vbox, playerids, sitenos, limits, seats)
File "/usr/share/pyshared/fpdb/GuiSessionViewer.py", line 215, in createStatsPane
self.generateGraph(opens, closes, highs, lows)
File "/usr/share/pyshared/fpdb/GuiSessionViewer.py", line 359, in generateGraph
candlestick2(self.ax, opens, closes, highs, lows, width=0.50, colordown='r', colorup='g', alpha=1.00)
File "/usr/lib/pymodules/python2.6/matplotlib/finance.py", line 457, in candlestick2
miny = min([low for low in lows if low !=-1])
ValueError: min() arg is an empty sequence
/usr/share/pyshared/fpdb/GuiSessionViewer.py:313: GtkWarning: gtk_container_remove: assertion `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)' failed
self.graphBox.remove(self.canvas)
Traceback (most recent call last):
File "/usr/share/pyshared/fpdb/GuiSessionViewer.py", line 170, in refreshStats
self.fillStatsFrame(self.stats_vbox)
File "/usr/share/pyshared/fpdb/GuiSessionViewer.py", line 204, in fillStatsFrame
self.createStatsPane(vbox, playerids, sitenos, limits, seats)
File "/usr/share/pyshared/fpdb/GuiSessionViewer.py", line 215, in createStatsPane
self.generateGraph(opens, closes, highs, lows)
File "/usr/share/pyshared/fpdb/GuiSessionViewer.py", line 359, in generateGraph
candlestick2(self.ax, opens, closes, highs, lows, width=0.50, colordown='r', colorup='g', alpha=1.00)
File "/usr/lib/pymodules/python2.6/matplotlib/finance.py", line 457, in candlestick2
miny = min([low for low in lows if low !=-1])
ValueError: min() arg is an empty sequence
Traceback (most recent call last):
File "/usr/share/pyshared/fpdb/GuiSessionViewer.py", line 170, in refreshStats
self.fillStatsFrame(self.stats_vbox)
File "/usr/share/pyshared/fpdb/GuiSessionViewer.py", line 204, in fillStatsFrame
self.createStatsPane(vbox, playerids, sitenos, limits, seats)
File "/usr/share/pyshared/fpdb/GuiSessionViewer.py", line 215, in createStatsPane
self.generateGraph(opens, closes, highs, lows)
File "/usr/share/pyshared/fpdb/GuiSessionViewer.py", line 359, in generateGraph
candlestick2(self.ax, opens, closes, highs, lows, width=0.50, colordown='r', colorup='g', alpha=1.00)
File "/usr/lib/pymodules/python2.6/matplotlib/finance.py", line 457, in candlestick2
miny = min([low for low in lows if low !=-1])
ValueError: min() arg is an empty sequence
Traceback (most recent call last):
File "/usr/share/pyshared/fpdb/GuiSessionViewer.py", line 170, in refreshStats
self.fillStatsFrame(self.stats_vbox)
File "/usr/share/pyshared/fpdb/GuiSessionViewer.py", line 204, in fillStatsFrame
self.createStatsPane(vbox, playerids, sitenos, limits, seats)
File "/usr/share/pyshared/fpdb/GuiSessionViewer.py", line 215, in createStatsPane
self.generateGraph(opens, closes, highs, lows)
File "/usr/share/pyshared/fpdb/GuiSessionViewer.py", line 359, in generateGraph
candlestick2(self.ax, opens, closes, highs, lows, width=0.50, colordown='r', colorup='g', alpha=1.00)
File "/usr/lib/pymodules/python2.6/matplotlib/finance.py", line 457, in candlestick2
miny = min([low for low in lows if low !=-1])
ValueError: min() arg is an empty sequence
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-30-2010 , 09:56 PM
I have one HH file that is giving the following error on import:

Code:
Traceback (most recent call last):
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/GuiBulkImport.py", line 95, in load_clicked
    (stored, dups, partial, errs, ttime) = self.importer.runImport()
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/fpdb_import.py", line 226, in runImport
    (totstored, totdups, totpartial, toterrors) = self.importFiles(self.database, None)
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/fpdb_import.py", line 281, in importFiles
    (stored, duplicates, partial, errors, ttime) = self.import_file_dict(db, file ,self.filelist[file][0], self.filelist[file][1], q)
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/fpdb_import.py", line 434, in import_file_dict
    hhc = obj(in_path = file, out_path = out_path, index = idx, starsArchive = self.settings['starsArchive'])
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/HandHistoryConverter.py", line 115, in __init__
    self.start()
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/HandHistoryConverter.py", line 164, in start
    self.processedHands.append(self.processHand(handText))
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/HandHistoryConverter.py", line 290, in processHand
    hand = Hand.DrawHand(self, self.sitename, gametype, handText)
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/Hand.py", line 933, in __init__
    self.maxseats = hhc.guessMaxSeats(self)
  File "/Users/jc/fpdb-0.12-20100122/pyfpdb/HandHistoryConverter.py", line 461, in guessMaxSeats
    if maxseats > 1 and maxseats < 11:
NameError: global name 'maxseats' is not defined
One thing I noticed is that the table was called 'T #255845280', which is kinda weird.

Would this string cause maxseats errors perhaps?

Code:
 Table 'T #255845280' 6-max Seat #2 is the button
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-31-2010 , 04:43 AM
OK I'm no computer guy or anything, but I'm having huge issues trying to figure out how to install this software. I get to the zip screen and can't find the installer.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m