Also, depending on which compiler you are using, you may have to package python&#39;s msvcr90.dll dependency (and manifest!)<br><br>Pat<br><br><div class="gmail_quote">On Thu, Apr 1, 2010 at 5:23 PM, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Also note that merely putting the Python.dll won&#39;t include all the<br>
python modules. You&#39;ll have to add custom rules to package whole of<br>
python. Unless your custom app relies on python I&#39;d recommend<br>
compiling ParaView without python or asking the user to install Python<br>
using the installables provided at <a href="http://python.org" target="_blank">python.org</a><br>
<font color="#888888"><br>
Utkarsh<br>
</font><div><div></div><div class="h5"><br>
On Thu, Apr 1, 2010 at 5:20 PM, Dave Partyka &lt;<a href="mailto:dave.partyka@kitware.com">dave.partyka@kitware.com</a>&gt; wrote:<br>
&gt; When I build ParaView releases I have to inject extra install rules like<br>
&gt; this. Note that this is from ParaView 3.6 so the variable names have<br>
&gt; changed.<br>
&gt;   INSTALL(FILES C:/Python25/python25.dll<br>
&gt;     DESTINATION ${PV_EXE_INSTALL}<br>
&gt;     PERMISSIONS OWNER_WRITE OWNER_READ OWNER_EXECUTE GROUP_READ<br>
&gt; GROUP_EXECUTE WORLD_READ<br>
&gt;     COMPONENT Runtime)<br>
&gt; On Thu, Apr 1, 2010 at 5:13 PM, Eric E. Monson &lt;<a href="mailto:emonson@cs.duke.edu">emonson@cs.duke.edu</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hey Utkarsh,<br>
&gt;&gt;<br>
&gt;&gt; It&#39;s all getting packed fine on Windows now, except for one library. I<br>
&gt;&gt; built the ParaView I&#39;m building my branded app against with Python turned<br>
&gt;&gt; ON, but python26.dll isn&#39;t getting packaged in my NSIS installer. (All of<br>
&gt;&gt; the Python stuff seems to get packaged just fine on Ubuntu.)<br>
&gt;&gt;<br>
&gt;&gt; Is there something I should add to my CMakeLists.txt file to make this<br>
&gt;&gt; happen properly?<br>
&gt;&gt;<br>
&gt;&gt; Thanks a lot -- getting closer... :)<br>
&gt;&gt; -Eric<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br>