Python & wxGTK & wxPython on Solaris 2.6

Paul Boddie paul at boddie.net
Mon Aug 6 06:02:03 EDT 2001


"Doug Farrell" <writeson at earthlink.net> wrote in message news:<WAya7.1444$xY6.172862 at newsread2.prod.itd.earthlink.net>...

[Python, Solaris]

> Now I've downloaded wxGTK version 2.3.1 and have tried to build/install it
> prior to installing wxPython. The problem I'm having is this; when I run
> ./configure --with-gtk for wxGTK it runs for quite awhile checking things
> out, but then exits with a
> 
> setup.h not changed
> config.status: test: argument expected

You should probably check the appropriate mailing list archives and
other resources for wxGTK - it really isn't anything to do with Python
as such.

Some hints: check config.log for more details of the error, try
passing -v to configure to get verbose reporting of what it is doing,
check the configure script itself at the point of failure. I have done
various things with autoconf and Bourne shell scripts recently and I
wouldn't be that surprised if the line with the "test" on it was
either badly formed or used an environment variable which isn't
defined.

> I'm not sure what this means or where I should look to resolve the problem.
> I would really appreciate any help or guidance on this. I'm trying to make
> Python the scripting language of choice at work over Perl, and I'd really
> like to show off wxPython as a way to convince people and as a useful tool.

Start at http://www.wxwindows.org and follow the links to wxGTK,
perhaps. There's also an active wxPython mailing list which is found
from http://www.wxpython.org, of course.

Paul



More information about the Python-list mailing list