<div dir="ltr">Hi Ben,<div><br></div><div>Those modules are needed and should beĀ <span style="font-size:12.8px">shipped with ParaView.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">I believeĀ the issue might be in the ParaView project itself not in its superbuild.</span></div><div><span style="font-size:12.8px">I'm guessing, I messed up a dependency when I split the python code between python 2+3 and python 2 only. The python 2 one should depend on those libraries but not the python 2+3 code.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Let me know how I can help to fix that,</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Thanks,</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Seb</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 14, 2017 at 9:39 AM, Ben Boeckel <span dir="ltr"><<a href="mailto:ben.boeckel@kitware.com" target="_blank">ben.boeckel@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Mar 14, 2017 at 12:01:32 -0300, Rodnei Couto wrote:<br>
> Python modules are different from 5.2 to 5.3<br>
><br>
</span>> For example, inside* lib/python2.7/site-packages, *the version 5.2 has the<br>
> modules *autobahn, zope and twisted*, and the version 5.3 does not.<br>
<span class="">><br>
> I tried to copy the twisted and zope modules from version 5.2 to version<br>
> 5.3, but a got others errors.<br>
><br>
> By now, I reverted to release 5.2 in production environment.<br>
<br>
</span>Looking at the superbuild, it appears that when ParaViewWeb got moved<br>
from ParaView into its own repository, the flags that turned on pvweb<br>
got removed and now there's nothing enabling those modules in ParaView's<br>
build anymore. Do those packages need to be shipped with ParaView at all<br>
now? If so, we'll need to add them to the superbuild specifically. If<br>
not, some flag will need to be used to turn them on.<br>
<span class="HOEnZb"><font color="#888888"><br>
--Ben<br>
</font></span></blockquote></div><br></div>