Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #6288
| Subject | Re: Newbie question about SQLite + Python and twitter |
|---|---|
| From | Philip Semanchuk <philip@semanchuk.com> |
| Date | 2011-05-25 21:08 -0400 |
| References | <BANLkTi=5=gK6ss1qin2p+buWQj=1bi5EDQ@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2105.1306375393.9059.python-list@python.org> (permalink) |
On May 25, 2011, at 2:17 PM, Jayme Proni Filho wrote: > Helo guys, > > I'm building a local application for twitter for my brother's store. I'm in > the beginning and I have some newbie problems, so: > > I create a table called tb_messages with int auto increment and varchar(140) > fields; > I did three SQL funcionts, insert_tweet, delete_tweet, select_tweet > > select_tweet is use for getting messages for sending them to twitter; > > My problem is: How can i make my select_tweet works at the same time that > insert or delete funcions. I just got to work when I stop select function. > > I would like to do my app works all the time. Hi Jayme, You need to provide a lot more information for us to be able to help you. Some suggestions -- http://www.istf.com.br/perguntas/#beprecise bye Philip
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Newbie question about SQLite + Python and twitter Philip Semanchuk <philip@semanchuk.com> - 2011-05-25 21:08 -0400 Re: Newbie question about SQLite + Python and twitter John Nagle <nagle@animats.com> - 2011-05-26 09:29 -0700
csiph-web