ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> pythoncard
pythoncard
[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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved