Hello,<br><br>I have a question about assemblies compiled with pyc.py. If you just name<br>them normally like, &quot;Foobar.dll&quot; or &quot;Snafu.dll&quot; you can add a reference<br>to them and import them into IronPython as one would expect. If however<br>
you name them like &quot;Foobar.Snafu.dll&quot; you can add a reference to them<br>but it does not seem like you can import them at all. You are given the error:<br><br>&quot;ImportError: No module named Snafu&quot;<br><br>
Is this intended behavior? My understanding is that dotted assembly names<br>are quite common in .Net and I have a project where I would like to have<br>assemblies compiled by pyc.py to sit side by side with assemblies written<br>
in C#. Maybe this is not the natural way to do things?<br><br>Any help is appreciated.<br><br>Best Regards,<br>Geoffrey Bantle<br><a href="mailto:gbantle@gmail.com">gbantle@gmail.com</a><br>