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


Groups > comp.lang.python > #35207

Re: Data Driven Process

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <grettke@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.041
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'received:209.85.223': 0.03; 'familiarity': 0.07; 'tests,': 0.07; 'cc:addr:python-list': 0.10; 'dec': 0.15; 'wrote:': 0.17; 'thu,': 0.17; 'sender:addr:gmail.com': 0.18; 'cc:2**0': 0.23; 'demonstrate': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'probably': 0.29; 'code': 0.31; 'file': 0.32; 'received:google.com': 0.34; 'along': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'unit': 0.38; 'files': 0.38; 'some': 0.38; 'header:Received:5': 0.40; 'help': 0.40; 'most': 0.61; 'you.': 0.61; 'dead': 0.62; 'helping': 0.63; '20,': 0.65; 'subject:Data': 0.65; 'ama,': 0.84; 'mdx': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=K15jd2M1t3oN7A3G/W9oxDGs/IP+qF/Zf+q0wq2pWsE=; b=KwhusQxTgglllg/X9kJT2xjS3AdWi5xginGPzBKg1TXgKvNEVGD8QYW2dbG1j6GgOH JLmIBglRCsQvHc4IeWVLFG97Qou47pHX0VUDRedbidNp1F06HLqv4ErsuefpZqzUKKdw qQf1akQ2rbimgYpzChnC/1Bd+vHRLJ8lmIV3xUdmNx4yFd2ZZNcq4wA7BUXivQ/yceFY yhhXWw3wiJNozmV3hLVcuG1p0vx2qKK5Gwv51Bg5S9kBBdB1CAB5P5u7VndY33qfDrwQ hog6M4Ky5jkpBSNQyy32UVGhLj5uISvZdG5rfklWg+C4V8uo1mAmySXJN1crRE+Q7EQ/ enNg==
MIME-Version 1.0
Sender grettke@gmail.com
In-Reply-To <19696daa-12c8-4a2d-aa6c-ffb60c8505bb@googlegroups.com>
References <19696daa-12c8-4a2d-aa6c-ffb60c8505bb@googlegroups.com>
Date Thu, 20 Dec 2012 11:33:47 -0600
X-Google-Sender-Auth aXieenFVttyF2K0NZO_7SMDgFiI
Subject Re: Data Driven Process
From Grant Rettke <grettke@acm.org>
To balparmak@gmail.com
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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.1103.1356024845.29569.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1356024845 news.xs4all.nl 6972 [2001:888:2000:d::a6]:55073
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:35207

Show key headers only | View raw


If you set up 2 sample MDX files that are dead simple along with some
code to demonstrate what you are attempting, and some unit tests, then
you will be helping people to help you.

Most people probably do not have experience or familiarity with what
you are attemping.

On Thu, Dec 20, 2012 at 11:08 AM,  <balparmak@gmail.com> wrote:
> mxd file



-- 
Grant Rettke | ACM, AMA, COG, IEEE
grettke@acm.org | http://www.wisdomandwonder.com/
Wisdom begins in wonder.
((λ (x) (x x)) (λ (x) (x x)))

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Data Driven Process balparmak@gmail.com - 2012-12-20 09:08 -0800
  Re: Data Driven Process Grant Rettke <grettke@acm.org> - 2012-12-20 11:33 -0600
  Re: Data Driven Process balparmak@gmail.com - 2012-12-20 10:08 -0800
    Re: Data Driven Process Grant Rettke <grettke@acm.org> - 2012-12-20 12:21 -0600
      Re: Data Driven Process balparmak@gmail.com - 2012-12-20 12:39 -0800
        Re: Data Driven Process Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-12-20 21:03 +0000
          Re: Data Driven Process balparmak@gmail.com - 2012-12-20 13:21 -0800
      Re: Data Driven Process balparmak@gmail.com - 2012-12-20 12:39 -0800
    Re: Data Driven Process Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-12-20 20:57 +0000
    Re: Data Driven Process Dave Angel <d@davea.name> - 2012-12-20 16:18 -0500
  Re: Data Driven Process Jeffrey Ciesla <ciesla@gmail.com> - 2012-12-20 12:41 -0800
  Re: Data Driven Process balparmak@gmail.com - 2012-12-20 13:18 -0800

csiph-web