Hi everyone,

Whenever i get the:

INFO: This request caused a new process to be started for your
application, and thus caused your application code to be loaded for
the first time. This request may thus take longer and use more CPU
than a typical request for your application.

the server returns an empty page. I don know what the problem may me
anyone got any clues? has this happend to anyone?

this is my handler.py file's header, where i run the main method

# -*- coding: utf-8 -*-
import sys
reload(sys); sys.setdefaultencoding('utf-8')
for k in [k for k in sys.modules if k.startswith('django')]:
    del sys.modules[k]
from google.appengine.dist import use_library
use_library('django', '1.1')
import os
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'

Maybe theres the problem?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to