BLANK PAGE when i try Filtering Adsense with abpy

Chris Angelico rosuav at gmail.com
Sun Dec 22 12:58:13 EST 2013


On Mon, Dec 23, 2013 at 4:20 AM, em rexhepi <em.rexhepi at 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



More information about the Python-list mailing list