Python Forum
Please help me ImportError - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Please help me ImportError (/thread-30454.html)



Please help me ImportError - kcajminer2312 - Oct-21-2020

import _win32sysloader
ImportError: DLL load failed: The specified module could not be found

can someone please answer this post


RE: Please help me ImportError - bowlofred - Oct-21-2020

This github thread suggests that you may need a particular copy of Microsoft visual C++ installed. Then again, that thread is a few years old, so may be unrelated.


RE: Please help me ImportError - kcajminer2312 - Oct-21-2020

(Oct-21-2020, 05:29 PM)bowlofred Wrote: This github thread suggests that you may need a particular copy of Microsoft visual C++ installed. Then again, that thread is a few years old, so may be unrelated.

tried it i already have it the visual c++ installed


RE: Please help me ImportError - kcajminer2312 - Oct-21-2020

(Oct-21-2020, 05:31 PM)kcajminer2312 Wrote:
(Oct-21-2020, 05:29 PM)bowlofred Wrote: This github thread suggests that you may need a particular copy of Microsoft visual C++ installed. Then again, that thread is a few years old, so may be unrelated.

tried it i already have it the visual c++ installed

this post has been up 2 hours with no proper answer to solve it