[google-appengine] Re: receiving email

2009-03-20 Thread Matthew Page-Lieberman
Como? O que quer dizer?

On Fri, Mar 20, 2009 at 1:38 PM, Ronn Ross  wrote:

> Ross, mas não é latin / Italiano
>
> On Fri, Mar 20, 2009 at 1:15 PM, Matthew Page-Lieberman <
> mateus.just...@gmail.com> wrote:
>
>> Não acho que esse Ross é brasileiro.
>>
>> On Fri, Mar 20, 2009 at 11:01 AM, Neves  wrote:
>>
>>>
>>> Incoming email support
>>> http://code.google.com/intl/pt-BR/appengine/docs/roadmap.html
>>>
>>> On 20 mar, 11:12, Ronn Ross  wrote:
>>> > I would like people to email may app and it show up in the app. So that
>>> way
>>> > it can work like a help desk system. If there anyway to do that through
>>> app
>>> > engine? Can you pull data from a gmail account?
>>>
>>>
>>
>>
>> --
>> M. Page-Lieberman
>> mateus.just...@gmail.com
>>
>>
>>
>>
>
> >
>


-- 
M. Page-Lieberman
mateus.just...@gmail.com

--~--~-~--~~~---~--~~
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: receiving email

2009-03-20 Thread Matthew Page-Lieberman
Não acho que esse Ross é brasileiro.

On Fri, Mar 20, 2009 at 11:01 AM, Neves  wrote:

>
> Incoming email support
> http://code.google.com/intl/pt-BR/appengine/docs/roadmap.html
>
> On 20 mar, 11:12, Ronn Ross  wrote:
> > I would like people to email may app and it show up in the app. So that
> way
> > it can work like a help desk system. If there anyway to do that through
> app
> > engine? Can you pull data from a gmail account?
> >
>


-- 
M. Page-Lieberman
mateus.just...@gmail.com

--~--~-~--~~~---~--~~
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: Reading from a static text file

2009-03-19 Thread Matthew Page-Lieberman
:) I was kidding. You are using Gmail, so it should already be notifying you
of misspelled words (by underlining them in red - assuming you are using a
browser and sending in rich text/html form).

Good Luck with the app.

Peace Hugs

On Thu, Mar 19, 2009 at 11:34 AM, jeffkyjin  wrote:

>
> Can you show me how to do this?
> Thanks!
>
> On Mar 17, 2:14 am, Nash-t  wrote:
> > if all you really have to do is read the file you could just put it in
> > a .py file and import it.
> > Store it as a dictionary or an array or an object. Whatever works.
> >
> > On Mar 16, 12:31 am, djidjadji  wrote:
> >
> > > Why don't you put the file in the datastore.
> >
> > > You can put it on a word basis, one object for every word,
> db.StringProperty.
> > > Use the datastore index to find the word. Use bulk_upload to fill the
> datastore.
> >
> > > Or split it up in parts, each part starting with a different
> > > character. Put it in db.TextProperty.
> >
> > > 2009/3/16 prasy :
> >
> > > > Hi..
> >
> > > > Im abt to create a spell check application.. I have a text file
> called
> > > > "wordlist.txt' containing english words. I will be getting a wrd from
> > > > user and checks its spelling wit de help of the text file.
> >
> > > > I simply need to read de file.. Is it possible for me to run tis app
> > > > in appengine.. Bcz i heard tat its not possible to read de contents
> of
> > > > a static file in app engine. Moreover de file is around 2 MB so i
> cant
> > > > simply make it as list or dict type and use..
> >
> > > > Regards,
> > > > Prasy..
> >
>


-- 
M. Page-Lieberman
mateus.just...@gmail.com

--~--~-~--~~~---~--~~
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: dev_appserver.py", line 55, in

2009-03-17 Thread Matthew Page-Lieberman
Do you have a .yaml file?

On Tue, Mar 17, 2009 at 4:48 AM, Lord Gustavo Miguel Angel <
goosfanc...@gmail.com> wrote:

