Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Terry Reedy Newsgroups: comp.lang.python Subject: Re: Python 3.4.4 Install Date: Sat, 9 Jan 2016 17:54:41 -0500 Lines: 31 Message-ID: References: <64dd3d38-cecd-40ca-bf53-5427d9374a65@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de MyB/NccdUgceKk3GACJ2ugpKwNiW3DtW92MwmYlI4XsQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'essential.': 0.09; 'identifier': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'jan': 0.11; 'syntax': 0.13; 'interpreted.': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'syntaxerror:': 0.16; 'wrote:': 0.16; 'obviously': 0.16; 'meant': 0.22; '3.x': 0.22; 'bit': 0.23; 'seems': 0.23; 'dec': 0.23; 'replacing': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'error': 0.27; "skip:' 10": 0.28; 'skip:( 20': 0.28; 'colon': 0.29; 'run': 0.33; 'file': 0.34; 'skip:" 50': 0.35; 'should': 0.36; 'beginning': 0.36; 'received:71': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'version': 0.38; 'sure': 0.39; 'rather': 0.39; 'to:addr:python.org': 0.40; 'understood.': 0.84; 'received:fios.verizon.net': 0.91; '8bit%:67': 0.93; '***': 0.95 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: pool-71-185-227-36.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: <64dd3d38-cecd-40ca-bf53-5427d9374a65@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:101417 On 1/9/2016 5:25 PM, Colin J. Williams wrote: > The reponse is not understood. What part of 'SyntaxError: invalid syntax' do you not understand? > *** Python 3.4.4rc1 (v3.4.4rc1:04f3f725896c, Dec 6 2015, 17:06:10) [MS= C v.1600 64 bit (AMD64)] on win32. *** Consider replacing with 3.4.4, though not essential. > File "C:\Users\Adm\AppData\Roaming\PyScripter\python_init.py", line 1 This issue seems to be about PyScriptor, not 3.4. > =C3=96=0E=C3=BC:V=02=C2=90t=E2=80=A1=C3=96{Z=C3=B0N)=E2=80=99=C6=92= 2%h=C3=B3=C3=BDL"=C2=AE=C3=81w=C3=87,=E2=80=9D=C2=BF=08=C3=86=C2=BEJ > ^ This is obviously gibberish as interpreted. Perhaps you should=20 re-install PyScriptor. Make sure you have a version meant to run with=20 3.x rather than 2.x. > SyntaxError: invalid syntax 'ab:' will give the same error in the same place. A colon cannot follow=20 an identifier at the beginning of a line. --=20 Terry Jan Reedy