On Tuesday, April 23, 2019 at 12:18:13 AM UTC-7, Daniel Krenn wrote:
>
> On 23.04.19 01:37, John H Palmieri wrote: 
> > I was running a patchbot successfully until some time last week. For 
> > reasons I don't understand, I did "git pull" on the patchbot, and now it 
> > won't run with Python 2, complaining 
>
> AFAIK, the patchbot runs on Python 3 only (so, yes, you need this 
> installed with the proper packages). 
>
>
Okay, thanks. The top-level README files should then say to use

   python3 -m sage_patchbot.patchbot --sage-root=XXX [other options]

rather than 'python ...', and the file sage_patchbot/patchbot.py should 
start with

#!/usr/bin/env python3

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to