[google-appengine] 回复:How to select version of Django when using 'import template'

2011-08-01 Thread lezizi


I've tried adding 

os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
from google.appengine.dist import use_library
use_library('django', '1.1')

to my application ,but it reports 'No module named django'.

What's wrong?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/P9ky2HHfZX8J.
To post to this group, send email to google-appengine@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.



[google-appengine] Total Stored Data is larger than the actual use.

2011-07-24 Thread lezizi
I recently uploaded a large number of entities, the Datastore Statistics 
reports the size of all the entities is 59 MBytes. 

However, the main Dashboard shows that the Total Stored Data is 48% used. 

Why this situation happens on the Dashboard?

My App ID is *chemical-chemdata*, and it is using Master/Slave Replication.

lezizi

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/-WFXpb7QTxcJ.
To post to this group, send email to google-appengine@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.



回复:Re: [google-appengine] Total Stored Data is larger than the actual use.

2011-07-24 Thread lezizi
I've stared it. 
By the way, can you show me how to disable indexes? 

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/DZfwwUK0QrgJ.
To post to this group, send email to google-appengine@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.



回复:Re: [google-appengine] How to select version of Django when using 'import template'

2011-07-22 Thread lezizi


I've tried adding 

os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
from google.appengine.dist import use_library
use_library('django', '1.1')

to my application ,but it reports 'No module named django'.

What's wrong?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/jiB76qQGteQJ.
To post to this group, send email to google-appengine@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.



[google-appengine] How to select version of Django when using 'import template'

2011-07-20 Thread lezizi


How to select version of Django when using 'import template'

from google.appengine.ext.webapp import template

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/jEdHGKGypssJ.
To post to this group, send email to google-appengine@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.



[google-appengine] Help! Error while using bulkloader!

2011-06-20 Thread lezizi
Hello,
I'm a Google App Engine user. I've tried many times to use bulkloader
to upload my data to the App Engine.
My OS is Windows 7 and I've set up the Python ssl module. But the
program doesn't work. It always reports:

Error 401: --- begin server output ---
You must be logged in as an administrator to access this.
--- end server output ---

I'm sure I have entered the correct password.
Can you help me !

Thanks,
lezizi.

-- 
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-appengine@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.



[google-appengine] Error while using SDK 1.5.0 for Python

2011-06-16 Thread lezizi
WARNING  2011-06-16 02:08:08,279 urlfetch_stub.py:108] No ssl package
found. url
fetch will not be able to validate SSL certificates.
INFO 2011-06-16 02:08:08,545 appengine_rpc.py:159] Server:
appengine.google.
com
WARNING  2011-06-16 02:08:08,545 datastore_file_stub.py:657] Could not
read data
store data from c:\users\林祖增\appdata\local\temp
\dev_appserver.datastore
INFO 2011-06-16 02:08:08,559 rdbms_sqlite.py:58] Connecting to
SQLite databa
se '' with file 'c:\\users\\\xc1\xd6\xd7\xe6\xd4\xf6\\appdata\\local\
\temp\\dev_
appserver.rdbms'
ERROR2011-06-16 02:08:08,559 dev_appserver_main.py:615] class
'sqlite3.Oper
ationalError': unable to open database file

I've tried adding the --clear_datastore flag, to start with a fresh
datastore. But the result is the same.

-- 
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-appengine@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.



[google-appengine] Re: The channel service is not enabled

2010-10-25 Thread lezizi
Hi Ikai,
I have already signed twice in a month and nothing change either.
Still got The channel service is not enabled.
Best Regards
Lezizi

On 10月1日, 上午1时44分, Ikai Lan (Google) ikai.l+gro...@google.com
wrote:
 It's not available in production yet. Sign up here:

 https://spreadsheets.google.com/a/google.com/viewform?formkey=dGFxQ1A...

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blogger:http://googleappengine.blogspot.com
 Reddit:http://www.reddit.com/r/appengine
 Twitter:http://twitter.com/app_engine







 On Thu, Sep 30, 2010 at 9:26 AM, Tom Wu service.g2...@gmail.com wrote:
  Hi all,

  How to enable channel service ?

  Best Regards
  Tom Wu

  --
  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.comgoogle-appengine%2Bunsubscrib 
  e...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

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



[google-appengine] Re: The channel service is not enabled

2010-10-25 Thread lezizi
Hi Ikai,
I have already signed twice in a month but nothing changed.
Best Regards
lezizi

On 10月1日, 上午1时44分, Ikai Lan (Google) ikai.l+gro...@google.com
wrote:
 It's not available in production yet. Sign up here:

 https://spreadsheets.google.com/a/google.com/viewform?formkey=dGFxQ1A...

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blogger:http://googleappengine.blogspot.com
 Reddit:http://www.reddit.com/r/appengine
 Twitter:http://twitter.com/app_engine







 On Thu, Sep 30, 2010 at 9:26 AM, Tom Wu service.g2...@gmail.com wrote:
  Hi all,

  How to enable channel service ?

  Best Regards
  Tom Wu

  --
  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.comgoogle-appengine%2Bunsubscrib 
  e...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

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



Re: [google-appengine] Bad Owner List (400)

2010-09-15 Thread lezizi domain
up!

2010/9/11 w...@lezizi.org w...@lezizi.org

 I deleted my Google account and created it again.
 But I can not log on to Google APP Engine .
 It says:

 Bad Owner List (400)
 The owner list is invalid.

 How can I deal with it?
 Or how can I delete the application?
 Thanks!

 My App ID: lezizistudio

 --
 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.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



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



Re: [google-appengine] Create Application

2010-09-14 Thread lezizi domain
Thanks!

2010/9/14 Robert Kluin robert.kl...@gmail.com

 Are you logging in at appspot.com/a/lezizi.org?



 Robert






 On Sat, Sep 11, 2010 at 10:10, w...@lezizi.org w...@lezizi.org wrote:
  I have created an application on Google App Engine, but it was not
  showed on the dashboard.
 
  It says:
  Before getting started, you want to learn more about developing and
  deploying applications.
  Learn more about Google App Engine by reading the Getting Started
  Guide, the FAQ, or the Developer's Guide.
 
  Then I created another application . It wasn't showed on the dashboard
  either, but it says 'You have 8 applications remaining'.
 
  I really want to know how to deal with this strange problem
 
  Thanks!
 
  --
  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.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.
 
 

 --
 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.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



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