That's Matthew Wall's SFTP extension and I haven't found an updated version. Anyway, I'll raise this issue directly in the Github project.
Thanks! Am Freitag, 1. Mai 2020 19:34:49 UTC+2 schrieb vince: > > On Friday, May 1, 2020 at 9:45:38 AM UTC-7, Manfred Maier wrote: >> >> except pysftp.ConnectionException, e: >> >> ^ >> >> SyntaxError: invalid syntax >> >> >> > > Any time you see something that looks like that, you are running python3 > against code written for python2 > > All the extensions written for python2 need to be updated to support > python3. > You should check to see if there is a more recent version of this > extension. > > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/8b52587a-af76-479c-a03d-614cb4ead062%40googlegroups.com.
