Hi Douglas, I uninstalled compat-wxPythonGTK2 and now works fine. Thanks.
Eddy Johel Diaz Murcia edd-d...@uniandes.edu.co Estudiante de Maestría en Ingeniería de Sistemas y computación Asistente graduado del Grupo IMAGINE Universidad de los Andes Carrera 1 N° 18A-10 Bloque W, Bogotá, Colombia Laboratorio de Informática Gráfica Teléfono: +57(1) 339 4949 Extensión 3462 -----Mensaje original----- De: owner-ag-t...@mcs.anl.gov [mailto:owner-ag-t...@mcs.anl.gov] En nombre de Douglas Kosovic Enviado el: Jueves, 19 de Abril de 2007 08:53 a.m. Para: Eddy Diaz CC: ag-tech Asunto: Re: [AG-TECH] Problem with VenueClient Hi Eddy, > I'm working in Fedora core 6. I updated all applications and kernel, now when > I start the venue client an error appears. > > [eddy@ginebra ~]$ VenueClient > Traceback (most recent call last): > File "/usr/bin/VenueClient", line 22, in ? > from wxPython.wx import wxPySimpleApp, wxTaskBarIcon, wxICON_ERROR > ImportError: cannot import name wxTaskBarIcon > > I have installed wxPython-2.6.3.2-2.fc6 and python-2.4.4-1.fc6 versions. > can you help me?. I can think of two things that might cause the above error: Do you have compat-wxPythonGTK2-2.4.2.4 installed? If so issue: rpm -e compat-wxPythonGTK2 Having wxPython 2.4 installed at the same time as wxPython 2.6 seems to break wxPython 2.6. Try issuing the following: yum list "wx*" if you are running x86-64 FC6 and see that the installed wx RPMs are i386 RPMs, that would cause the problem. Cheers, Doug