Filter by ID using Gql

2010-04-17 Thread Jitesh
This query works well db.GqlQuery(Select * from mytable where __key__ IN :x", x=myarray) how can i filter by google's auto increment "id" i.e. I want to filter by id: db.GqlQuery(Select * from mytable where __id__ IN :x", x=myarray) This gives error Is there any other way so th

Re: import Error

2010-09-09 Thread Jitesh
Have you installed the django-chat-0.2 using setup.py, (make sure it is there in python site-packages and also check its application name there) and have you specified python's bin path in enviornment variables? On Sep 8, 11:21 am, ravi krishna wrote: > Hi, > I am newbie with python and django. I

Re: Can I inport recaptcha?

2010-11-17 Thread Jitesh
Hi robos85, If you really want to put recaptcha inside your project directory you can do that also, Simply download recaptcha-client from http://pypi.python.org/pypi/recaptcha-client. Extract the package, then in the folder you'll find a recaptcha folder > client > captcha.py file copy this file

Re: set up database engine

2010-04-08 Thread Jitesh
If you are using python 2.5 or later version then you dont have to install anything for SQLight, it is bundled for you in python. Now just edit settings.py file: enter database engine as "sqlite3" and your database name, what you want django to create for you from the models DATABASE_ENGINE = 'sql

Re: How can i populate app engine(production environment) database with local sdk database

2010-04-08 Thread Jitesh
I think this works only with django. and not supported by app engine. On Apr 5, 8:45 pm, Roald de Vries wrote: > On Mar 31, 2010, at 9:12 AM, Eximius wrote: > > > Please help me out > > > On Mar 29, 11:04 pm, Eximius wrote: > >> Hi all, > >> I have created a django application using app

filter records of one table depending on other table

2010-04-10 Thread Jitesh
Hi all, I am having two tables say TableOne and TableTwo and below are some of the fields of these tables TableOne: companyName Tabletwo: companyid (i am saving key().id() of TableOne in it) now i have to filter TableOne contents which are not in TableTwo. i.e. i want list of companies which doe

How can I convert .py file to .pyc file.

2008-06-19 Thread jitesh
Sorry for my noviceness. Is it possible to handover an application to my client without giving the source code because I don't want to open the source code OR is there any way to convert .py file to .pyc or .exe file. Any help is appreciated. --~--~-~--~~~---~--~~

Re: Calling out for Help!

2011-02-09 Thread Jitesh
gi right? One thing here I want to ask: Have you specified your application directory in httpd.conf file ? And finally, test every thing locally then commit it and then checkout over amazon instance. Its not much difficult :) Hope it helps Jitesh -- You received this message because you are s