LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Trouble starting Congruity (https://www.linuxquestions.org/questions/linux-software-2/trouble-starting-congruity-792140/)

shea1roh 02-28-2010 10:37 AM

Trouble starting Congruity
 
I have installed Congruity .9, a package for programing Logitech Harmony remotes, on Mandriva 2010. When I try to start it from the menu, it gives the buy mouse cursor for a few seconds & then dies. If I start it from the commnad line to see what is going on, I get the following output:

Traceback (most recent call last):
File "/usr/bin/congruity", line 27, in <module>
import wx
ImportError: No module named wx

I installed it through URPMI, so I would think the dependencies should be taken care of. Any ideas? Thanks

knudfl 02-28-2010 12:20 PM

Missing *wx.py , probably ' wxPythonGTK ' :
/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wxPython/_wx.py

This is from PCLinuxOS 2009, generally the same packages as M 2010,
but a different package management : apt for rpm.

I got these dependencies for congruity :
wxPythonGTK ( 2.8.10.1 )
wxPythonGTK-wxversion ( 2.8.10.1 )
python-libconcord ( 0.21 )
libconcord1 ( 0.21 )

# urpmi \
wxPythonGTK wxPythonGTK-wxversion python-libconcord libconcord1
.....
..... :)
..

shea1roh 02-28-2010 08:01 PM

Thanks for the reply, when I added the 2 wx packages, Congruity starts, but now I get the following error:

ERROR: Precisely one filename argument is required

Traceback (most recent call last):
File "/usr/bin/congruity", line 1219, in main
raise CmdLineException("ERROR: Precisely one filename argument is required")
CmdLineException: ERROR: Precisely one filename argument is required


Any ideas? Thanks


All times are GMT -5. The time now is 12:37 PM.