Viren Ranjan wrote: > Hi, > I have been trying to get gazebo installed on my system running kubuntu. I > did initially have similar problems as others who have posted messages > on this archive have had. However, I reinstalled linux and gazebo, with the > updated packages taken off CVS. Now, when I try to run wxgazebo, I get > the following error. could someone please throw some light on the same. > gazebo does not look to be crashing though! >
I am running fedora here. At one point during my install, I was using yum to get the wxPython and for some reason it(yum/the repos) would install the wxPython-GTK2 package. Which would not work. I would then rpm -e that package, use yum again and once I had the wxPython then all was well, except for that bizarre image.py problem I have had. So I would double check your wxPython install. HTH > Thanks, > Viren > > /usr/lib/python2.4/site-packages/wxgazebo/main.py:13: DeprecationWarning: The > wxPython compatibility package is no longer automatically > generated or activly maintained. Please switch to the wx package as soon as > possible. > from wxPython.wx import * > Traceback (most recent call last): > File "/usr/bin/wxgazebo", line 4, in ? > from wxgazebo.main import main > File "/usr/lib/python2.4/site-packages/wxgazebo/main.py", line 13, in ? > from wxPython.wx import * > File > "/usr/lib/python2.4/site-packages/wx-2.7.0-gtk2-ansi/wxPython/__init__.py", > line 15, in ? > import _wx > File "/usr/lib/python2.4/site-packages/wx-2.7.0-gtk2-ansi/wxPython/_wx.py", > line 3, in ? > from _core import * > File > "/usr/lib/python2.4/site-packages/wx-2.7.0-gtk2-ansi/wxPython/_core.py", line > 215, in ? > wxHIDE_READONLY = wx._core.HIDE_READONLY > AttributeError: 'module' object has no attribute 'HIDE_READONLY' > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Playerstage-gazebo mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo -- Jim Summers School of Computer Science-University of Oklahoma ------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Playerstage-gazebo mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