>  Matthew,
> yes, i´m using started tutorial.
>
>
> - Original Message -----
> *From:* Matthew Page-Lieberman 
> *To:* google-appengine@googlegroups.com
> *Sent:* Monday, March 16, 2009 10:19 PM
> *Subject:* [google-appengine] Re: dev_appserver.py", line 55, in 
>
> Do you have a .yaml file? Are you using the Getting Started tutorial?
>
> On Mon, Mar 16, 2009 at 8:24 PM, Lord Gustavo Miguel Angel <
> goosfanc...@gmail.com> wrote:
>
>>  with python 2.5.4 equal. same error.
>>
>>  - Original Message -
>> *From:* Matthew Page-Lieberman 
>> *To:* google-appengine@googlegroups.com
>>   *Sent:* Monday, March 16, 2009 9:10 PM
>> *Subject:* [google-appengine] Re: dev_appserver.py", line 55, in 
>>
>>
>> *The Development Environment*
>>
>> *You develop and upload applications for Google App Engine using the App
>> Engine software development kit (SDK).*
>>
>> *The SDK includes a web server application that simulates the App Engine
>> environment, including a local version of the datastore, Google Accounts,
>> and the ability to fetch URLs and send email directly from your computer
>> using the App Engine APIs. The SDK runs on any computer with Python 2.5,and 
>> versions are available for Windows, Mac OS X and Linux.
>> *
>> *If necessary, download and install Python 2.5 for your platform from the
>> Python website <http://www.python.org/>...
>>
>> *
>> http://code.google.com/appengine/docs/python/gettingstarted/devenvironment.html
>> *
>>
>> **You need to have Python 2.5 and you only have Python 2.4.5 installed.
>> ** *
>> On Mon, Mar 16, 2009 at 8:05 PM, Lord Gustavo Miguel Angel <
>> goosfanc...@gmail.com> wrote:
>>
>>
>>  sorry i don´t understand
>>>
>>>
>>>  - Original Message -
>>> *From:* Matthew Page-Lieberman 
>>> *To:* google-appengine@googlegroups.com
>>>   *Sent:* Monday, March 16, 2009 8:50 PM
>>> *Subject:* [google-appengine] Re: dev_appserver.py", line 55, in
>>> 
>>>
>>> Don't forget the first sentence.
>>>
>>> On Mon, Mar 16, 2009 at 7:29 PM, Lord Gustavo Miguel Angel <
>>> goosfanc...@gmail.com> wrote:
>>>
>>>>  thank´s
>>>> But i have python 2.4.5 not 3.0
>>>>
>>>>
>>>>   - Original Message -
>>>> *From:* Matthew Page-Lieberman 
>>>> *To:* google-appengine@googlegroups.com
>>>> *Sent:* Monday, March 16, 2009 6:09 PM
>>>> *Subject:* [google-appengine] Re: dev_appserver.py", line 55, in
>>>> 
>>>>
>>>> I know that one of the requirements to run GAE is to have at least
>>>> Python 2.5. Don't go running to Python 3.0 though just quite yet for GAE.
>>>> It's not supported AFAIK.
>>>>
>>>> On Mon, Mar 16, 2009 at 3:54 PM, goosfancito wrote:
>>>>
>>>>>
>>>>> hello,
>>>>>
>>>>> OS: windows xp Sp2
>>>>> version python: 2.4.5
>>>>>
>>>>>
>>>>> i´m new user googe app engine. when i do
>>>>>
>>>>> dev_appserver.py holamundo
>>>>>
>>>>> appeserver reports
>>>>>
>>>>> - 8< -
>>>>>  File "C:\Google\google_appengine\dev_appserver.py", line 55, in
>>>>> 
>>>>>execfile(script_path, globals())
>>>>>  File "C:\Google\google_appengine\google\appengine\tools
>>>>> \dev_appserver_main.py"
>>>>> , line 358, in 
>>>>>sys.exit(main(sys.argv))
>>>>>  File "C:\Google\google_appengine\google\appengine\tools
>>>>> \dev_appserver_main.py"
>>>>> , line 306, in main
>>>>>config, matcher = dev_appserver.LoadAppConfig(root_path, {})
>>>>>  File "C:\Google\google_appengine\google\appengine\tools
>>>>> \dev_appserver.py", lin
>>>>> e 2638, in LoadAppConfig
>>>>>raise AppConfigNotFoundError
>>>>> google.appengine.tools.dev_appserver.AppConfigNotFoundError
>>>>>
>>>>> - 8< -
>>>>>
>>>>> Why?
>>>>> Thank´s
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> M. Page-Lieberman
>>>> mateus.just...@gmail.com
>>>>
>>>>
>>>
>>>
>>> --
>>> M. Page-Lieberman
>>> mateus.just...@gmail.com
>>>
>>>
>>
>>
>> --
>> M. Page-Lieberman
>> mateus.just...@gmail.com
>>
>>
>
>
> --
> M. Page-Lieberman
> mateus.just...@gmail.com
> >
>


