I downloaded Guido's project rietveld and tried to run it and I get
the error below. I have the latest version of the dev server and I am
running python 2.5.2 on Windows. I know this is probably something
really simple but I can't figure it out.
C:\Program Files\Google\google_appengine\google\appengine\tools
\dev_appserver.py in
LoadModuleRestricted(self=<google.appengine.tools.dev_appserver.HardenedModulesHook
object at 0x013456B0>, submodule_fullname='django.core.files.temp',
source_file=<closed file 'C:\Program Files\Google\google_app...ango
\core\files\temp.py', mode 'U' at 0x016B6C80>, pathname=r'C:\Program
Files\Google\google_appengine\rietveld\django\core\files\temp.py',
description=('.py', 'U', 1))
1203 source_file,
1204 pathname,
1205 description)
1206 except:
1207 if submodule_fullname in self._module_dict:
description = ('.py', 'U', 1)
C:\Program Files\Google\google_appengine\rietveld\django\core\files
\temp.py in ()
16
17 if os.name == 'nt':
18 class TemporaryFile(object):
19 """
20 Temporary file object constructor that works in Windows
and supports
TemporaryFile undefined, builtin object = <type 'object'>
C:\Program Files\Google\google_appengine\rietveld\django\core\files
\temp.py in TemporaryFile()
32 # we need to cache os.unlink and access it
33 # as self.unlink only
34 unlink = os.unlink
35
36 def close(self):
unlink undefined, global os = None, os.unlink undefined
<type 'exceptions.AttributeError'>: 'module' object has no attribute
'unlink'
args = ("'module' object has no attribute 'unlink'",)
message = "'module' object has no attribute 'unlink'"
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---