From: Bryan M. <bmu...@gm...> - 2005-06-09 00:58:23
|
Hi, I've just installed PythonCard on my Mandriva Limited Edition 2005 box using the mdk rpms. There was a bit of a problem so I joined the mailing list, but then found the solution and figured I'd share it. Mandriva comes with python 2.4 and the rpm puts the PythonCard files in /usr/lib/python2.3/site-packages. You can still use the rpm, just type as root: /usr/lib/python2.4/site-packages ln -s /usr/lib/python2.3/site-packages/PythonCard . and then everything seems to work OK. Bryan |