-- 
M. Page-Lieberman
mateus.just...@gmail.com

--~--~-~--~~~---~--~~
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: dev_appserver.py", line 55, in

2009-03-16 Thread Matthew Page-Lieberman
Do you have a .yaml file? Are you using the Getting Started tutorial?

On Mon, Mar 16, 2009 at 8:24 PM, Lord Gustavo Miguel Angel <
goosfanc...@gmail.com> wrote:

>  with python 2.5.4 equal. same error.
>
> - Original Message -
> *From:* Matthew Page-Lieberman 
> *To:* google-appengine@googlegroups.com
> *Sent:* Monday, March 16, 2009 9:10 PM
> *Subject:* [google-appengine] Re: dev_appserver.py", line 55, in 
>
>
> *The Development Environment*
>
> *You develop and upload applications for Google App Engine using the App
> Engine software development kit (SDK).*
>
> *The SDK includes a web server application that simulates the App Engine
> environment, including a local version of the datastore, Google Accounts,
> and the ability to fetch URLs and send email directly from your computer
> using the App Engine APIs. The SDK runs on any computer with Python 2.5,and 
> versions are available for Windows, Mac OS X and Linux.
> *
> *If necessary, download and install Python 2.5 for your platform from the
> Python website <http://www.python.org/>...
>
> *
> http://code.google.com/appengine/docs/python/gettingstarted/devenvironment.html
> *
>
> **You need to have Python 2.5 and you only have Python 2.4.5 installed.
> ** *
> On Mon, Mar 16, 2009 at 8:05 PM, Lord Gustavo Miguel Angel <
> goosfanc...@gmail.com> wrote:
>
>
>  sorry i don´t understand
>>
>>
>>  - Original Message -
>> *From:* Matthew Page-Lieberman 
>> *To:* google-appengine@googlegroups.com
>>   *Sent:* Monday, March 16, 2009 8:50 PM
>> *Subject:* [google-appengine] Re: dev_appserver.py", line 55, in 
>>
>> Don't forget the first sentence.
>>
>> On Mon, Mar 16, 2009 at 7:29 PM, Lord Gustavo Miguel Angel <
>> goosfanc...@gmail.com> wrote:
>>
>>>  thank´s
>>> But i have python 2.4.5 not 3.0
>>>
>>>
>>>   - Original Message -
>>> *From:* Matthew Page-Lieberman 
>>> *To:* google-appengine@googlegroups.com
>>> *Sent:* Monday, March 16, 2009 6:09 PM
>>> *Subject:* [google-appengine] Re: dev_appserver.py", line 55, in
>>> 
>>>
>>> I know that one of the requirements to run GAE is to have at least Python
>>> 2.5. Don't go running to Python 3.0 though just quite yet for GAE. It's not
>>> supported AFAIK.
>>>
>>> On Mon, Mar 16, 2009 at 3:54 PM, goosfancito wrote:
>>>
>>>>
>>>> hello,
>>>>
>>>> OS: windows xp Sp2
>>>> version python: 2.4.5
>>>>
>>>>
>>>> i´m new user googe app engine. when i do
>>>>
>>>> dev_appserver.py holamundo
>>>>
>>>> appeserver reports
>>>>
>>>> - 8< -
>>>>  File "C:\Google\google_appengine\dev_appserver.py", line 55, in
>>>> 
>>>>execfile(script_path, globals())
>>>>  File "C:\Google\google_appengine\google\appengine\tools
>>>> \dev_appserver_main.py"
>>>> , line 358, in 
>>>>sys.exit(main(sys.argv))
>>>>  File "C:\Google\google_appengine\google\appengine\tools
>>>> \dev_appserver_main.py"
>>>> , line 306, in main
>>>>config, matcher = dev_appserver.LoadAppConfig(root_path, {})
>>>>  File "C:\Google\google_appengine\google\appengine\tools
>>>> \dev_appserver.py", lin
>>>> e 2638, in LoadAppConfig
>>>>raise AppConfigNotFoundError
>>>> google.appengine.tools.dev_appserver.AppConfigNotFoundError
>>>>
>>>> - 8< -
>>>>
>>>> Why?
>>>> Thank´s
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> M. Page-Lieberman
>>> mateus.just...@gmail.com
>>>
>>>
>>
>>
>> --
>> M. Page-Lieberman
>> mateus.just...@gmail.com
>>
>>
>
>
> --
> M. Page-Lieberman
> mateus.just...@gmail.com
> >
>


