Jython and SciTE

Martin Franklin mfranklin1 at gatwick.westerngeco.slb.com
Thu Jan 22 06:15:41 EST 2004


On Wed, 2004-01-21 at 02:28, rt lange wrote:
> I'm trying to get my jython scripts running and compiling on SciTE.
> This is what I have in my python.properties file:
> 
> command.name.1.*.py=Go Jython
> command.1.*.py=jython $(FileNameExt)

Just in case try inserting the full path name of the jython script here
perhaps when SciTE calls out it creates a sub shell (and in that the
PATH is NOT set...)

command.1.*.py=/usr/jython2.1/jython $(FileNameExt)

HTH
Martin





More information about the Python-list mailing list