Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:error': 0.03; 'subject:: [': 0.04; 'subject:file': 0.07; 'bytes.': 0.09; 'earliest': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'adapter': 0.16; 'bumping': 0.16; 'hint:': 0.16; 'message- id:@4ax.com': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:] [': 0.16; 'unicode,': 0.16; 'aug': 0.22; '2.x': 0.24; 'please?': 0.24; 'url:home': 0.24; 'post': 0.26; 'header:X-Complaints-To:1': 0.27; 'work.': 0.31; 'went': 0.31; 'getting': 0.31; '3.x': 0.31; 'post.': 0.31; 'types.': 0.31; 'running': 0.33; 'older': 0.33; 'plain': 0.33; "i'd": 0.34; 'charset:us-ascii': 0.36; 'so,': 0.37; 'ahead': 0.38; 'to:addr:python-list': 0.38; 'expect': 0.39; 'to:addr:python.org': 0.39; 'changed': 0.39; 'received:org': 0.40; 'read': 0.60; 'new': 0.61; 'different': 0.65; 'hours': 0.66; 'minutes': 0.67; 'between': 0.67; 'hour': 0.70; 'received:108': 0.93; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: [error] [client 178.59.111.223] (2)No such file or directory: exec of Date: Tue, 27 Aug 2013 19:20:17 -0400 Organization: IISS Elusive Unicorn References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-108-73-116-27.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1377645627 news.xs4all.nl 15990 [2001:888:2000:d::a6]:43264 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:53102 On Tue, 27 Aug 2013 16:35:34 +0300, Ferrous Cranus declaimed the following: >> >someone please? > You waited only 30 minutes before bumping the thread?... Consider that your time zone is 8 hours ahead of mine, your post came in an hour after I went to work. The earliest I'd be likely to see your post is an hour after getting home, or about 10 hours after your post. As for the prior post complaint... Was the older system running Python 2.x? Is the new one running Python 3.x? If so, read the documentation defining what has changed between 2.x and 3.x. Hint: strings in 3.x are UNICODE, while strings in 2.x are plain BYTES. The database adapter may expect different data types. -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/