Hello

Could someone tell me why tis code does't work?

[CODE]
ROOT_DIR = os.path.dirname(__file__)
pageUrl = os.path.join(ROOT_DIR, 'pages/' + pageName + '.html')
pageContent = open(pageUrl, 'r').read()
[/CODE]

i get error message

[CODE]
IOError: [Errno 2] No such file or directory: '/base/data/home/apps/
warlock24/1.337586579904043005/pages/home.html'
[/CODE]

where are my files? :(

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

Reply via email to