Cool. Thanks Jimmy.
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
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 Stev
On Thu, Apr 8, 2010 at 10:12 PM, Richard Steventon 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:
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Richard Steventon
Sent: Thursday, April 08, 2010 1:13 PM
To: users@lists.ironpython.com
Subject: [IronPython] ImportError: No module named
Hi all,
I am moving some code from Python to IronPython (latest) so I can
access Excel XLSX files. The
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 name
shreyas waghmare wrote:
i recently installed mono and iron python on my Linux machine.
on iron python interactive prompt (using command ipy) i typed "import
clr" and it gave me an error
"ImportError: No module named clr"
Can you do "which ipy" to make sure that is really starting IronPytho
i recently installed mono and iron python on my Linux machine.
on iron python interactive prompt (using command ipy) i typed "import clr" and
it gave me an error
"ImportError: No module named clr"
I just installed mono on my machine and iron python (ipy) got installed on it (
may because it is
day, July 25, 2006 12:19 AM
> To: Discussion of IronPython
> Subject: [IronPython] ImportError: No module named parser
>
> In IP, parser - an interface to Python's internal parser, is not implemented.
> Is it a problem or not?
>
> IronPython 1.0.60712 (Beta) on .NET
HEMMI, Shigeru
Sent: Tuesday, July 25, 2006 12:19 AM
To: Discussion of IronPython
Subject: [IronPython] ImportError: No module named parser
In IP, parser - an interface to Python's internal parser, is not implemented.
Is it a problem or not?
IronPython 1.0.60712 (Beta) on .NET 2.0.50727.42 Co
In IP, parser - an interface to Python's internal parser, is not implemented.
Is it a problem or not?
IronPython 1.0.60712 (Beta) on .NET 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
>>> import parser
Traceback (most recent call last):
File , line 0, in ##3
File , lin
10 matches
Mail list logo