Also, depending on which compiler you are using, you may have to package python'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"><<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>></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't include all the<br>
python modules. You'll have to add custom rules to package whole of<br>
python. Unless your custom app relies on python I'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 <<a href="mailto:dave.partyka@kitware.com">dave.partyka@kitware.com</a>> wrote:<br>
> When I build ParaView releases I have to inject extra install rules like<br>
> this. Note that this is from ParaView 3.6 so the variable names have<br>
> changed.<br>
> INSTALL(FILES C:/Python25/python25.dll<br>
> DESTINATION ${PV_EXE_INSTALL}<br>
> PERMISSIONS OWNER_WRITE OWNER_READ OWNER_EXECUTE GROUP_READ<br>
> GROUP_EXECUTE WORLD_READ<br>
> COMPONENT Runtime)<br>
> On Thu, Apr 1, 2010 at 5:13 PM, Eric E. Monson <<a href="mailto:emonson@cs.duke.edu">emonson@cs.duke.edu</a>> wrote:<br>
>><br>
>> Hey Utkarsh,<br>
>><br>
>> It's all getting packed fine on Windows now, except for one library. I<br>
>> built the ParaView I'm building my branded app against with Python turned<br>
>> ON, but python26.dll isn't getting packaged in my NSIS installer. (All of<br>
>> the Python stuff seems to get packaged just fine on Ubuntu.)<br>
>><br>
>> Is there something I should add to my CMakeLists.txt file to make this<br>
>> happen properly?<br>
>><br>
>> Thanks a lot -- getting closer... :)<br>
>> -Eric<br>
>><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<br>
>> <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:<br>
>> <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>
><br>
><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>