From owner-freebsd-questions@FreeBSD.ORG Wed Aug 13 20:28:44 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 722A9106567B for ; Wed, 13 Aug 2008 20:28:44 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from mail-gx0-f17.google.com (mail-gx0-f17.google.com [209.85.217.17]) by mx1.freebsd.org (Postfix) with ESMTP id 340698FC21 for ; Wed, 13 Aug 2008 20:28:43 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by gxk10 with SMTP id 10so1531593gxk.19 for ; Wed, 13 Aug 2008 13:28:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; bh=KRcVp3HnHlYwray26bP6zulMq2BbwWPv1YXvyjEJ0Q8=; b=P7U0c8so/jaYgbsMSy6OzPVEQLyq7fU9qE+HKZPFqUCIQ7HFSHamO6S/8uwFWGn7w7 tmlVR/VVWovXofaJ5eroPDMxtS1ptxw4hJrZJIGV4lVr9AcK2IZxeM72DWIdnjiPvz9g 7rCnhOwCJFmgf5DP1T6jLCUL2KpUk3118JzrQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:mime-version :content-type:content-transfer-encoding:content-disposition :x-google-sender-auth; b=FfhMLy7ibZgjfAEsdXSLvMndwr0bLwriMfVHisv5xsS5LEWfH36YgY9yozB5U7wGin +SGBQ/HoEqk1cx1ytoR+G/TxxoJ19S5xRKy8S+U82aWqNXQhzpgj7ej81gmEB+9BIl1V ldwpFNcqWfOwYL5CdDG1wAgwynbGVOcHR9yDw= Received: by 10.150.95.15 with SMTP id s15mr365591ybb.112.1218659323354; Wed, 13 Aug 2008 13:28:43 -0700 (PDT) Received: by 10.151.50.13 with HTTP; Wed, 13 Aug 2008 13:28:43 -0700 (PDT) Message-ID: <539c60b90808131328k4b309c01w227809eca4076073@mail.gmail.com> Date: Wed, 13 Aug 2008 13:28:43 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: c91f8ca85bae6b15 Subject: py25_gtk2 misinstalled? (python + gtk) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2008 20:28:44 -0000 I get the following when I import gtk in python: ImportError: /usr/local/lib/python2.5/site-packages/gtk-2.0/gconf.so: Undefined symbol "g_assertion_message_expr" My versions: python25-2.5.2_1 py25-gtk-2.12. Ideas? Steve