Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #6288

Re: Newbie question about SQLite + Python and twitter

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <philip@semanchuk.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.038
X-Spam-Evidence '*H*': 0.93; '*S*': 0.00; 'newbie': 0.03; 'int': 0.05; 'subject:Python': 0.06; 'pm,': 0.10; '25,': 0.12; 'wrote:': 0.14; '2:17': 0.16; 'bye': 0.16; 'guys,': 0.16; 'helo': 0.16; 'received:mindspring.com': 0.16; 'subject:Newbie': 0.16; 'insert': 0.19; 'header:In-Reply-To:1': 0.21; 'subject:question': 0.23; "i'm": 0.27; 'problem': 0.28; 'store.': 0.30; 'subject: + ': 0.30; 'app': 0.32; 'to:addr:python-list': 0.33; 'function.': 0.35; 'received:24': 0.35; 'charset:us-ascii': 0.36; 'beginning': 0.37; 'table': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'called': 0.39; 'header:Mime-Version:1': 0.39; 'got': 0.39; 'to:addr:python.org': 0.39; 'getting': 0.40; 'help': 0.40; 'delete': 0.40; 'subject:about': 0.60; 'more': 0.60; 'header:Message-Id:1': 0.62; 'stop': 0.62; 'you.': 0.62; 'auto': 0.63; 'url:br': 0.66; 'received:69.73': 0.84; 'so:': 0.84; 'subject:twitter': 0.84; 'to:name:lista-comp-lang-python': 0.93
Content-Type text/plain; charset=us-ascii
Mime-Version 1.0 (Apple Message framework v1084)
Subject Re: Newbie question about SQLite + Python and twitter
From Philip Semanchuk <philip@semanchuk.com>
In-Reply-To <BANLkTi=5=gK6ss1qin2p+buWQj=1bi5EDQ@mail.gmail.com>
Date Wed, 25 May 2011 21:08:14 -0400
Content-Transfer-Encoding quoted-printable
References <BANLkTi=5=gK6ss1qin2p+buWQj=1bi5EDQ@mail.gmail.com>
To Lista-Comp-Lang-Python <python-list@python.org>
X-Mailer Apple Mail (2.1084)
X-AntiAbuse This header was added to track abuse, please include it with any abuse report
X-AntiAbuse Primary Hostname - deimos.nocdirect.com
X-AntiAbuse Original Domain - python.org
X-AntiAbuse Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse Sender Address Domain - semanchuk.com
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2105.1306375393.9059.python-list@python.org> (permalink)
Lines 34
NNTP-Posting-Host 82.94.164.166
X-Trace 1306375393 news.xs4all.nl 49179 [::ffff:82.94.164.166]:52178
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:6288

Show key headers only | View raw


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 | NextNext in thread | Find similar | Unroll thread


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