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


Groups > comp.lang.python > #35229

Re: Data Driven Process

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.nosignal.org!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <d@davea.name>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.185
X-Spam-Level *
X-Spam-Evidence '*H*': 0.63; '*S*': 0.00; 'python.': 0.02; 'here?': 0.09; 'anymore': 0.16; 'wrote:': 0.17; 'trying': 0.21; 'header:In- Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'small,': 0.27; "doesn't": 0.28; 'large.': 0.29; 'attach': 0.30; 'help,': 0.32; 'message.': 0.33; 'to:addr:python-list': 0.33; 'that,': 0.34; 'text': 0.34; 'pm,': 0.35; "won't": 0.35; 'something': 0.35; 'list.': 0.35; 'add': 0.36; 'but': 0.36; 'should': 0.36; 'thank': 0.36; 'option': 0.37; 'subject:: ': 0.38; 'nothing': 0.38; 'instead': 0.39; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'your': 0.60; 'link': 0.60; 'personally': 0.61; 'email addr:gmail.com': 0.63; '10.': 0.64; 'dont': 0.64; 'subject:Data': 0.65; 'reply': 0.66; 'header:Reply- To:1': 0.68; 'received:74.208': 0.71; 'reply-to:no real name:2**0': 0.72; 'vba': 0.84
Date Thu, 20 Dec 2012 16:18:43 -0500
From Dave Angel <d@davea.name>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1
MIME-Version 1.0
To python-list@python.org
Subject Re: Data Driven Process
References <19696daa-12c8-4a2d-aa6c-ffb60c8505bb@googlegroups.com> <70a99fa6-a401-4962-901f-5ea90a673140@googlegroups.com>
In-Reply-To <70a99fa6-a401-4962-901f-5ea90a673140@googlegroups.com>
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 7bit
X-Provags-ID V02:K0:w94S6GKKm17bNwFxbTSWKPju617zvqz2lS7zqn64FxU OZhYxg6iwljq9egELizR4QAn+Kc2i6RVPOAiRcgnlpUOfGul2a zWBK/5lFvQQSqjz052XZNwa40l8D/AQ480mMRpRLwclfcPJLNA h4+58QSiE4Y3nhtC1dpfbzhskRwOmQbLHHu0PB9J5Tg0wtfb/S ro3t0AJLIeoGFsPbt9LYeGg+ln2xQb+mWC5vyes5YGJ23a2xXV O61BBaUta65M+JdU0RmpTuz0tLtWC37lsNYFtptN3D2wqNmQuG ZYFJWeUMOFh6V+Ok20yC0Epi0enY/tF0s1O9ukgHUPXzkZKSA= =
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
Reply-To d@davea.name
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.1112.1356038342.29569.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1356038343 news.xs4all.nl 6939 [2001:888:2000:d::a6]:43133
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:35229

Show key headers only | View raw


On 12/20/2012 01:08 PM, balparmak@gmail.com wrote:
> Thank you for your reply Grant, 
>
> I am trying to attach mxd's but no chance. As you said that i dont have much experience in python. I used to work with VBA but its not an option anymore with new ArcGIS 10.
>
> How can I add mxd's here? 

MXD doesn't seem to be a text format.  So don't try to attach it to a
text mailing list.  Instead put it on a web site, and put a link to it
in your message.  You also should attempt to make the sample file(s)
small, so people don't have to download something large.

Having said that, I personally won't be able to help, as I know nothing
about ArcGis.

-- 

DaveA

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