Hi,

When compiled against Python 3.4, vim (7.4.178) test87 fails with:


< import xxx_no_such_module_xxx:(<class 'ImportError'>,
ImportError('spec missing loader',))
< import failing_import:(<class 'ImportError'>, ImportError('spec
missing loader',))
---
> import xxx_no_such_module_xxx:(<class 'ImportError'>, ImportError('No module 
> named xxx_no_such_module_xxx',))
> import failing_import:(<class 'ImportError'>, ImportError('No module named 
> failing_import',))

At first look this looks like change in exception message but the
issue might be more complicated. It seems that imp.find_module is now
deprecated and should be replaced by importlib.util.find_spec instead.
The error message is coming from importlib.util.find_spec function. So
it might be that imp.find_module is now deprecated and broken.

Any ideas?

Regards,
ismail

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Raspunde prin e-mail lui