divijbindlish / parse-torrent-name

Extract media information from a filename
MIT License
217 stars 61 forks source link

Python 3 compatibility #16

Closed fastesol closed 7 years ago

fastesol commented 7 years ago

is it compatible with python 3.5 or above?

Rhilip commented 7 years ago

Yes.It only use the official package "re". And No problem in python 3.6.1 at my side.

fastesol commented 7 years ago

I'm using 3.5.2 and at my end, it gives ImportError

roidayan commented 7 years ago

if the ticket is for a question then yes it works fine with python 3. if the ticket is for an issue then you should describe your issue and show the error.

fastesol commented 7 years ago

actually its not working for Python 3.5 as it says

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'PTN'
roidayan commented 7 years ago

PTN is this module Did you install it? Or you can add the local path to sys.path.

fastesol commented 7 years ago

My bad, I had multiple deployments of Python 3.5 that were somehow conflicting with each other that was the actual problem. really sorry for your time and opening the ticket.

kind regards Muaaz