-
Notifications
You must be signed in to change notification settings - Fork 43
ImportError: No module named patterns.extension #8
Comments
Replied you on forum. |
Hi and thanks for your reply, your 2nd suggestion saved me: Replacing However, i still get a warning: Something to worry about? Cheers! |
As long as it works I think you can safely ignore the message. |
Ok thanks, closing it for now ;) |
Hi, Replacing for me it is not working. :-( Now i got the following error:
|
It works when i uninstall guessit, but guessit is required by other other software |
Your system version of guessit should not be used at all. Check again if the videosort.py were edited correctly with "sys.path.insert". And of course make sure you have the whole videosort-folder including lib-subdirectory and not just videosort.py. |
Test 1:
Error: Test 2:
Error:
|
"And of course make sure you have the whole videosort-folder including lib-subdirectory and not just videosort.py." -> Checked, everthing is there |
Is this an error at all? Not a warning? I don't see call stack printed. I'm afraid I can't help you more here as I'm not very experienced with python. I have general debug skills but I need to put my hands on the system to try things. |
Here is the stack
|
The combination:
and
works perfect. But not for other tools and scripts |
Make another: use "sys.path.insert" and delete file "videosort/lib/pkg_resources.py". |
Same Stack |
I don't believe you 👮 |
you are right! know it seems to work! |
TODO:
|
DONE:
TODO:
|
Hi guys and thanks for this wonderful script.
Worked fine for me until 2 days ago when it seems to fail with this error:
Python version is:
I've tried to google around and no fix.. you're my last hope.
Thanks in advance!
The text was updated successfully, but these errors were encountered: