From: Phil E. <ph...@li...> - 2007-06-08 08:08:39
|
Julian Bentayeb wrote: > I got the PythonCard-0.8.2.tar,gz file. The resulting files are > mostly .py and .txt files and I dont see any configure and make files. > The readme file suggest putting the PythonCard dir in my Python path. > As a novice, I am lost. > Could you please help? No problem - what you need to do is as follows: 1. Open a shell session (xterm, konsole, gnome-terminal, whatever you prefer) 2. Type 'su -' and enter your root password 3. Type 'cd /home/julian/<blah>', replacing the '<blah>' part with the directory where you've put all of the PythonCard files from the tarball 4. Type 'python ./setup.py install' If you get any error messages at step (4), you may need to type 'python ./setup.py build' followed by 'python ./setup.py install' - it's been a while since I installed PythonCard from the source tarball, and I can't remember whether the 'install' part is clever enough to realize that the 'build' part needs to be done as well. This will put everything in the right places ad you ought to be able to run the samples to prove that it all works. Good luck! -- Regards Phil Edwards Brighton, UK |