On Wed, Aug 19, 2009 at 7:00 PM, Horst Jäger <span dir="ltr"><<a href="mailto:h.jaeger@medienkonzepte.de">h.jaeger@medienkonzepte.de</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I would like to create my own lib "hotte.py" which I can import like<br>
<br>
<br>
import string,hotte<br>
<br>
. How do I do that?<br>
</blockquote><div><br>1) Have the hotte.py in the same directory of any of your other Python code that imports it, or<br>2) Put the hotte.py file in the Python import directive, whose location I do not know in Mac.. someone else will know, I'm sure =]<br>
<br>All in all, I'm pretty sure you don't have to compile it or anything, but it can be an option.<br><br>Cheers,<br>Xav </div></div>