<div>I can do this in stand alone programs because my code does the import and calls the login function so I can control the order of things.</div><div>Unfortunately stand alone programs are not the only ways in which I am using these Python bindings.</div>
<div><br></div><div>You can customize and extend this 3rd party application at various extension points all of which are invoked after login.</div><div>We have a lot of extensions written in Python.</div><div><br></div><div>
I guess I will have to back to the BAR vendor and ask if it is okay to remove their old .so file.</div><div>Perhaps their code will just work with the newer 0.9.8e or perhaps they'll have to relink or recompile.<br><div>
<br><div class="gmail_quote">On Fri, Nov 16, 2012 at 5:00 PM, Terry Reedy <span dir="ltr"><<a href="mailto:tjreedy@udel.edu" target="_blank">tjreedy@udel.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">[easy] Do the import before the function call, which is the proper order and the one that works.</div>
<div class="HOEnZb"><div class="h5"><br>
-- <br>
Terry Jan Reedy<br>
<br>
-- <br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/<u></u>mailman/listinfo/python-list</a><br>
</div></div></blockquote></div><br></div></div>