-- 
M. Page-Lieberman
mateus.just...@gmail.com

--~--~-~--~~~---~--~~
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: dev_appserver.py", line 55, in

2009-03-16 Thread Matthew Page-Lieberman
*The Development Environment*

*You develop and upload applications for Google App Engine using the App
Engine software development kit (SDK).*

*The SDK includes a web server application that simulates the App Engine
environment, including a local version of the datastore, Google Accounts,
and the ability to fetch URLs and send email directly from your computer
using the App Engine APIs. The SDK runs on any computer with Python 2.5, and
versions are available for Windows, Mac OS X and Linux.*
*If necessary, download and install Python 2.5 for your platform from the
Python website <http://www.python.org/>...

*
http://code.google.com/appengine/docs/python/gettingstarted/devenvironment.html
*

**You need to have Python 2.5 and you only have Python 2.4.5 installed.
** *
On Mon, Mar 16, 2009 at 8:05 PM, Lord Gustavo Miguel Angel <
goosfanc...@gmail.com> wrote:


 sorry i don´t understand
>
>
> - Original Message -----
> *From:* Matthew Page-Lieberman 
> *To:* google-appengine@googlegroups.com
> *Sent:* Monday, March 16, 2009 8:50 PM
> *Subject:* [google-appengine] Re: dev_appserver.py", line 55, in 
>
> Don't forget the first sentence.
>
> On Mon, Mar 16, 2009 at 7:29 PM, Lord Gustavo Miguel Angel <
> goosfanc...@gmail.com> wrote:
>
>>  thank´s
>> But i have python 2.4.5 not 3.0
>>
>>
>>   - Original Message -
>> *From:* Matthew Page-Lieberman 
>> *To:* google-appengine@googlegroups.com
>> *Sent:* Monday, March 16, 2009 6:09 PM
>> *Subject:* [google-appengine] Re: dev_appserver.py", line 55, in 
>>
>> I know that one of the requirements to run GAE is to have at least Python
>> 2.5. Don't go running to Python 3.0 though just quite yet for GAE. It's not
>> supported AFAIK.
>>
>> On Mon, Mar 16, 2009 at 3:54 PM, goosfancito wrote:
>>
>>>
>>> hello,
>>>
>>> OS: windows xp Sp2
>>> version python: 2.4.5
>>>
>>>
>>> i´m new user googe app engine. when i do
>>>
>>> dev_appserver.py holamundo
>>>
>>> appeserver reports
>>>
>>> - 8< -
>>>  File "C:\Google\google_appengine\dev_appserver.py", line 55, in
>>> 
>>>execfile(script_path, globals())
>>>  File "C:\Google\google_appengine\google\appengine\tools
>>> \dev_appserver_main.py"
>>> , line 358, in 
>>>sys.exit(main(sys.argv))
>>>  File "C:\Google\google_appengine\google\appengine\tools
>>> \dev_appserver_main.py"
>>> , line 306, in main
>>>config, matcher = dev_appserver.LoadAppConfig(root_path, {})
>>>  File "C:\Google\google_appengine\google\appengine\tools
>>> \dev_appserver.py", lin
>>> e 2638, in LoadAppConfig
>>>raise AppConfigNotFoundError
>>> google.appengine.tools.dev_appserver.AppConfigNotFoundError
>>>
>>> - 8< -
>>>
>>> Why?
>>> Thank´s
>>>
>>>
>>>
>>
>>
>> --
>> M. Page-Lieberman
>> mateus.just...@gmail.com
>>
>>
>
>
> --
> M. Page-Lieberman
> mateus.just...@gmail.com
> >
>


