From: Andy T. <an...@ha...> - 2006-03-27 09:35:32
|
Alan Craigon wrote: > I have wxPython installed, python 2.4 installed and have a folder with > python card files ready to install. Every time I try to install on my > Linux system using setup.py build & setupt.py install everything appears > to work but I am unable to start pythoncard. What am I doing wrong? What are you trying to run? When you install PythonCard on a Linux system from the .tar.gz all of the files are installed into your site-packages directory. On my (Ubuntu) box this is /usr/lib/python2.4/site-packages So, for instance, to run the resourceEditor tool you'll need a command like; $ /usr/lib/python2.4/site-packages/PythonCard/tools/resourceEditor/resourceEditor.py To run your own PythonCard applications you'll just need to make the .py file executable and run it from a shell. Regards, Andy -- -------------------------------------------------------------------------------- From the desk of Andrew J Todd esq - http://www.halfcooked.com/ |