directly executing a python script in Unix
Joshua Muskovitz
joshm at taconic.net
Mon Feb 4 15:20:00 EST 2002
More information about the Python-list mailing list
Mon Feb 4 15:20:00 EST 2002
- Previous message (by thread): Calling a function or method by name
- Next message (by thread): directly executing a python script in Unix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Did you chmod the file to be executable? -- # Joshua Muskovitz # joshm at taconic.net def lyyrs(sig): return '-'.join(sig.split()+["ly y'rs"]) lyyrs('Hire me! I need the work!') -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 80,000 Newsgroups - 16 Different Servers! =-----
- Previous message (by thread): Calling a function or method by name
- Next message (by thread): directly executing a python script in Unix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list