-- 
M. Page-Lieberman
mateus.just...@gmail.com

--~--~-~--~~~---~--~~
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: dev_appserver.py", line 55, in

2009-03-16 Thread Matthew Page-Lieberman
Don't forget the first sentence.

On Mon, Mar 16, 2009 at 7:29 PM, Lord Gustavo Miguel Angel <
goosfanc...@gmail.com> wrote:

>  thank´s
> But i have python 2.4.5 not 3.0
>
>
> - Original Message -----
> *From:* Matthew Page-Lieberman 
> *To:* google-appengine@googlegroups.com
> *Sent:* Monday, March 16, 2009 6:09 PM
> *Subject:* [google-appengine] Re: dev_appserver.py", line 55, in 
>
> I know that one of the requirements to run GAE is to have at least Python
> 2.5. Don't go running to Python 3.0 though just quite yet for GAE. It's not
> supported AFAIK.
>
> On Mon, Mar 16, 2009 at 3:54 PM, goosfancito wrote:
>
>>
>> hello,
>>
>> OS: windows xp Sp2
>> version python: 2.4.5
>>
>>
>> i´m new user googe app engine. when i do
>>
>> dev_appserver.py holamundo
>>
>> appeserver reports
>>
>> - 8< -
>>  File "C:\Google\google_appengine\dev_appserver.py", line 55, in
>> 
>>execfile(script_path, globals())
>>  File "C:\Google\google_appengine\google\appengine\tools
>> \dev_appserver_main.py"
>> , line 358, in 
>>sys.exit(main(sys.argv))
>>  File "C:\Google\google_appengine\google\appengine\tools
>> \dev_appserver_main.py"
>> , line 306, in main
>>config, matcher = dev_appserver.LoadAppConfig(root_path, {})
>>  File "C:\Google\google_appengine\google\appengine\tools
>> \dev_appserver.py", lin
>> e 2638, in LoadAppConfig
>>raise AppConfigNotFoundError
>> google.appengine.tools.dev_appserver.AppConfigNotFoundError
>>
>> - 8< -
>>
>> Why?
>> Thank´s
>>
>>
>>
>
>
> --
> M. Page-Lieberman
> mateus.just...@gmail.com
> >
>


-- 
M. Page-Lieberman
mateus.just...@gmail.com

--~--~-~--~~~---~--~~
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: "Let Delete My Apps" (3 apps)

2009-03-16 Thread Matthew Page-Lieberman
NICE

On Mon, Mar 16, 2009 at 4:31 PM, xml2jsonp  wrote:

>
> Thanks to:
> - ikoo-dirtylife
> - gythialy-app
> - pyoohtml
>
> http://pyoohtml.appspot.com/let-delete-my-apps/home
>
> >
>


