pgaccess with Postgres 6.3

From: Michael Fraley <fraley(at)usfca(dot)edu>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: pgaccess with Postgres 6.3
Date: 1998-03-05 04:06:40
Message-ID: Pine.LNX.3.96.980304200429.255B-100000@cumquat.usfca.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello,

I installed Postgres 6.3, compiled libpgtcl, and pgaccess. I do wish -f
pgaccess.tcl in the /usr/src/pgsql/src/bin/pgaccess directory, and get the
following trace stack. I'm running Linux 2.0.30, Tcl 7.5, and Tk 4.1. Do I
need to upgrade my Tcl and Tk to use pgaccess?

invalid command name "tk_messageBox"
while executing
"tk_messageBox -title Error -icon error -message $emsg"
(procedure "show_error" line 2)
invoked from within
"show_error "Error connecting database\n$msg""
invoked from within
"if {[catch {set newdbc [pg_connect $newdbname -host $newhost -port $newpport]} msg]} {
catch {cursor_arrow .dbod}
show_error "Error connecting ..."
(procedure "open_database" line 4)
invoked from within
"open_database"
invoked from within
".dbod.opbtu invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke]"
invoked from within
"if {($w == $tkPriv(window))
&& ([$w cget -state] != "disabled")} {
uplevel #0 [list $w invoke]
}"
invoked from within
"if {$w == $tkPriv(buttonWindow)} {
set tkPriv(buttonWindow) ""
$w config -relief $tkPriv(relief)
if {($w == $tkPriv(window))
&& ([$w cget -state] ..."
(procedure "tkButtonUp" line 3)
invoked from within
"tkButtonUp .dbod.opbtu"
(command bound to event)

--
Michael Fraley
fraley(at)usfca(dot)edu

<<< please check out my home page >>>
http://www.usfca.edu/~fraley

Browse pgsql-interfaces by date

  From Date Subject
Next Message Schlough, Mark 1998-03-05 15:23:00 subscribe
Previous Message Peter T Mount 1998-03-04 20:31:44 Re: [INTERFACES] Broken pipe :-)