From: Phil E. <ph...@li...> - 2005-05-05 14:52:32
|
On Thu, 2005-05-05 at 13:28, Al wrote: > Sorry, this is not quite directly relevant to PythonCard as program, but is a > problem with trying to get it installed. I'm on Mandrake 10.2. > > Trying to install WXPython, to use PythonCard. Blocked by missing libsdl. > Download and try to install, it says it already is installed. Do rpm > -replace, and it says file missing cannot be opened. Consider removing and On Mandrake, you're generally better off using the 'urpmi' tool to install packages rather than using the base 'rpm' command itself. This will resolve dependencies automatically for you. In your case, you ought to be able to just do: urpmi wxpython-X.X.X.rpm With whatever the appropriate RPM filename is. Try that and let us know how you get on. -- Regards Phil Edwards Brighton, UK |