473,378 Members | 1,372 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Installing wxPython and Friends

Dear All,

I need to install wxPython to run some programs that interest me. I
have had numerous problems, probably due to knowing little about the
packages and python, and taking the computer over from soemone else.

I have recently carried out a clean install of Linux RH 9.0, hoping
this may eleviate the problems.

I hoped that the prerequisites would already be installed, but I doubt
this now after getting the message:

usr/include/gtk-2.0/gtk/gtktypeutils.h:66:1: warning: "GTK_CLASS_TYPE"
redefined
error: command 'gcc' failed with exit status 1

I looked at previous replies to this error and the suggestions were
that I install wxGTK2 which I have tried to do but get the following
error:
src/generic/dirdlgg.cpp: In member function `void
wxDirCtrl::OnExpandItem(wxTreeEvent&)':
src/generic/dirdlgg.cpp:334: choosing `char wxString::operator[](int) const' over `char& wxString::operator[](unsigned int)'
src/generic/dirdlgg.cpp:334: because worst conversion for the former is better than worst conversion for the latter
make: *** [dirdlgg.o] Error 1

I have no idea how I get round this. ANy suggestions would be
appreciated, as I fear that I'm installing packages on top fo packages
and making the situation worse.

Many Thanks

James
Jul 18 '05 #1
5 1788
gi*******@hotmail.com (JamesW) wrote:
I need to install wxPython to run some programs that interest me. I
have had numerous problems, probably due to knowing little about the
packages and python, and taking the computer over from soemone else.

I have recently carried out a clean install of Linux RH 9.0, hoping
this may eleviate the problems.

[snip]

Same here, I suspect RedHat 9 is broken (they usually have a missing
symlink or two, like when they broke GCC3)

I managed to compile GLib but then ATK couldn't find it, so I couldn't
even get as far as installing GTK+ let alone wxGTK.

I'm going to have a look through the RH9 install CD's to see if there
are GLib, ATK and GTK+ RPMs I can install. If I get it working, I'll
report back here.

I thought compiling Python, PyQt, TK etc was a nightmare, this is just
taking the Mickey!

wxPython/wxWindows installed like a dream under Windows XP of course,
this is why Linux will never hit the desktop as everyone hopes, the
average user would struggle with RPM/Apt let alone compilation!

For the moment I'm back to PyQt/TKinter for Linux and wxPython/TKinter
for Windows (until Trolltech sort out a non-commercial/GPL Windows Qt
license!)
Jul 18 '05 #2
OK, I take it all back - I looked on RedHat 9 CD #1 and rpm -Uvh'd
GTK2 and it informed me I already had 2.2.1 installed.

So that meant I could skip trying to install ATK/GLib2 and just went
straight onto installing wxGTK and wxPython from RPMs too!

I then installed McMillan Installer and UPX and now have Windows and
Linux distributable wxPython/TKinter apps - bloody great! Installer is
so much nicer than py2exe too.

I might just forget PyQT now....
Jul 18 '05 #3
simo, from whence did you get the wxGTK and wxPython rpms. The ones I
got just kinda died on me...

Lets hope I have the same luck

si************@yahoo.co.uk (simo) wrote in message news:<30**************************@posting.google. com>...
OK, I take it all back - I looked on RedHat 9 CD #1 and rpm -Uvh'd
GTK2 and it informed me I already had 2.2.1 installed.

So that meant I could skip trying to install ATK/GLib2 and just went
straight onto installing wxGTK and wxPython from RPMs too!

I then installed McMillan Installer and UPX and now have Windows and
Linux distributable wxPython/TKinter apps - bloody great! Installer is
so much nicer than py2exe too.

I might just forget PyQT now..

Jul 18 '05 #4
In article <27**************************@posting.google.com >, JamesW wrote:
simo, from whence did you get the wxGTK and wxPython rpms. The ones I
got just kinda died on me...

Lets hope I have the same luck


Well, I haven't followed this from the begining, but I also run RH9
and no problems what so ever. I got the RPMs from the wxpython site
(http://www.wxpython.org/download.php).

Now granted I did the GTK1 install, and that was just a question of
reading the 'prerequisites' section downloading the rpms and install
them. Boa constructor (which is why I got it in the first place) was
no problem to install either.

If you have any problems, or I've misunderstood just drop me a line.

Stefan,
--
Stefan Axelsson (email at http://www.cs.chalmers.se/~sax)
Jul 18 '05 #5
These are the RPM's I used:

http://prdownloads.sourceforge.net/w...2.4-1.i386.rpm

http://prdownloads.sourceforge.net/w...4.2-1.i386.rpm

Maybe you tried the static wxWindows RPM? What did rpm say when it
baulked - did you use 'rpm -Uvh' as root?
Jul 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: SeeBelow | last post by:
Do many people think that wxPython should replace Tkinter? Is this likely to happen? I ask because I have just started learning Tkinter, and I wonder if I should abandon it in favor of...
0
by: Patrick Smith | last post by:
Hi, I'm in the middle of trying to install wxPython from the wxPythonSrc-2.5.2.7 source. While running the makefile I get the following errors. In file included from include/wx/gsocket.h:172,...
3
by: hepp | last post by:
Is it possible to run a Python script in Windows without installing Python on your machine first? At my work we are using a mixed environment - some have Solaris workstations and others PC's. I...
25
by: BJörn Lindqvist | last post by:
See: http://www.wxpython.org/quotes.php. especially: "wxPython is the best and most mature cross-platform GUI toolkit, given a number of constraints. The only reason wxPython isn't the standard...
13
by: Peter Maas | last post by:
Recently I replaced Win2k with Linux on my desktop computer. Using mostly multi-platform software I thought this would be easy. It was not as easy as expected getting wxPython to work. There seemed...
1
by: timothy.williams | last post by:
I'm trying to install wxPython 2.5.3.1 using Python 2.3.2 on a Fedora 2 machine. I have python in a non-standard place, but I'm using --prefix with the configure script to point to where I have...
2
by: ahlongxp | last post by:
Sorry, I know this is not the most appropriate place to talk about wxPython. But I can't have access to wxPython mail list page(because I don't pay enough). I downloaded python2.5 and wxPython...
1
by: care02 | last post by:
Dear friends, I have almost completed my first wxPython application. The only thing I need now is to minimize the command window. How is this accomplished on Win32? What about Mac and Linux? ...
4
by: Timothy Smith | last post by:
Not sure exactly what I need to do to get wxPython to work on either of my Macs. (One's a notebook running Tiger (OS X 10.4.11), the other a Mac Pro running Leopard (10.5.1.)) I downloaded what...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.