[IronPython] ImportError: No module named

David Escobar davidescobar1976 at gmail.com
Fri Apr 9 07:51:30 CEST 2010


As an aside, you can also access XLSX files with CPython as well. You can
use the Python for Win32 extensions. Apparently, it even supports Python 3.x
(although I've only used it with Python 2.6 so far).

http://sourceforge.net/projects/pywin32/

David


On Thu, Apr 8, 2010 at 1:12 PM, Richard Steventon <steventon at gmail.com>wrote:

> Hi all,
>
> I am moving some code from Python to IronPython (latest) so I can
> access Excel XLSX files.  The code is a loose bunch of files in a
> single directory.
>
> ie:
>   main.ipy
>   accessFunctions.ipy
>
> Within main.ipy, I do:
>   from accessFunctions import *
> Which gives:
>   ImportError: No module named accessFunctions
>
> Checked the path.  That's ok.  So I googled, and found Ben Hall's
> blog:
> http://blog.benhall.me.uk/2008/05/ironpython-classes-within-separate.html
> Which shows that it should work....
>
> Any ideas ?
>
> -Bye
> -Richard
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20100408/2d055d96/attachment.html>


More information about the Ironpython-users mailing list