Hi. I'm a bit of a python newbie here.
I started a new project recently using python 3.4. I would like to be able to run it on any Python 3.x, so that It will be able to run on Wheezy.
The only offending import that keeps me from being able to run on wheezy is Pathlib. How can I best change my path handling in a cross-platform way, so that it will work on Wheezy or Windows? Should I be using os.path?
One of the offending scripts is here:
https://github.com/Preflex/Clonebay/blo ... kLoader.py
Thanks!
