[Tutor] Re: why doesn't procbox run?
Emile van Sebille
emile@fenx.com
Mon Nov 18 13:40:02 2002
john gennard:
> Procbox is written in Python, but does not run on Woody.
> The error message says 'bash: /usr/local/bin/procbox.py:
> /usr/bin/python: bad interpreter: Permission denied'
>
I'm no familiar with this applications, but when I have seen the bad
interpreter message come up, it generally is fixed by changing the shebang
to use the 'other' python -- eg, change #!/usr/bin/python to
#!/usr/bin/python2.
HTH,
Emile van Sebille
emile@fenx.com