As long as there's an __init__.py we should recognize it as a module.  If by 
xmpp you're referring to PyXMPP at http://pyxmpp.jajcus.net/ then it looks like 
it relies upon a C Extension Library for libxml2.  IronPython doesn't support C 
Extension libraries - although there is an external project to get support for 
them in the form of IronClad 
(http://www.voidspace.org.uk/python/weblog/arch_d7_2008_02_16.shtml#e941).

If you're referring to something else you'll need to be a little more concrete 
about what the folders look like.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jose Ignacio 
Gisbert
Sent: Monday, February 25, 2008 10:32 PM
To: users@lists.ironpython.com
Subject: [IronPython] How to import python folders as modules

Hi all,

IronPython Works well when you import python .py modules, but when you import 
python modules as folders (as xmpp), it does not recognize them. Someone knows 
how to do it?

Thanks in advance,

Best Regards,

Ignacio
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to