adamgot / python-plexlibrary

Create and maintain dynamic Plex libraries based on recipes.
BSD 3-Clause "New" or "Revised" License
204 stars 40 forks source link

Running on Windows with Python2 and PYthon3 #75

Open andrewouellette opened 4 years ago

andrewouellette commented 4 years ago

Hi,

I found that it won't run due to the 1st line needing to be changed from

!/usr/bin/env python

to this:

!/usr/bin/env python3

Otherwise it defaults to python27 and fails to load.