Re: [Puzzler-users] Installation
Brought to you by:
goodger
From: David G. <go...@py...> - 2018-10-29 20:43:54
|
Hi, I developed Polyform Puzzler using Python 2.x. I haven't adapted it to Python 3.x yet. Someday, perhaps, but it's not high on my priority list. Please install the latest Python 2.7.x (currently Python 2.7.15) from https://www.python.org/downloads/release/python-2715/ ... and then install Polyform Puzzler again. David Goodger <https://david.goodger.org> On Mon, 29 Oct 2018 at 13:52, Harold Cataquet <cat...@gm...> wrote: > Further to my previous email, I tried to just run it, and I got the > following: > > > > c:\Cutler\Polyform>C:\Users\HarryCat\AppData\Local\Programs\Python\Python37-32\python > bin\pentominoes3x20.py > > Traceback (most recent call last): > > File "bin\pentominoes3x20.py", line 8, in <module> > > from puzzler import puzzles, core > > File "c:\Cutler\Polyform\puzzler\puzzles.py", line 1547 > > print 'matrix length =', len(p.matrix) > > ^ > > SyntaxError: invalid syntax > > > > > > Bye for now, > Harold > > ==================== > Harold Cataquet > cat...@gm... > > ----------------------------------------- > This email (including any attachments) is confidential. If you are not the > intended recipient you must not copy, use, disclose, distribute or rely on > the information contained in it. If you have received this email in error, > please notify the sender immediately by reply email and delete the email > from your system. Confidentiality and legal privilege attached to this > communication are not waived or lost by reason of mistaken delivery to you. > > > > *From: *Harold Cataquet <cat...@gm...> > *Sent: *29 October 2018 18:43 > *To: *puz...@li... > *Subject: *[Puzzler-users] (no subject) > > > > I’m running Microsoft Windows [Version 10.0.17134.345]. When it comes to > the install [after installing python], here’s what I get: > > > > c:\Polyform>C:\Users\HarryCat\AppData\Local\Programs\Python\Python37-32\python > setup.py install > > File "setup.py", line 13 > > print 'Error: The "distutils" standard module, which is required for > the ' > > > ^ > > SyntaxError: Missing parentheses in call to 'print'. Did you mean > print('Error: The "distutils" standard module, which is required for the ')? > > > > Any idea on the solution? > > > Bye for now, > Harold > > ==================== > Harold Cataquet > cat...@gm... > > ----------------------------------------- > This email (including any attachments) is confidential. If you are not the > intended recipient you must not copy, use, disclose, distribute or rely on > the information contained in it. If you have received this email in error, > please notify the sender immediately by reply email and delete the email > from your system. Confidentiality and legal privilege attached to this > communication are not waived or lost by reason of mistaken delivery to you. > > > > > > [image: > https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif] > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> > > Virus-free. www.avast.com > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> > > > > > _______________________________________________ > Puzzler-users mailing list > Puz...@li... > https://lists.sourceforge.net/lists/listinfo/puzzler-users > |