<p dir="ltr">This may be a silly question, but are you running your code with frames (or maybe full frames) enabled? I seem to remember the six module requiring this...</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Jul 15, 2016 10:54 AM, "László Frank" <<a href="mailto:laszlo.frank@gmail.com">laszlo.frank@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>First off, many thanks for your continuous help Thimo.</div><div><br>And actually not, I did not try it that way. Honestly, this whole Python environment & search path stuff is very confusing for me. (I am still wondering why the file system hierarchy was chosen as a namespace in Python instead of declaring it explicitly from code. This was quite a bad idea in my view, but this is another topic....)</div><div><br></div><div>Based on your suggestion I think I will have to re-install a couple of packages with Ipy, as I only did it with Python and thought it is eventually the same. </div><div><br></div><div>Touching the installation topic, I would like to ask one other thing. I already learnt I can't use lxml package from IronPython. Have you by any chance heard about any alternatives to it ?</div><div><br></div><div>Thanks,</div><div>Laszlo</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 15, 2016 at 4:02 PM, Langbehn, Thimo <span dir="ltr"><<a href="mailto:t.langbehn@euroimmun.de" target="_blank">t.langbehn@euroimmun.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi László,<br>
<br>
> here is the output from ipy:<br>
> ...<br>
> .<br>
> C:\Program Files (x86)\IronPython 2.7\Lib<br>
> C:\Program Files (x86)\IronPython 2.7\DLLs<br>
> C:\Program Files (x86)\IronPython 2.7<br>
> C:\Program Files (x86)\IronPython 2.7\lib\site-packages<br>
> C:\Python27\DLLs<br>
> C:\Python27\lib<br>
> C:\Python27\lib\plat-win<br>
> C:\Python27\lib\lib-tk<br>
> C:\Python27<br>
> C:\Python27\lib\site-packages<br>
<br>
your ipy path includes the library from cpython (in C:\Python27).<br>
Have you tried to remove those Elements, and install your module (inkluding pkg_resources) in the IronPython Lib path?<br>
<br>
Cheers,<br>
<br>
Thimo<br>
</blockquote></div><br></div>
<br>_______________________________________________<br>
Ironpython-users mailing list<br>
<a href="mailto:Ironpython-users@python.org">Ironpython-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/ironpython-users" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/ironpython-users</a><br>
<br></blockquote></div></div>