<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Python 2.5 enabled VTK 5.2 Windows binaries</title>
	<atom:link href="http://cpbotha.net/2008/09/23/python-25-enabled-vtk-52-windows-binaries/feed/" rel="self" type="application/rss+xml" />
	<link>http://cpbotha.net/2008/09/23/python-25-enabled-vtk-52-windows-binaries/</link>
	<description>voices in my head</description>
	<lastBuildDate>Thu, 11 Mar 2010 07:45:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cpbotha</title>
		<link>http://cpbotha.net/2008/09/23/python-25-enabled-vtk-52-windows-binaries/comment-page-1/#comment-966</link>
		<dc:creator>cpbotha</dc:creator>
		<pubDate>Thu, 12 Feb 2009 07:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=404#comment-966</guid>
		<description>@Brennan:

I&#039;m glad that you managed to solve the DLL problem.  You could try starting up MayaVi from a cmd window, hopefully you&#039;ll see some more error output helping you to diagnose the problem.</description>
		<content:encoded><![CDATA[<p>@Brennan:</p>
<p>I&#8217;m glad that you managed to solve the DLL problem.  You could try starting up MayaVi from a cmd window, hopefully you&#8217;ll see some more error output helping you to diagnose the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brennan</title>
		<link>http://cpbotha.net/2008/09/23/python-25-enabled-vtk-52-windows-binaries/comment-page-1/#comment-965</link>
		<dc:creator>Brennan</dc:creator>
		<pubDate>Wed, 11 Feb 2009 23:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=404#comment-965</guid>
		<description>msvcr80.dll from my XP installation didn&#039;t work but I downloaded msvcr80.dll and msvcp80.dll from the www.dll-files.com website and that has got me a bit further along - still haven&#039;t got a Mayavi/mlab app
running properly yet but I did get a window flash up and then close so
the missing dll errors have gone away.</description>
		<content:encoded><![CDATA[<p>msvcr80.dll from my XP installation didn&#8217;t work but I downloaded msvcr80.dll and msvcp80.dll from the <a href="http://www.dll-files.com" rel="nofollow">http://www.dll-files.com</a> website and that has got me a bit further along &#8211; still haven&#8217;t got a Mayavi/mlab app<br />
running properly yet but I did get a window flash up and then close so<br />
the missing dll errors have gone away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brennan</title>
		<link>http://cpbotha.net/2008/09/23/python-25-enabled-vtk-52-windows-binaries/comment-page-1/#comment-964</link>
		<dc:creator>Brennan</dc:creator>
		<pubDate>Wed, 11 Feb 2009 23:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=404#comment-964</guid>
		<description>I&#039;m trying this under Windows 2000 installed under Microsoft Virtual PC 2007. I tried &quot;import vtk&quot; from the python prompt but get an unable to find dll error as msvcr80.dll is missing. Unfortunately vcredist_x86.exe fails to install the dll&#039;s as it comes up with a Windows Installer error due to another missing dll.

Do you think I can simply copy over msvcr80.dll from XP?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying this under Windows 2000 installed under Microsoft Virtual PC 2007. I tried &#8220;import vtk&#8221; from the python prompt but get an unable to find dll error as msvcr80.dll is missing. Unfortunately vcredist_x86.exe fails to install the dll&#8217;s as it comes up with a Windows Installer error due to another missing dll.</p>
<p>Do you think I can simply copy over msvcr80.dll from XP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://cpbotha.net/2008/09/23/python-25-enabled-vtk-52-windows-binaries/comment-page-1/#comment-951</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 14 Jan 2009 20:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=404#comment-951</guid>
		<description>Hi,

another comment: even though I cannot run the examples under http://www.imaging.robarts.ca/~dgobbi/vtk/vtkpython.html
mayavi works fine, this was my main goal.
again, thank you very much for providing the library!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>another comment: even though I cannot run the examples under <a href="http://www.imaging.robarts.ca/~dgobbi/vtk/vtkpython.html" rel="nofollow">http://www.imaging.robarts.ca/~dgobbi/vtk/vtkpython.html</a><br />
mayavi works fine, this was my main goal.<br />
again, thank you very much for providing the library!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://cpbotha.net/2008/09/23/python-25-enabled-vtk-52-windows-binaries/comment-page-1/#comment-950</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 14 Jan 2009 19:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=404#comment-950</guid>
		<description>Hello,

I followed your instructions and installed vcredist. the folder is included in the path:
C:\Documents and Settings\gdc229&gt;echo %PATH%
...C:\gfortran\bin;C:\VTK-5
.2-Py25-VS8sp1-cpbotha.net\VTK\bin

C:\Documents and Settings\gdc229&gt;echo %PYTHONPATH%
C:\VTK-5.2-Py25-VS8sp1-cpbotha.net\VTK\bin;C:\VTK-5.2-Py25-VS8sp1-cpbotha.net\VTK
\lib\site-packages

import vtk works
 from vtkCommonPython import * -&gt; No module named vtkCommonPython

do you have any ideas? I&#039;ve never come across any package as difficult to install as vtk.
thank you very much for providing this prebuild package, I already tried many times to build it, never worked for me.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I followed your instructions and installed vcredist. the folder is included in the path:<br />
C:\Documents and Settings\gdc229&gt;echo %PATH%<br />
&#8230;C:\gfortran\bin;C:\VTK-5<br />
.2-Py25-VS8sp1-cpbotha.net\VTK\bin</p>
<p>C:\Documents and Settings\gdc229&gt;echo %PYTHONPATH%<br />
C:\VTK-5.2-Py25-VS8sp1-cpbotha.net\VTK\bin;C:\VTK-5.2-Py25-VS8sp1-cpbotha.net\VTK<br />
\lib\site-packages</p>
<p>import vtk works<br />
 from vtkCommonPython import * -&gt; No module named vtkCommonPython</p>
<p>do you have any ideas? I&#8217;ve never come across any package as difficult to install as vtk.<br />
thank you very much for providing this prebuild package, I already tried many times to build it, never worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tatiana</title>
		<link>http://cpbotha.net/2008/09/23/python-25-enabled-vtk-52-windows-binaries/comment-page-1/#comment-852</link>
		<dc:creator>Tatiana</dc:creator>
		<pubDate>Mon, 17 Nov 2008 04:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=404#comment-852</guid>
		<description>To Lukas:
     Have you tried to compile ITK in VS2005 using CMake?  I have compiled ITK for general python environment. But when I  setted ITK_USE_REVIEW and USE_WRAP_ITK to ON , there are several errors...</description>
		<content:encoded><![CDATA[<p>To Lukas:<br />
     Have you tried to compile ITK in VS2005 using CMake?  I have compiled ITK for general python environment. But when I  setted ITK_USE_REVIEW and USE_WRAP_ITK to ON , there are several errors&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukas</title>
		<link>http://cpbotha.net/2008/09/23/python-25-enabled-vtk-52-windows-binaries/comment-page-1/#comment-854</link>
		<dc:creator>Lukas</dc:creator>
		<pubDate>Fri, 14 Nov 2008 09:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=404#comment-854</guid>
		<description>@Rafael:

I&#039;ve compiled several versions of VTK without any problems in VS8 (2005). Are you using CMake?</description>
		<content:encoded><![CDATA[<p>@Rafael:</p>
<p>I&#8217;ve compiled several versions of VTK without any problems in VS8 (2005). Are you using CMake?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Goncalves</title>
		<link>http://cpbotha.net/2008/09/23/python-25-enabled-vtk-52-windows-binaries/comment-page-1/#comment-855</link>
		<dc:creator>Rafael Goncalves</dc:creator>
		<pubDate>Fri, 14 Nov 2008 08:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=404#comment-855</guid>
		<description>Yes, thats the case.

Lukas:
How did you manage to compile it? I&#039;ve tryed with mingcw and VS9 but it went wrong all the times.</description>
		<content:encoded><![CDATA[<p>Yes, thats the case.</p>
<p>Lukas:<br />
How did you manage to compile it? I&#8217;ve tryed with mingcw and VS9 but it went wrong all the times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cookie</title>
		<link>http://cpbotha.net/2008/09/23/python-25-enabled-vtk-52-windows-binaries/comment-page-1/#comment-857</link>
		<dc:creator>Cookie</dc:creator>
		<pubDate>Fri, 14 Nov 2008 07:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=404#comment-857</guid>
		<description>Hi cpbotha,
   It&#039;s very good that these packages run well under python25! You are great! But when I cake sth. with itk3.8 package and then build in vs2005, there is an error like this:

2&gt;Cannot find SWIG Lib directory.  Checked:
2&gt;  C:/build/jwd/archive/Insight/Utilities/CableSwig/SWIG/Lib

I checked the itk package, and found in the fiel &quot;gdcmConfigure.h&quot; there is a line

 #define PUB_DICT_PATH &quot;C:/build/jwd/inst/Insight/share/gdcm/&quot;

and in the file &quot;vcl_where_root_dir.h&quot;
#define VCL_SOURCE_ROOT_DIR &quot;C:/build/jwd/archive/Insight/Utilities/vxl&quot;

   I  wish to know are there any other files influencing the later cmaking vcproj file. And do you have any other better ideas than change by hand?</description>
		<content:encoded><![CDATA[<p>Hi cpbotha,<br />
   It&#8217;s very good that these packages run well under python25! You are great! But when I cake sth. with itk3.8 package and then build in vs2005, there is an error like this:</p>
<p>2&gt;Cannot find SWIG Lib directory.  Checked:<br />
2&gt;  C:/build/jwd/archive/Insight/Utilities/CableSwig/SWIG/Lib</p>
<p>I checked the itk package, and found in the fiel &#8220;gdcmConfigure.h&#8221; there is a line</p>
<p> #define PUB_DICT_PATH &#8220;C:/build/jwd/inst/Insight/share/gdcm/&#8221;</p>
<p>and in the file &#8220;vcl_where_root_dir.h&#8221;<br />
#define VCL_SOURCE_ROOT_DIR &#8220;C:/build/jwd/archive/Insight/Utilities/vxl&#8221;</p>
<p>   I  wish to know are there any other files influencing the later cmaking vcproj file. And do you have any other better ideas than change by hand?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cpbotha</title>
		<link>http://cpbotha.net/2008/09/23/python-25-enabled-vtk-52-windows-binaries/comment-page-1/#comment-856</link>
		<dc:creator>cpbotha</dc:creator>
		<pubDate>Thu, 13 Nov 2008 20:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=404#comment-856</guid>
		<description>@Rafael Goncalves:

Your PATH should contain C:\vtk\bin and your PYTHONPATH should contain *both* c:\vtk\bin;c:\vtk\lib\site-packages

Is this the case?

Are you also sure that you have the vcredist package installed?</description>
		<content:encoded><![CDATA[<p>@Rafael Goncalves:</p>
<p>Your PATH should contain C:\vtk\bin and your PYTHONPATH should contain *both* c:\vtk\bin;c:\vtk\lib\site-packages</p>
<p>Is this the case?</p>
<p>Are you also sure that you have the vcredist package installed?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
