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

09-21-2008 , 08:00 AM
Quote:
Originally Posted by Eratosthenes
could you open fpdb from the command line and post the error message?

thanks
Code:
C:\Documents and Settings\Andy\My Documents\fpdb\alpha4\pyfpdb>fpdb.py
todo: implement obtain_global_lock
Opened and read profile file C:\Documents and Settings\Andy\Application Data\fpd
b\default.conf
Traceback (most recent call last):
  File "C:\Documents and Settings\Andy\My Documents\fpdb\alpha4\pyfpdb\fpdb.py",
 line 492, in <module>
    me = fpdb()
  File "C:\Documents and Settings\Andy\My Documents\fpdb\alpha4\pyfpdb\fpdb.py",
 line 405, in __init__
    self.load_default_profile()
  File "C:\Documents and Settings\Andy\My Documents\fpdb\alpha4\pyfpdb\fpdb.py",
 line 246, in load_default_profile
    self.load_profile(defaultpath)
  File "C:\Documents and Settings\Andy\My Documents\fpdb\alpha4\pyfpdb\fpdb.py",
 line 324, in load_profile
    self.db.connect(self.settings['db-backend'], self.settings['db-host'], self.
settings['db-databaseName'], self.settings['db-user'], self.settings['db-passwor
d'])
  File "C:\Documents and Settings\Andy\My Documents\fpdb\alpha4\pyfpdb\fpdb_db.p
y", line 40, in connect
    self.db=MySQLdb.connect(host = host, user = user, passwd = password, db = da
tabase)
  File "C:\Python25\lib\site-packages\MySQLdb\__init__.py", line 74, in Connect
    return Connection(*args, **kwargs)
  File "C:\Python25\lib\site-packages\MySQLdb\connections.py", line 170, in __in
it__
    super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (2003, "Can't connect to MySQL server on 'lo
calhost' (10061)")

C:\Documents and Settings\Andy\My Documents\fpdb\alpha4\pyfpdb>
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-21-2008 , 10:06 AM
Quote:
Originally Posted by YoureToast

_mysql_exceptions.OperationalError: (2003, "Can't connect to MySQL server on 'lo
calhost' (10061)")
I get the error number 2003 when I start fpdb when mysql is not running. Start mysql on windows by going to control panel, opening Administrative Tools, then Services. Right click on myslq and select start.

mysql is started by default on my windows box. I installed mysql using One's installer, so I suspect that other people that used the installer will also have it running by default.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-21-2008 , 10:08 AM
Quote:
Originally Posted by _dave_
I always have the "invalid" popup, but it works OK after I click thru it.

You need manually create the tables for postgresql. There is a file "schema.postgres.sql" IIRC somewhere in the fpdb folders - find it.

Open pgAdmin, right click and create a new database. I just set the owner to postgres, left everything else default. I named it "fpdb"

then right click on the (empty) fpdb database, hit the SQL Query tool icon (like a pencil & pad, with "SQL" written - open the schema file and execute it.


Done with pgadmin, I edited the fpdb.conf so the dbformat(?) to 3 rather than 2, username postgres, dbname fpdb, and it seems to be working... early days yet tho, and I haven't been near the hud yet...
Thanks, I will try this!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-21-2008 , 10:18 AM
The common MySQL error numbers are:

1044 - unknown database specified
check db-databaseName in default.conf
check db-name in HUD_config.xml
1045 - wrong username or wrong password
check db-user and db-password in default.conf
check db_user and db_pass in HUD_config.xml
2002 - mysql not running
2003 - mysql not running
Start mysql on windows by going to control panel, opening Administrative Tools, then Services. Right click on myslq and select start.
There is probably some difference between 2002 and 2003 that I don't see. I suspect that we'll stumble on to that soon.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-21-2008 , 11:02 AM
So I think I have the DB thing fixed. I have been trying to use the bulk import with a few hands, but I don't know if it is actually working. Additionally, none of the viewers seem to work at all (I believe the several I tried came up with an unimplemented in the command window).
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-21-2008 , 11:16 AM
Quote:
Originally Posted by fnord_too
So I think I have the DB thing fixed. I have been trying to use the bulk import with a few hands, but I don't know if it is actually working. Additionally, none of the viewers seem to work at all (I believe the several I tried came up with an unimplemented in the command window).

If you are importing correctly you should get messages in the terminal window that look like this:

Code:
Opened file /home/xxxx/.wine/drive_c/Program Files/PokerStars/HandHistory/xxxxx/HH20080920 Alfven - $1-$2 Ante $0.10 - Limit Razz.txt and connected to MySQL on localhost
Total stored: 15 duplicates: 0 partial: 0 errors: 0
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-21-2008 , 12:45 PM
Some things that I should clear up:
1. A Windows installation doesn't necessarily need to have a user specific path variable. Thus it is possible that GTK and Python will be the only paths in your path variable after installation of the fpdb environment.
2. The following happens during path variable update:
A. The installer copies the current path variable into a new registry key named "PathBackup". You can see "PathBackup" in the Environment variables after installation.
B. The installer reads the environment variable "path" and overwrites it with itself AND the paths of GTK and Python.
It is very improbable that the installer deletes the content of the user variable and only inserts the paths of GKT and Python.
3. The purpose of the semicolon ( in the path variable is to separate the different paths. It is NOT a problem if 2 or more semicolons appear one after each other. But if a semicolon is missing between two paths and these paths become useless (the melt into one nonexisting path. Because of this the appending of GTK and Python to the path starts with a semicolon - to ensure that the path of GTK is separated from the last path of the old path variable.
4. The fpdb password in the default.conf file does not need to be changed after installation. The installer writes the default.conf file and uses the fpdb poker database password which the user provides at the beginning of the installation.

@ all people who expierience problems with fpdb and/or the installer
It would be very nice of you to use the fpdb sourceforge support forums located here:
https://****************/forum/?group_id=226872
You need to register a sourceforge account to post in the forum. This is free and takes only a few minutes.
In this forum we can have seperate threads for different people with different problems. This way problems can be solved faster and easier.

@ all people whose fpdb seems to not be able to connect to mysql
1. Click Start -> Run. Type cmd.exe and hit enter. (the command line window appears)
2. Type the following and hit ENTER: cd "%programfiles%\MySQL\MySQL Server 5.0\bin\mysql.exe" --user=fpdb --password=<yourpassword>
(Exchange <yourpassword> with the fpdb poker database password you have chosen at the beginning of the environment installation.)
3. Please post what the command line said after you typed in the line and pressed ENTER

Last edited by One; 09-21-2008 at 01:05 PM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-21-2008 , 08:56 PM
Quote:
Originally Posted by fnord_too
Correct me if I am wrong, but I should not see the "An invalid DB version..." info box after I created or recreated the tables, correct?
You're right, that shouldn't come up. However, fpdb only does an ubersimple check - I'm too tired now to check the pgsql creation code but I suspect it's simply that the field where it stores the table design version isn't created in pgsql. This doesn't matter, if the import works than the tables are fine. I'll look into it in the next couple of days, hopefully we'll have it fixed in alpha5, scheduled for 25sep-2oct, but no promises
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-21-2008 , 09:02 PM
Quote:
Originally Posted by Eratosthenes
I get the error number 2003 when I start fpdb when mysql is not running. Start mysql on windows by going to control panel, opening Administrative Tools, then Services. Right click on myslq and select start.

mysql is started by default on my windows box. I installed mysql using One's installer, so I suspect that other people that used the installer will also have it running by default.
There seem to be severe issues with Windows' ability to autostart SQL servers, you have no idea how often I've seen this problem with other software (even >1000€ specialist software...) by now too. Please check as described by ero, if mysql was not started also change it's starting method to autostart or automatic (not sure what the exact names are that MS uses, but sth along these lines).
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-21-2008 , 09:13 PM
Quote:
Originally Posted by fnord_too
So I think I have the DB thing fixed. I have been trying to use the bulk import with a few hands, but I don't know if it is actually working. Additionally, none of the viewers seem to work at all (I believe the several I tried came up with an unimplemented in the command window).
Check the output in the command prompt that opens with fpdb, it prints at least one line per imported file stating the total hands stored, duplicates, errors and partials. If that is there (and stored is >0) it worked.
As for the viewers:
Tableviewer works, but only with MySQL. The thing is that that was only intended as a stopgap measure until I write a HUD - then ero joined with his HUD So it's kind of obselete now, and I'm reluctant to spend any time on it since it's just a less flexible and less useful replacement for the HUD. It can also only display a much smaller amount of different stats than the HUD.

As of git90 we now have a profit graph as well, that'll be in alpha5 too.
And finally the most important one is the HUD, which should work, but on PS only. If that's not working for you please check the command prompt for an error message, there should be one. Did you rename and edit HUD_config.xml.example? The exact details of this have been posted a couple of times in this thread pls have a look further down or PM me.

The other viewers are marked "todo" because doing these has not even been started yet.

And cheers for the feedback and help everyone
By now more than half a dozen people contributed code or webparts, and the feedback is also very valuable but I won't waste my time counting it

Sorry so many people are having problems but that's what alphas are for - finding and solving these problems

Finally someone asked about the database name and user name - if you used the installer then both of these are fpdb. If you set it up manually it is whatever you picked, the default (what is written on the instructions as well) is also fpdb.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-21-2008 , 10:13 PM
OK, so I think it is importing OK. I now see the Todo's next to the other viewers.

So to use the HUD I have to turn on auto import and hud, and play at a stars table? Does this tool move the files after auto import? I am currently saving all my histories in multiple databases (well, 2 for HE, and when I start playing with this more 3 for holdem and 2 for omaha and stud).
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-21-2008 , 10:29 PM
Quote:
Originally Posted by steffen123
There seem to be severe issues with Windows' ability to autostart SQL servers, you have no idea how often I've seen this problem with other software (even >1000€ specialist software...) by now too. Please check as described by ero, if mysql was not started also change it's starting method to autostart or automatic (not sure what the exact names are that MS uses, but sth along these lines).
I checked it and it was started. I restarted too and it still doesn't work.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-21-2008 , 10:38 PM
Quote:
Originally Posted by fnord_too
So to use the HUD I have to turn on auto import and hud, and play at a stars table? Does this tool move the files after auto import? I am currently saving all my histories in multiple databases (well, 2 for HE, and when I start playing with this more 3 for holdem and 2 for omaha and stud).
HUD How To

You are correct, the HUD doesn't do anything until a hand is imported in to the db by the autoimporter.

Neither importer (auto or bulk) moves any files.

Right now fpdb will only work with 1 database at a time. If you wanted to set up different databases for different games using fpdb you need to set up different default.conf files and swap them around as needed. Give each database a different name, e. g., fpdb-he, fpdb-o8, etc. Put a <database> element in HUD_config.xml for each db. fpdb will tell the HUD which db to use, you don't need to swap HUD_config.xml files to change dbs. (oh, yeah, you will also need to set up the empty dbs and create the tables--see the mysql instructions bit.)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-22-2008 , 08:43 AM
When bulk importing, it seems if it hits one of those FT summaries, it just dies. I get a bunch of errors, and it croaks on me. If I manually select a normal file in the the directory, it imports it fine.

Here is what a file looks like for a sit and go:
Code:
Full Tilt Poker Tournament Summary Tier One 1,800 FTP Sit & Go (62170303) Hold'em (Turbo) No Limit
Buy-In: 0 FTP + 0 FTP
Buy-In Chips: 1500
9 Entries
Total Prize Pool: $78
Top 3 finishers receive $26 Satellite Token
Tournament started: 2008/09/21 22:01:43 ET
Tournament finished: 2008/09/21 22:32:16 ET

1: fnord$26 Satellite Token
1: wirebender$26 Satellite Token
1: LaffitPincay$26 Satellite Token
4: RICHMAN13
5: facefirat
6: Meads33
7: BOOBOOMM
8: Coopdoggy22
9: necromancer5544
fnord finished in 1st place
And here is an MTT:
Code:
Full Tilt Poker Tournament Summary RU Freeroll (61907656) Hold'em No Limit
Buy-In: $0 + $0
Buy-In Chips: 1500
359 Entries
Total Prize Pool: $5,000
Tournament started: 2008/09/21 15:01:00 ET
Tournament is still in progress

Still Playing - greedy91
Still Playing - TheGameKat
Still Playing - bbkt
Still Playing - harrv
Still Playing - luxi0743
Still Playing - zetero
Still Playing - ERyan12
Still Playing - babyeatingdingo
Still Playing - THE GENIUS 115
Still Playing - LostOn5thst
Still Playing - boris4
Still Playing - jct0707
Still Playing - yanjiegou2007
Still Playing - CHEV_Bluffs_NOT
Still Playing - Call me Maximus
Still Playing - DiscipIine
Still Playing - spschase
Still Playing - PeelaHundo
Still Playing - checkymcfold
Still Playing - JLsqad
Still Playing - FootInFace
Still Playing - flushdraw34
Still Playing - PokeriPele
Still Playing - thefist87
Still Playing - CBurnRun
Still Playing - PeasNCar
Still Playing - YouGotIssues
Still Playing - theapprentice51
Still Playing - bigbenton1
Still Playing - floppedtilt
Still Playing - ubermensch2k
Still Playing - judas64
Still Playing - hickey987
Still Playing - FunkyMonkey69
Still Playing - collector23
Still Playing - PSL
Still Playing - 2dollasteaktuff
Still Playing - KickACE_1
Still Playing - auhoman
Still Playing - samasa8
Still Playing - MJF8419
Still Playing - ThadOptimus
Still Playing - gdLuckSir
Still Playing - me_hungy
Still Playing - kung_guran
46: fnord
47: Smallbites
48: cole99
49: Sequence10
50: cnardo7
51: drketi
52: NLJRiverBR
53: Soul Read
54: wzrd1103
55: l harrier l
56: texasranger0
57: Leebowski
58: Peet313
59: eddyb47
60: cwr301
61: bubbamugs
62: machgelt
63: Lume Stackin
64: LituP99
65: thetoothchipper
66: csekey
67: WaveOMutilation
68: bjodon1
69: commandeur
70: Zero Variance
71: Gizmo_dk
72: MorrisTheMoose
73: Busted Scott
74: JedsMaster77
75: somniac
76: Big Don Vito
77: K Lane
78: Stackmm
79: HoosMoney
80: bounce11
81: This_Time_99
82: orioles54261
83: mhONE
84: Breeze81
85: sredoje
86: spree1234
87: Coco Lugo
88: youbutsu
89: tiger247
90: spider12
91: allinwlk
92: DylansDharma
93: Failed1stGrade
94: ishigo22
95: bloodymess
96: Zabulus
97: on_the_pot86
98: ANDREW SON
99: FARMER_TUCK
100: khoy8149
101: TheUnabomber07
102: KtarzanOB
103: chills77
104: wheel348
105: HiPolymer
106: PLATYPUS-9
107: curiousgeorge77
108: Smithersss
109: AHHHYYOOOUU
110: elindy
111: iowaguy89
112: anewfish
113: Putsch
114: beccaw35
115: THE RIFLEMAN
116: TeabagGus
117: Wet_Firebox
118: Shady Poker
119: SkylarT
120: da block is hot
121: Meatball521
122: hals
123: U naggers
124: POZAK
125: duckss
126: Marrcito
127: NumberOneStunna
128: 00lexvegas00
129: Yobgin
130: The Girth
131: judochoppp
132: xxCallStationxx
133: reardonopolous2
134: theBIGlilSLICK
135: joshrogo
136: cfdigi83
137: Svendsen1
138: regulus1
139: Aunt May
140: Nova__902
141: du74ke
142: tadariffic
143: inconclusive
144: theparents
145: fastplayit
146: Bust da Nuts
147: DadOnTilt
148: KMHelms
149: lathmeister
150: slickrick538
151: Uizmebtch
152: holein1dave
153: davebreal
154: speedracer1337
155: drbball44dc
156: CrownMyCoke
157: MrRaise
158: 1-800-B3TS-OFF
159: SENOR_SOCK
160: Mumersboy
161: trancegemini
162: DerpaStan
163: STLSquash
164: PersianBeast
165: muckmynuts21
166: BearcatKoz23
167: GregGeese
168: skinsiu13
169: 2guns14eachOFya
170: Nick the Pick
171: AGSlack
172: wilk99
173: MyMotherInLaw
174: AllWangNoNuts
175: Wobbly
176: czee2212
177: Jac The River
178: Hairy B Cash
179: goblue92
180: Kither
181: No Joints
182: Ace of Fish
183: kidbornclutch
184: JoeLouisOfPoker
185: goodtimes23
186: FlipAppleAM
187: eff_congress
188: GheedsFortune
189: The Chump
190: dot_carter
191: rfad420
192: Rakey
193: Toby Won Kenobi
194: StokeMoney
195: SassySailor511
196: Barney370
197: MuckItOrSuckIt
198: spiffysean
199: A White Owl
200: jmorrison2009
201: iDubDeuce
202: thux
203: swimmer36
204: Black_Nines5
205: remih
206: CasperOH
207: Geri-san
208: lol_pokers_fun
209: vscampos
210: tribaci
211: MBONI
212: Leonard09
213: shipittodaddy
214: cincyreds07
215: Itsyabwooy
216: starvs
217: Leonard Cluezer
218: FrankyFings0
219: LilFlippa24s
220: PigTim
221: SonnyTyson
222: pulpik
223: IUnderscoreSuck
224: sirbusto
225: reraise_raph
226: PRO-SHUFFLA
227: Capptain
228: Sir Elkrin
229: skojjarn
230: DLizzle
231: gobears86
232: ridgy didge
233: fastfoodking
234: nostradamnvote
235: jpritz88
236: dvalentine77
237: charbon_noir01
238: cooler65
239: Scooker
240: Ace1906
241: -713King-
242: crack-kitty1
243: zzstorm
244: regendegen
245: bangnine
246: happybampot
247: charmpua
248: indariva
249: FischFry
250: Voltron Fan
251: Allin44orBetter
252: Brodie88
253: WTF is Juice
254: Haverbay
255: wilsondel
256: SophiesMum
257: SeanSTheMan
258: Diamana73
259: Cookiebabypoker
260: sylvesterbgp
261: seacucumber
262: pokermomjj
263: rake4rent
264: KareBear1
265: Matt Hughes
266: bet-half-pot
267: graves2
268: eraseu
269: Sp0rkach0ne
270: OCD2
271: EvilTrunks
272: cwik1
273: Phil IvAN
274: MclovinLovin
275: greybrain
276: nellie1972
277: verb
278: madmat3001
279: LBJPwnsKobe
280: caaashier
281: Boze23
282: catpdlr
283: SoaringDonkeys
284: texasollie
285: eemeli10
286: SaveStreetcom
287: Eewga - Booga
288: maastaker
289: ozapo
290: StoneColdSJC
291: GIVINcashAWAY
292: PcktChng
293: katofish34
294: bullsnorkie
295: Poker_Brat11
296: Lamarius
297: liquidpoker1234
298: Brit_Abroad
299: gkpappas
300: LASTTWO
301: myacctisrigged
302: ottimale
303: mdb77
304: boutmoneycuh
305: cammen1
306: tyrone21
307: junkatron
308: LuckyLuk_13
309: LoadaBollocks
310: robert bopp
311: hanlin0553
312: TiTiHenriTiTi
313: Bun007
314: cash500
315: millertime410
316: That Stunna
317: joker3883
318: berizzle28
319: Angieo
320: jsm621
321: muircheartach
322: Allante_93
323: Riverqueen32
324: Mental Donkey
325: swinkler78
326: Aston Villa
327: 5mephala5
328: xistentialone
329: DMack44
330: jorgeezy
331: Jay5678
332: BeCoolBeRich
333: Kip Walker
334: wu_affiliate
335: polespear
336: sunfish2
337: 1great1jr
338: GoFishingRod
339: o0_LuckBox_0o
340: S J SHARKS 84
341: mrtalboto
342: Icey Mike
343: slapant
344: regulator47
345: jishii
346: cashcrop1
347: TheWhtWhale
348: angelique69
349: BsuBallin11
350: mnguyinaz
351: howard182
352: dammongowian
353: BillFristMD
354: RedSoxFan83
355: kleinstein000
356: Joeyyungrock
357: bastion
358: thoughtimes
359: RiverYaInTheAce
fnord finished in 46th place
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-22-2008 , 04:51 PM
Quote:
Originally Posted by fnord_too
When bulk importing, it seems if it hits one of those FT summaries, it just dies. I get a bunch of errors, and it croaks on me. If I manually select a normal file in the the directory, it imports it fine.
Cheers, fixed in git94 (well, work around: it now skips these files)

If you use the normal version of fpdb either wait for alpha5, or:
1. open pyfpdb/fpdb_import.py in a text editor of your choice
2. search for the line "line=inputFile.readline()" (without the "")
3. Add this below it, but make sure you have exactly two tabs at the beginning of the if line, and exactly 3 tabs in front of the other 5 lines:
Code:
		if line.find("Tournament Summary")!=-1:
			print "TODO: implement importing tournament summaries"
			inputFile.close()
			cursor.close()
			db.close()
			return 0
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-22-2008 , 09:24 PM
Sweet! I think I will figure out how to configure git in the next few days, then figure out what I want to play with python in, then try to find a good free python tutorial now that I let my Safari subscription lapse (or pick up the O'Reily book next time I make it to a book store).
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-23-2008 , 03:39 AM
I am getting these three errors when installing PyGreSQL. I am installing from binary, on python 2.5 and PyGreSQL 3.8.1, on Vista:

Could not create...
PyGreSQL-py2.5

Could not set key value
Python 2.5 PygreSQL-3.8.1

Could not set key value
"C:\Python25\RemovePyGreSQL.exe" -u "C:\Python25\PyGreSQL -wininst.log"

Did anyone else get these errors? Do they make a difference?

Thanks in advance.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-23-2008 , 07:34 AM
I run the installer and it seemed to install fine

when I press the fpdb.py file a run window opens a few lines run and nothing else happens...

anybody know how to get the program opened or am I doing something wrong... thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-23-2008 , 09:28 AM
Quote:
Originally Posted by MostlyBS
I am getting these three errors when installing PyGreSQL. I am installing from binary, on python 2.5 and PyGreSQL 3.8.1, on Vista:

Could not create...
PyGreSQL-py2.5

Could not set key value
Python 2.5 PygreSQL-3.8.1

Could not set key value
"C:\Python25\RemovePyGreSQL.exe" -u "C:\Python25\PyGreSQL -wininst.log"

Did anyone else get these errors? Do they make a difference?

Thanks in advance.
fpdb doesn't use PyGreSQL it uses psycopg2. Get psycopg2 here.

If you already knew that and you are trying PyGreSQL for some other reason--just ignore me.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-23-2008 , 09:35 AM
Quote:
Originally Posted by yoelpoker
I run the installer and it seemed to install fine

when I press the fpdb.py file a run window opens a few lines run and nothing else happens...

anybody know how to get the program opened or am I doing something wrong... thanks

Can you run from a command line and tell us what error you get when fpdb tries to start? In general, go to the start menu and select the command line (you might have to look for it--it is the black icon with C:\> in it). Then cd to the fpdb folder. Type python fpdb and see what prints.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-23-2008 , 10:55 AM
Quote:
Originally Posted by Eratosthenes
Can you run from a command line and tell us what error you get when fpdb tries to start? In general, go to the start menu and select the command line (you might have to look for it--it is the black icon with C:\> in it). Then cd to the fpdb folder. Type python fpdb and see what prints.
Since the "can you run it from command line" comes up a lot, maybe it's useful to redirect the stderr (and maybe stdout) to a logfile: http://diveintopython.org/scripts_an...ut_stderr.html

People can then just c/p the logfile here, saves some hassle in debugging
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-23-2008 , 12:37 PM
Quote:
Originally Posted by Pomtidom
Since the "can you run it from command line" comes up a lot, maybe it's useful to redirect the stderr (and maybe stdout) to a logfile: http://diveintopython.org/scripts_an...ut_stderr.html

People can then just c/p the logfile here, saves some hassle in debugging
yes, thanks for a good suggestion. We have not been diligent about trapping common errors, etc. and we've been talking about making this bit easier.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-23-2008 , 12:57 PM
i have it installed but when i try to open it it ask me what program do i want to open it with.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-23-2008 , 03:02 PM
Quote:
Originally Posted by grumpy64
i have it installed but when i try to open it it ask me what program do i want to open it with.
Did you reboot after the install?

You are double-clicking on fpdb.py, right?

If you answered, yes, yes, then it sounds like Windows doesn't know that it should be opening *.py files with the python interpreter. Here are a couple of things to try:

Open the command line and type python and enter. You should get something that looks like this (but not exactly):
Code:
$ python
Python 2.5.1 (r251:54863, Jun 15 2008, 18:24:51) 
[GCC 4.3.0 20080428 (Red Hat 4.3.0-8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
If that worked, exit the python interpreter (cntrl-Z, and enter) and cd to the folder where fpdb is stored. Type "python fpdb.py" and enter. You should see the fpdb window or get a (possibly helpful) error message. Post said error message here.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-23-2008 , 06:07 PM
Hi all--

I am coding the Full Tilt support in the HUD and have something that might work for Linux users. I don't have a Full Tilt account, so I'm looking for a tester. I have tested it against a "fake" Full Tilt window and it appears to work--nothing like a real test, though.

So if you use full tilt on Linux and feel like helping me test, send me a PM. I will give you links to a couple of files to add to your fpdb installation. Then you play a hand of poker and see if you have a HUD.

thanks

Before anybody asks: Windows support will be ready to test later tonight, I hope. I would prefer to test Linux before I go too far with windows support so I can avoid the obvious stupidity that we might find in the Linux testing.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m