-- 
M. Page-Lieberman
mateus.just...@gmail.com

--~--~-~--~~~---~--~~
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: dev_appserver.py", line 55, in

2009-03-16 Thread Matthew Page-Lieberman
I know that one of the requirements to run GAE is to have at least Python
2.5. Don't go running to Python 3.0 though just quite yet for GAE. It's not
supported AFAIK.

On Mon, Mar 16, 2009 at 3:54 PM, goosfancito  wrote:

>
> hello,
>
> OS: windows xp Sp2
> version python: 2.4.5
>
>
> i´m new user googe app engine. when i do
>
> dev_appserver.py holamundo
>
> appeserver reports
>
> - 8< -
>  File "C:\Google\google_appengine\dev_appserver.py", line 55, in
> 
>execfile(script_path, globals())
>  File "C:\Google\google_appengine\google\appengine\tools
> \dev_appserver_main.py"
> , line 358, in 
>sys.exit(main(sys.argv))
>  File "C:\Google\google_appengine\google\appengine\tools
> \dev_appserver_main.py"
> , line 306, in main
>config, matcher = dev_appserver.LoadAppConfig(root_path, {})
>  File "C:\Google\google_appengine\google\appengine\tools
> \dev_appserver.py", lin
> e 2638, in LoadAppConfig
>raise AppConfigNotFoundError
> google.appengine.tools.dev_appserver.AppConfigNotFoundError
>
> - 8< -
>
> Why?
> Thank´s
>
> >
>


-- 
M. Page-Lieberman
mateus.just...@gmail.com

--~--~-~--~~~---~--~~
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: Chartle.net - application based on Google App Engine

2009-03-16 Thread Matthew Page-Lieberman
I liked it a lot too.

On Mon, Mar 16, 2009 at 2:39 PM, Amr Ellafi  wrote:

>
> Congrats I liked it very much. user-friendly as well.
> if this is a one man show, then you are talented !
>
> On Mon, Mar 16, 2009 at 12:57 PM, Dieter Krachtus
>  wrote:
> >
> > I created a webapp to create charts, plots and maps using the Google
> > Chart API and the Google Visualization API. The webapp is hosted using
> > Google Appengine.
> >
> > I would like to get your feedback.
> >
> > http://www.chartle.net
> >
> > Cheers,
> > Dieter
> >
> > >
> >
>
> >
>


-- 
M. Page-Lieberman
mateus.just...@gmail.com

--~--~-~--~~~---~--~~
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: Reading from a static text file

2009-03-16 Thread Matthew Page-Lieberman
Also, Prasy, try running this spell check application on your outgoing
emails...

On Mon, Mar 16, 2009 at 2:14 PM, Nash-t  wrote:

>
> if all you really have to do is read the file you could just put it in
> a .py file and import it.
> Store it as a dictionary or an array or an object. Whatever works.
>
> On Mar 16, 12:31 am, djidjadji  wrote:
> > Why don't you put the file in the datastore.
> >
> > You can put it on a word basis, one object for every word,
> db.StringProperty.
> > Use the datastore index to find the word. Use bulk_upload to fill the
> datastore.
> >
> > Or split it up in parts, each part starting with a different
> > character. Put it in db.TextProperty.
> >
> > 2009/3/16 prasy :
> >
> >
> >
> > > Hi..
> >
> > > Im abt to create a spell check application.. I have a text file called
> > > "wordlist.txt' containing english words. I will be getting a wrd from
> > > user and checks its spelling wit de help of the text file.
> >
> > > I simply need to read de file.. Is it possible for me to run tis app
> > > in appengine.. Bcz i heard tat its not possible to read de contents of
> > > a static file in app engine. Moreover de file is around 2 MB so i cant
> > > simply make it as list or dict type and use..
> >
> > > Regards,
> > > Prasy..
> >
>


-- 
M. Page-Lieberman
mateus.just...@gmail.com

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