On Nov 22, 10:20 am, "Ikai Lan (Google)" <ikai.l+gro...@google.com>
wrote:
> I'm seeing only 100-200 downloads of the prerelease SDKs, which you can 
> download here:
> http://code.google.com/p/googleappengine/downloads/list

Ikai-- two bits of feedback...

1. Why so few downloads & feedback?
 - no docs, and (I assume) no/few examples.
 - unclear if the appspot.com server supports 1.4
i.e. testing the 1.4 pre-release SDK wasn't high enough priority until
one of these conditions is met.

2. While we're chatting, python2.5 -OO is no longer working for
dev_appserver
   (while -OO isn't necessarily a priority, it's worth checking that
there aren't other issues...)

drooker>python2.5 -O ~/pkg/google_appengine_1.4.0pre/dev_appserver.py
--help | head -1
Runs a development application server for an application.
...

drooker>python2.5 -O -OO ~/pkg/google_appengine_1.4.0pre/
dev_appserver.py --help
Traceback (most recent call last):
  File "/ssd1/home/asah/pkg/google_appengine_1.4.0pre/
dev_appserver.py", line 69, in <module>
    run_file(__file__, globals())
  File "/ssd1/home/asah/pkg/google_appengine_1.4.0pre/
dev_appserver.py", line 65, in run_file
    execfile(script_path, globals_)
  File "/ssd1/home/asah/pkg/google_appengine_1.4.0pre/google/appengine/
tools/dev_appserver_main.py", line 503, in <module>
    sys.exit(main(sys.argv))
  File "/ssd1/home/asah/pkg/google_appengine_1.4.0pre/google/appengine/
tools/dev_appserver_main.py", line 413, in main
    args, option_dict = ParseArguments(argv)
  File "/ssd1/home/asah/pkg/google_appengine_1.4.0pre/google/appengine/
tools/dev_appserver_main.py", line 250, in ParseArguments
    PrintUsageExit(0)
  File "/ssd1/home/asah/pkg/google_appengine_1.4.0pre/google/appengine/
tools/dev_appserver_main.py", line 188, in PrintUsageExit
    print sys.modules['__main__'].__doc__ % render_dict
TypeError: unsupported operand type(s) for %: 'NoneType' and 'dict'

more coming,
adam

-- 
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