The accept.py code requests python 2.4 rather than generic python.
Fix:
change #!/usr/bin/env python2.4
to
#!/usr/bin/env python
Log in to post a comment.