[google-appengine] Re: python app upload issues - appcfg.py

2009-04-10 Thread vv
sion: '1' application: unboxer handlers: - static_dir: stylesheets url: /stylesheets - script: main.py url: .* runtime: python version: '1' On Apr 10, 12:48 am, vv wrote: > im having some trouble uploading a locally running program to > appengine. i'm using pyt

[google-appengine] app upload issues - appcfg.py

2009-04-10 Thread vv
im having some trouble uploading a locally running program to appengine. i'm using python release 2.5.4 and appengine sdk version 1.1.9. the trace is as below. help much appreciated - vv - C:\Documents and Settings\venuv\Desktop\google app eng\apps>a

[google-appengine] Can C++ code be wrapped up on GAE?

2009-03-27 Thread VV
Hi, I'm new to GAE and I'm trying to put a application on GAE. but it was written by C++. Is there any a way to wrap up the C++ code as a class (or others) and then run on GAE? Or any other cloud computing system can support this way? like EC2? thanks --~--~-~--~~~---

[google-appengine] put() doesn't store all entities in the loop!

2008-09-04 Thread VV
Hi guys, I'm trying to upload a .csv file and show the entities in a table. but the weird thing is it seems like the put() only stores the last record from the .csv file! here is the code to read the .csv file, store to big table and show the first 10 records: === class Processfi

[google-appengine] Re: how to upload/download CSV file on Google App Engine

2008-09-02 Thread VV
for instance, can somebody share the code to implement the table like this? http://finance.google.com/finance/historical?q=NASDAQ:GOOG I just need upload the table and download the table. thanks a lot. --~--~-~--~~~---~--~~ You received this message because you ar

[google-appengine] Re: how to upload/download CSV file on Google App Engine

2008-08-29 Thread VV
but my problem is there are many details I'm not familiar with. for instance, based on source code of "helloworld", first I can add a form to upload the file, file ( refer from http://groups.google.com/group/google-appengine/browse_thread/thread/fc87a92de8ae1a55) I changed the Guesboo

[google-appengine] Re: how to upload/download CSV file on Google App Engine

2008-08-29 Thread VV
Thanks Greg. Can anybody share a full code for this small task? I'm new to Python, GAE and also web application ; ( anyway I can understand GAE's helloword tutorial. I searched a lot online ( including CSV in GAE and also Python) and I did not see a full code for similar task. Thanks in advance. -

[google-appengine] Re: how to upload/download CSV file on Google App Engine

2008-08-28 Thread VV
Thanks for your guys guidance. but it's not to use the buIk upload procedure. I should explain more about my project. the first is to edit a table more easier . for example: customer product price CSTM_A PDT_A 1,000.00 CSTM_A PDT_B 2,

[google-appengine] how to upload/download CSV file on Google App Engine

2008-08-27 Thread VV
Hi, I'm new for Python and Google App Engine, So may I ask a very simple or very stupid question ; ( I'm trying to upload a table from a csv file , store to google data store and show this table on the web. then in another page, I need compose the query result to a table and also this table can be