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&#39;ve only used it with Python 2.6 so far).<br><br><a href="http://sourceforge.net/projects/pywin32/">http://sourceforge.net/projects/pywin32/</a><br>
<br>David<br><br><br><div class="gmail_quote">On Thu, Apr 8, 2010 at 1:12 PM, Richard Steventon <span dir="ltr">&lt;<a href="mailto:steventon@gmail.com">steventon@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi all,<br>
<br>
I am moving some code from Python to IronPython (latest) so I can<br>
access Excel XLSX files.  The code is a loose bunch of files in a<br>
single directory.<br>
<br>
ie:<br>
   main.ipy<br>
   accessFunctions.ipy<br>
<br>
Within main.ipy, I do:<br>
   from accessFunctions import *<br>
Which gives:<br>
   ImportError: No module named accessFunctions<br>
<br>
Checked the path.  That&#39;s ok.  So I googled, and found Ben Hall&#39;s<br>
blog: <a href="http://blog.benhall.me.uk/2008/05/ironpython-classes-within-separate.html" target="_blank">http://blog.benhall.me.uk/2008/05/ironpython-classes-within-separate.html</a><br>
Which shows that it should work....<br>
<br>
Any ideas ?<br>
<br>
-Bye<br>
-Richard<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>
<a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
</blockquote></div><br>