Re: matchpy

2017-11-13 Thread Rick Johnson
Chris Angelico wrote:
> Edward Montague wrote:
> > After successfully installing python 3.6.3 and the
> > appropriate version of IDLE , I attempted to run a matchpy
> > example , to no avail . I'm using a debian distribution ,
> > 8.x or greater , is there something I need to be aware of
> > . The error report points to a statement containing a ' ->
> > ' character , as far as I know , this isn't valid python
> > syntax .
> 
> It IS valid Python syntax (a function annotation). You'll
> need to give a lot more information for us to help you -
> preferably, a complete runnable example.

Or a full traceback message. 

PS: Looks as though type-hints may have claimed its first victim.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: matchpy

2017-11-12 Thread Chris Angelico
On Mon, Nov 13, 2017 at 4:42 PM, Edward Montague  wrote:
>  After successfully installing python 3.6.3 and the appropriate version of
> IDLE ,
> I attempted to run a matchpy example , to no avail .
>
>  I'm using a debian distribution , 8.x or greater , is there something I
> need to be aware of .
> The error report points to a statement containing a ' -> ' character , as
> far as I know ,
> this isn't valid python syntax .

It IS valid Python syntax (a function annotation). You'll need to give
a lot more information for us to help you - preferably, a complete
runnable example.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list


matchpy

2017-11-12 Thread Edward Montague
 After successfully installing python 3.6.3 and the appropriate version of
IDLE ,
I attempted to run a matchpy example , to no avail .

 I'm using a debian distribution , 8.x or greater , is there something I
need to be aware of .
The error report points to a statement containing a ' -> ' character , as
far as I know ,
this isn't valid python syntax .
-- 
https://mail.python.org/mailman/listinfo/python-list