Discussion:
how to run a script
Lee Gold
2011-11-03 05:05:33 UTC
Permalink
Hi,

How do I run a python script?

I don't see a run or compile button anywhere.

Ubuntu.

Thanks
--
http://www.fastmail.fm - mmm... Fastmail...
--
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
the body of a message to listar-QLpEr2logwzILq5++***@public.gmane.org
List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
Main Web Page: http://bluefish.openoffice.nl/
Olivier Sessink
2011-11-03 07:59:59 UTC
Permalink
Post by Lee Gold
Hi,
How do I run a python script?
I don't see a run or compile button anywhere.
do you want to run a script internally in bluefish 1), or you have
created some script in bluefish and you want to use it outside bluefish 2)?


for 1): configure it in the preferences dialog under external commands

for 2) make it executable (chmod a+x scriptname) and then you can
execute the script /path/to/scriptname

Olivier
--
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
the body of a message to listar-QLpEr2logwzILq5++***@public.gmane.org
List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
Main Web Page: http://bluefish.openoffice.nl/
Continue reading on narkive:
Loading...