There is an error in Mantiss (&quot;APPLICATION ERROR #11, A necessary field &quot;Reported where&quot; was empty. Please recheck your inputs.&quot;, but no such field is show), so I send here.<br><br>==SO==<br><br>Scribus 1.3.8, Ubuntu 10.04.<br>

<br>==Description==<br><br>Trying to import PIL Image modules get error:<br><br>Traceback (most recent call last):<br>  File &quot;&lt;console&gt;&quot;, line 1, in &lt;module&gt;<br>  File &quot;/usr/lib/python2.6/dist-packages/PIL/Image.py&quot;, line 70, in &lt;module&gt;<br>

    import ImagePalette<br>  File &quot;/usr/lib/python2.6/dist-packages/PIL/ImagePalette.py&quot;, line 20, in &lt;module&gt;<br>    import Image, ImageColor<br>  File &quot;/usr/lib/python2.6/dist-packages/PIL/ImageColor.py&quot;, line 21, in &lt;module&gt;<br>

    import re, string<br>ImportError: No module named re<br><br>==Steps To Reproduce==<br><br>Try import PIL Image or re modules (regular expressions) on scripter console:<br><br>import Image<br><br>or<br><br>import re<br>

<br>==causes==<br><br>Missing Pyhon main path in sys-path: <br><br>import sys<br>print sys.path  # missing &#39;/usr/lib/python2.6&#39;<br><br><br>==Workaround:==<br><br>append missing path in scripts:<br><br>import sys<br>

sys.path.append(&quot;/usr/lib/python2.6&quot;)<br><br>-- <br>nome: &quot;José Antonio Meira da Rocha&quot;  tratamento: &quot;Prof. MS.&quot;<br>googletalk: email: MSN: <a href="mailto:joseantoniorocha@gmail.com">joseantoniorocha@gmail.com</a><br>

ICQ: 658222 Skype: &quot;meiradarocha_jor&quot;<br>veículo: [ <a href="http://meiradarocha.jor.br">http://meiradarocha.jor.br</a> ]<br>fone: (+55-55) 9651-0686 (Brazil)<br><br>