Jump to content

pete20r2

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by pete20r2

  1. I have just been able to reply, the issue was resolved by Krydos on the IRC yesterday. Thanks again.
  2. Did you make the scripts permissions 775? Also try: #!/usr/local/bin/python3 print 'Content-Type: text/plain\n\n'; print 'Its work!'; Also I just remembered that the print() function works differently in python 3.2, try this: #!/usr/local/bin/python3.2 print('Content-Type: text/plain\n\n'); print('Its work!');
×
×
  • Create New...