version -pre4; graph export fix; add mysql-python123.exe walkthrough

This commit is contained in:
gimick
2010-07-02 23:13:36 +01:00
parent 68e3f5b181
commit fcde707644
5 changed files with 124 additions and 5 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ class GuiGraphViewer (threading.Thread):
response = dia_chooser.run()
if response == gtk.RESPONSE_CANCEL:
if response <> gtk.RESPONSE_OK:
print 'Closed, no graph exported'
dia_chooser.destroy()
return
+1 -1
View File
@@ -111,7 +111,7 @@ import Database
import Configuration
import Exceptions
VERSION = "0.20-pre3"
VERSION = "0.20-pre4"
class fpdb:
+2 -2
View File
@@ -132,7 +132,7 @@ test_and_remove(dist_dir)
setup(
name = 'fpdb',
description = 'Free Poker DataBase',
version = '0.12',
version = '0.20',
windows = [ {'script': 'fpdb.pyw', "icon_resources": [(1, "../gfx/fpdb_large_icon.ico")]},
{'script': 'HUD_main.pyw', },
@@ -157,7 +157,7 @@ setup(
# files in 2nd value in tuple are moved to dir named in 1st value
#data_files updated for new locations of licences + readme nolonger exists
data_files = [('', ['HUD_config.xml.example', 'Cards01.png', 'logging.conf', '../agpl-3.0.txt', '../fdl-1.2.txt', '../THANKS.txt'])
data_files = [('', ['HUD_config.xml.example', 'Cards01.png', 'logging.conf', '../agpl-3.0.txt', '../fdl-1.2.txt', '../THANKS.txt', '../readme.txt'])
,(dist_dir, [r'..\run_fpdb.bat'])
,( dist_dir + r'\gfx', glob.glob(r'..\gfx\*.*') )
# line below has problem with fonts subdir ('not a regular file')