<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <tt>Thank you!<br>
      rph-r<br>
    </tt><br>
    <div class="moz-cite-prefix">Le 12.05.20 à 12:47, IOhannes m zmölnig
      a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:95df43c6-ac5f-feaf-71a9-599eca693597@iem.at">
      <pre class="moz-quote-pre" wrap="">On 5/12/20 11:16 AM, Raphael Raccuia wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">well,
thank you anyway...
I tried matPlotLib with Python 2.7, my script doesn't work, at least as
it is.
So maybe it's easier to wait pd-py for Python3.
If you have any idea how to bind Pd to that script, it's welcome. I'll
try something simple with [shell].

By the way, I'm confused on the way to load externals, since there are
not loaded after Ubuntu packages install
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
that's by design.
installing a program doesn't automatically run it.
installing an external doesn't automatically load it.

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">: I tried with [declare], but
often it doesn't find libs, probably a path issue, since PD never
searches in the right directory (seen with path verbose). It seems the
path is relative to the patch, or to PD (-std...). For example with
_ggee_, I had to add the absolute path in the settings.
Are deb packages supposed to configure that?
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
no.
they are supposed to just work (and generally do).

there are two issues why it doesn't work for you:
- some libraries come with a single-binary that contains multiple
objects (e.g. zexy), other libraries put one binary for each object into
a directory (e.g. bsaylor). they need to be loaded differently. e.g.
[declare -lib zexy] vs [declare -path bsaylor]. in the latter case
(multiple binaries in a directory) you could also instantiate objects
directly with a name prefix e.g. [bsaylor/partconv~]
- older versions of Pd would omit the standard paths (e.g.
"/usr/lib/pd/extra") when searching for paths declared with [declare -path].

gfasmdf
IOhannes


PS: rather than adding a "btw", why not just start a new thread, with a
new subject?

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-list">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>