[Pythoncard-users] Stupid question execute pythoncard in linux
by Jean Malherbe other posts by this author
Nov 11 2006 7:30AM messages near this date
[Pythoncard-users] Notebook and notebook pages not responding to size event
|
[Pythoncard-users] Passing parameters to childwindow
On Wed, 08 Nov 2006 13:37:34 -0500,
<pythoncard-users-request@[...].net> wrote:
> From: "lucaberto@libero.it" <lucaberto@[...].it>
> 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/
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Pythoncard-users mailing list
Pythoncard-users@[...].net
https://lists.sourceforge.net/lists/listinfo/pythoncard-users
|