Re: [Ironpython-users] Dotted assembly names and import

2012-02-18 Thread Keith Rome
org] On Behalf Of Geoffrey Bantle Sent: Saturday, February 18, 2012 7:28 PM To: ironpython-users@python.org Subject: [Ironpython-users] Dotted assembly names and import Hi Keith, Thanks for your response. I actually am familiar with python's import statement as I have been programming i

[Ironpython-users] Dotted assembly names and import

2012-02-18 Thread Geoffrey Bantle
es+rome=wintellect@python.org] *On Behalf Of > *Geoffrey > Bantle > *Sent:* Saturday, February 18, 2012 6:07 PM > *To:* ironpython-users@python.org > *Subject:* [Ironpython-users] Dotted assembly names and import > > ** ** > > Hello, > > I have a question

Re: [Ironpython-users] Dotted assembly names and import

2012-02-18 Thread Keith Rome
s+rome=wintellect@python.org [mailto:ironpython-users-bounces+rome=wintellect@python.org] On Behalf Of Geoffrey Bantle Sent: Saturday, February 18, 2012 6:07 PM To: ironpython-users@python.org Subject: [Ironpython-users] Dotted assembly names and import Hello, I have a question about assembl

[Ironpython-users] Dotted assembly names and import

2012-02-18 Thread Geoffrey Bantle
Hello, I have a question about assemblies compiled with pyc.py. If you just name them normally like, "Foobar.dll" or "Snafu.dll" you can add a reference to them and import them into IronPython as one would expect. If however you name them like "Foobar.Snafu.dll" you can add a reference to them but