On Mon, Dec 23, 2013 at 4:20 AM, em rexhepi <em.rexh...@gmail.com> wrote: > I have a python 3.3 project to be finished. ... > > My code: > #!/usr/local/bin/python3.1
Your shebang says 3.1, are you sure that's correct? Maybe it's not finding the right interpreter. If this is running as CGI, which it seems to be, check your server error logs. It's quite possible you're getting back a blank page because something's bombing, in which case - if you're lucky - there'll be a full exception traceback in the log. ChrisA -- https://mail.python.org/mailman/listinfo/python-list