| View previous topic :: View next topic |
| Author |
Message |
Schmolch l33t

Joined: 16 Jun 2002 Posts: 746 Location: Germany
|
Posted: Sun Aug 21, 2005 10:45 pm Post subject: all wxpython-programs broken |
|
|
Hi,
i get errors like these when starting any GUI-Python program like drpython, wxglade etc.. | Code: |
ImportError: /usr/lib/libwx_gtk2_core-2.6.so.0: undefined symbol: pango_x_get_context |
I remerged wxGTK, wxpython and python several times but it didnt help.
Im running out of ideas, can anyone give some advice? |
|
| Back to top |
|
 |
Pythonhead Developer


Joined: 16 Dec 2002 Posts: 1801 Location: Redondo Beach, Republic of Calif.
|
Posted: Sun Aug 21, 2005 11:09 pm Post subject: |
|
|
| Did you install a version of wxGTK manually (without portage) previously? Look in /usr/local perhaps. |
|
| Back to top |
|
 |
Schmolch l33t

Joined: 16 Jun 2002 Posts: 746 Location: Germany
|
Posted: Sun Aug 21, 2005 11:31 pm Post subject: |
|
|
Good idea but no.
To be sure i moved /usr/local and rebooted.
I guess ill try to do a emerge -e world since i ran totally out of options.
update: i did something dirty and copied /usr/lib/libwx* from my laptop (where everything works) to this box.
Good thing is that it worked, the bad thing though (which i didnt think about in time) is that now i will never find out what was wrong. |
|
| Back to top |
|
 |
cron0 Tux's lil' helper


Joined: 05 Jan 2004 Posts: 132 Location: Montreal, Quebec
|
Posted: Wed Aug 24, 2005 12:44 pm Post subject: |
|
|
I have the same problem. Unfortunately, I don't have any laptop lying around that has it working
I tried a couple of versions of wxPython 2.4 and 2.6 and still not working..
Ideas, anyone?
cron0 |
|
| Back to top |
|
 |
Schmolch l33t

Joined: 16 Jun 2002 Posts: 746 Location: Germany
|
Posted: Wed Aug 24, 2005 9:16 pm Post subject: |
|
|
I successfully restored the faulty state, lol.
No seriously, im currently running a emerge -e world because i have some other issues with nautilus-2.12 and references to no-more existing X-Libraries (which is know fixed).
Anyway, during emerge -e world there was also wxpython recompiled and now i get the old error again. |
|
| Back to top |
|
 |
Schmolch l33t

Joined: 16 Jun 2002 Posts: 746 Location: Germany
|
Posted: Wed Aug 24, 2005 10:10 pm Post subject: |
|
|
The file i have to replace from my latop to make it working again is:
| Code: | | /usr/lib/libwx_gtk2_core-2.6.so.0.0.0 |
which is a binary file.
I checked for version differences between my laptop and the broken box but wxGTK, wxpython and python are all the same.
If you deperately need that file, i put mine up at http://schmolch.sc.funpic.de (was compiled for p2) |
|
| Back to top |
|
 |
Leio Developer


Joined: 27 Feb 2003 Posts: 142 Location: Estonia, Tallinn
|
Posted: Fri Sep 09, 2005 8:07 pm Post subject: |
|
|
| http://bugs.gentoo.org/show_bug.cgi?id=105189 is the bug report for this, which includes my comment on how I fixed this upstream three weeks ago. Hopefully soon the ebuild will containg at least this fix. |
|
| Back to top |
|
 |
Tucker n00b

Joined: 01 Oct 2003 Posts: 28 Location: Cottbus (Germany)
|
Posted: Tue Sep 13, 2005 6:06 pm Post subject: |
|
|
Thanks a lot, Leio.
Your fix worked!
Micha |
|
| Back to top |
|
 |
Digitalxero n00b

Joined: 21 Jan 2006 Posts: 6
|
Posted: Sat Jan 21, 2006 4:54 pm Post subject: |
|
|
| Well since I am a Gentoo Newb I figure I would bump this post since this bug is still in Portage and being a Newb would much prefer to not beforeced to DL and compile and install wxPython myself. The reason I am bumping this is because an application I have required wxPython 2.5.x+ and since wx now has multi version installs it would be nice if you could include the 2.5 along with the 2.6, atleast till you get 2.6 fixed |
|
| Back to top |
|
 |
|