|
From: Jean M. <jea...@gm...> - 2006-11-11 15:29:55
|
On Wed, 08 Nov 2006 13:37:34 -0500, <pyt...@li...> wrote: > From: "luc...@li..." <luc...@li...> > Sorry for the stupid question but after the installation where i > can find the executable file of pythoncard under linux Hi Luca, Not so stupid question. It took me a bit to figure it out. To install Pythoncard first (if not done already). Extract the tarball and run (as root): # python setup.py install Pythoncard is then installed to /usr/local/lib/python2.4/site-packages/PythonCard/ (substitute "python2.4" for whatever version you have). In the tools subdirectory you will find the various programs that constitute Pythoncard, for example: $ cd /usr/local/lib/python2.4/site-packages/PythonCard/tools/resourceEditor $ python resourceEditor.py You can then either put the above into a short shell script and put that in your PATH, such as in ~/bin, or you can do: (as root) # chmod +x resourceEditor.py (as normal user) $ ln -s resourceEditor.py ~/bin/resourceEditor Hope this helps. Sincerely Jean -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ |