<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Dependency Walker on vxlabs</title>
		<link>https://vxlabs.com/tags/dependency-walker/</link>
		<description>Recent content in Dependency Walker on vxlabs</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Wed, 06 Dec 2017 12:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://vxlabs.com/tags/dependency-walker/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>How to debug PyInstaller DLL / PYD load failed issues on Windows</title>
				<link>https://vxlabs.com/2017/12/06/how-to-debug-pyinstaller-dll-pyd-load-failed-issues-on-windows/</link>
				<pubDate>Wed, 06 Dec 2017 12:00:00 +0000</pubDate>
				<guid>https://vxlabs.com/2017/12/06/how-to-debug-pyinstaller-dll-pyd-load-failed-issues-on-windows/</guid>
				<description>&lt;h1 id=&#34;tldr&#34;&gt;TL;DR&lt;/h1&gt;&#xA;&lt;p&gt;When debugging DLL load errors on Windows, use &lt;a href=&#34;https://github.com/lucasg/Dependencies&#34;&gt;lucasg’s open source and more modern rewrite of the old Dependency Walker software&lt;/a&gt;. Very importantly, keep on drilling down through indirect dependencies until you find the missing DLLs.&lt;/p&gt;&#xA;&lt;h1 id=&#34;the-problem&#34;&gt;The Problem&lt;/h1&gt;&#xA;&lt;p&gt;Recently I had to package up a wxPython and VTK-based app for standalone deployment on Windows. Because of great experience with &lt;a href=&#34;http://www.pyinstaller.org/&#34;&gt;PyInstaller&lt;/a&gt;, I opted to use this tool.&lt;/p&gt;&#xA;&lt;p&gt;With the first try with the freshly built package on the deployment machine, it refused to start up due to an &lt;code&gt;ImportError: DLL load failed: The specified module could not be found.&lt;/code&gt;, and specifically with the &lt;code&gt;vtk.vtkCommonCorePython.pyd&lt;/code&gt; Python extension DLL.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
