Re: [IronPython] ImportError: No module named

2010-04-09 Thread Cronin, Ted
Cool. Thanks Jimmy. ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] ImportError: No module named

2010-04-08 Thread David Escobar
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

Re: [IronPython] ImportError: No module named

2010-04-08 Thread Can Gencer
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:

Re: [IronPython] ImportError: No module named

2010-04-08 Thread Lepisto, Stephen P
[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

[IronPython] ImportError: No module named

2010-04-08 Thread Richard Steventon
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

Re: [IronPython] ImportError: No module named clr

2009-05-28 Thread Michael Foord
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

[IronPython] ImportError: No module named clr

2009-05-28 Thread shreyas waghmare
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

Re: [IronPython] ImportError: No module named parser

2006-07-26 Thread HEMMI, Shigeru
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

Re: [IronPython] ImportError: No module named parser

2006-07-25 Thread Dino Viehland
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

[IronPython] ImportError: No module named parser

2006-07-25 Thread HEMMI, Shigeru
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