473,396 Members | 2,026 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,396 software developers and data experts.

Boa+wxpython2.4+wxGTK2.4

Hi,

I'm trying to get Boa running on MDK cooker but keep getting this
error. I have googled around for the error and it seems to have
something to do with the wxGTK version I'm using.

What version does everyone else use???

Thanks,
John

Starting Boa Constructor v0.2.8
importing wxPython
Traceback (most recent call last):
File "./Boa.py", line 194, in ?
from wxPython import wx
File "/usr/lib/python2.3/site-packages/wxPython/__init__.py", line
20, in ?
import wxc
ImportError: /usr/lib/wxPython/lib/libwx_gtk2u-2.4.so.0: undefined
symbol: _gtk_accel_group_detach
Jul 18 '05 #1
1 1628
Hi,
I read John's post and find I'm trying to do the same thing, slightly
different behaviour, if it helps someone point both of us in the right
direction.
My setup:
Mandrake 10.0
Python 2.3.3.2.mdk
wxPythonGTK-2.4.2.4-2mdk
pyGTK2.0-2.0.0.2mdk

Try starring Boa Constructor-0.2.3

[marc@localhost boa-constructor-0.2.3]$ python Boa.py
Starting Boa Constructor v0.2.3
importing wxPython
Traceback (most recent call last):
File "Boa.py", line 179, in ?
from wxPython import wx
File "/usr/lib/python2.3/site-packages/wxPython/__init__.py", line
20, in ?
import wxc
ImportError: libwx_gtk2u-2.4.so.0: cannot open shared object file: No
such file or directory

So do I have the library...
[marc@localhost boa-constructor-0.2.3]$ find /usr/lib -name
libwx_gtk2u-2.4.* -print
/usr/lib/wxPython/lib/libwx_gtk2u-2.4.so
[marc@localhost boa-constructor-0.2.3]$ find /usr/lib -name
"libwx_gtk2u-2.4.*" -print
/usr/lib/wxPython/lib/libwx_gtk2u-2.4.so --> which is a link to
libwx_gtk2u-2.4.so.0.1.1

Well nearly, but that ain't close enough. The import error looks like
it is referencing a library that doesn't exist, maybe a badly formed
name.
I have identical versions of Python, wxPython, wx and Boa running on a
W2K laptop with the same versions as the Mandrake box.

Hints as to the process that constructs or resolves the library name,
and it's location if it's in the Python, gratefully received.

Regards,

Gongoolzer
Jul 18 '05 #2

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

Similar topics

0
by: ray sleeper | last post by:
This is the syntax i'm using: python setup.py p2exe i get "invalid synyax " message. According to the Py2exe website this the correct syntax. using python 2.2 on WinXP box with...
0
by: Gino | last post by:
HI, I am fairly new to python. I have created a simple wxpython application that has a grid on a form. The grid is populated dynamically by making a call to the database. I have an event that...
16
by: PyDenis | last post by:
Today, I found strange error while using py2exe: 1. I wrote simple program and save as 1.py: import win32ui import win32con win32ui.MessageBox('Test messageBox.' , 'Test', win32con.MB_OK |...
322
bartonc
by: bartonc | last post by:
For the benefit of those of us who answer questions, PLEASE REPLY in this thread with your operating system, version of python that you are using, editor/IDE, and anything extra like GUI toolkits,...
0
by: vmars956 | last post by:
Greetings: The following files are all ' *.file ' . This seems wrong. They all contain similar to this: #!/usr/bin/env python from wx.tools.XRCed.xrced import main main() What are they,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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?
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.