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


Groups > comp.lang.python > #101416 > unrolled thread

Python 3.4.4 Install

Started by"Colin J. Williams" <cjwilliams43@gmail.com>
First post2016-01-09 14:25 -0800
Last post2016-01-09 17:49 -0500
Articles 4 — 4 participants

Back to article view | Back to comp.lang.python


Contents

  Python 3.4.4 Install "Colin J. Williams" <cjwilliams43@gmail.com> - 2016-01-09 14:25 -0800
    Re: Python 3.4.4 Install Terry Reedy <tjreedy@udel.edu> - 2016-01-09 17:54 -0500
    Re: Python 3.4.4 Install Steven D'Aprano <steve@pearwood.info> - 2016-01-10 13:19 +1100
    RE: Python 3.4.4 Install Emanuel Barry <vgr255@live.ca> - 2016-01-09 17:49 -0500

#101416 — Python 3.4.4 Install

From"Colin J. Williams" <cjwilliams43@gmail.com>
Date2016-01-09 14:25 -0800
SubjectPython 3.4.4 Install
Message-ID<64dd3d38-cecd-40ca-bf53-5427d9374a65@googlegroups.com>
The reponse is not understood.

*** Python 3.4.4rc1 (v3.4.4rc1:04f3f725896c, Dec  6 2015, 17:06:10) [MSC v.1600 64 bit (AMD64)] on win32. ***
>>>   File "C:\Users\Adm\AppData\Roaming\PyScripter\python_init.py", line 1
    Öü:Vt‡Ö{ZðN)’ƒ2%hóýL"®ÁwÇ,”¿ƾJ
     ^
SyntaxError: invalid syntax
  File "C:\Users\Adm\AppData\Roaming\PyScripter\pyscripter_init.py", line 1
    Öü:Vt‡Ö{ZðN)’t—œ2¢í.Tûôø«ÄØ´Õ7l‰ˆ(°¢äßÅ
     ^
SyntaxError: invalid syntax

Help!

Colin W.

[toc] | [next] | [standalone]


#101417

FromTerry Reedy <tjreedy@udel.edu>
Date2016-01-09 17:54 -0500
Message-ID<mailman.102.1452380104.2305.python-list@python.org>
In reply to#101416
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) [MSC 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.

>      Öü:Vt‡Ö{ZðN)’ƒ2%hóýL"®ÁwÇ,”¿ƾJ
>       ^

This is obviously gibberish as interpreted.  Perhaps you should 
re-install PyScriptor.  Make sure you have a version meant to run with 
3.x rather than 2.x.

> SyntaxError: invalid syntax

'ab:' will give the same error in the same place. A colon cannot follow 
an identifier at the beginning of a line.

-- 
Terry Jan Reedy

[toc] | [prev] | [next] | [standalone]


#101424

FromSteven D'Aprano <steve@pearwood.info>
Date2016-01-10 13:19 +1100
Message-ID<5691bfd0$0$1603$c3e8da3$5496439d@news.astraweb.com>
In reply to#101416
On Sun, 10 Jan 2016 09:25 am, Colin J. Williams wrote:

> The reponse is not understood.
> 
> *** Python 3.4.4rc1 (v3.4.4rc1:04f3f725896c, Dec  6 2015, 17:06:10) [MSC
> v.1600 64 bit (AMD64)] on win32. ***
>>>>   File "C:\Users\Adm\AppData\Roaming\PyScripter\python_init.py", line 1
>     Öü:Vt‡Ö{ZðN)’ƒ2%hóýL"®ÁwÇ,”¿ƾJ
>      ^
> SyntaxError: invalid syntax

That doesn't look anything like Python code to me. It looks like you have
corrupted files. Who knows how they have been corrupted. Try re-installing
Pyscripter, or revert from backup. Also, you should make sure you scan your
system for viruses (possibly you have a randsomware virus encrypting files
behind your back) and do a disk check in case the disk is dying.




-- 
Steven

[toc] | [prev] | [next] | [standalone]


#101479

FromEmanuel Barry <vgr255@live.ca>
Date2016-01-09 17:49 -0500
Message-ID<mailman.12.1452517335.13488.python-list@python.org>
In reply to#101416
> Date: Sat, 9 Jan 2016 14:25:40 -0800
> Subject: Python 3.4.4 Install
> From: cjwilliams43@gmail.com
> To: python-list@python.org
> 
> The reponse is not understood.
Which response? Obviously Python's, but response to what? More context would be useful.
> *** Python 3.4.4rc1 (v3.4.4rc1:04f3f725896c, Dec  6 2015, 17:06:10) [MSC v.1600 64 bit (AMD64)] on win32. ***
> >>>   File "C:\Users\Adm\AppData\Roaming\PyScripter\python_init.py", line 1
>     Öü:Vt‡Ö{ZðN)’ƒ2%hóýL"®ÁwÇ,”¿ƾJ
>      ^
> SyntaxError: invalid syntax
>   File "C:\Users\Adm\AppData\Roaming\PyScripter\pyscripter_init.py", line 1
>     Öü:Vt‡Ö{ZðN)’t—œ2¢í.Tûôø«ÄØ´Õ7l‰ˆ(°¢äßÅ
>      ^
> SyntaxError: invalid syntax
What is this file, and where does it come from? What command are you issuing that gives you this result?
-- Emanuel

 		 	   		  

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web