<div dir="ltr">Hi Parul,<div> </div><div>LD_LIBRARY_PATH is supposed to work in the general case but in that case pango may load itself the libraries in its modules directory, so you must find how pango finds its modules directory.</div>

<div><br></div><div>I know there is the pango.modules files (in /etc/opt/csw/pango) which lists the absolute path of modules (but you will have to make sure pango uses your relocated version also).</div><div>There are also some environnement variables that you can play with like PANGO_SYSCONFDIR or PANGO_LIBDIR.</div>

<div><br></div><div>Best regards,</div><div><br></div><div>Yann</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/8/7 Parul Goel <span dir="ltr"><<a href="mailto:parulg@noida.interrasystems.com" target="_blank">parulg@noida.interrasystems.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
We have created a GUI using pygtk and we are trying to relocate the entire pygtk package to a machine independent location, so that users can invoke the GUI from different machines (same platform) using same installation.<br>


<br>
While doing that, we get the following error:<br>
<br>
/home/pg/GUI/dillon/bin/gui_<u></u>content.py:1377: PangoWarning: ld.so.1: python: fatal: /opt/csw/lib/pango/1.6.0/<u></u>modules/pango-basic-fc.so: open failed: No such file or directory<br>
  self.show_all()<br>
<br>
Is there a way to let the environment know a different location for this library? I have tried setting LD_LIBRARY_PATH, but it does not work.<br>
<br>
Regards,<br>
Parul<br>
______________________________<u></u>_________________<br>
users mailing list<br>
<a href="mailto:users@lists.opencsw.org" target="_blank">users@lists.opencsw.org</a><br>
<a href="https://lists.opencsw.org/mailman/listinfo/users" target="_blank">https://lists.opencsw.org/<u></u>mailman/listinfo/users</a><br>
</blockquote></div><br></div>