[Mono-osx] Ironpython on Macosx problem

Vincent Zee zenzeep at gmail.com
Fri Mar 20 15:29:33 EDT 2009


Hi Andreas,

thank you for your reply.

As you can see my path is in order and you can see that the path to
ironpython is correct.
I have no idea why ImageMagick is invoked.

/\
Vincent

$ echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin

$ /usr/bin/ipy
IronPython 1.1 (1.1) on .NET 2.0.50727.1433
Copyright (c) Microsoft Corporation. All rights reserved.
>>>

$ /usr/bin/ipy2
IronPython console: IronPython 2.0A5 (2.0.11011.00) on .NET 2.0.50727.1433
Copyright (c) Microsoft Corporation. All rights reserved.
>>>

On Fri, Mar 20, 2009 at 8:10 PM, Andreas Färber <andreas.faerber at web.de>wrote:

> Hi,
>
> Am 18.03.2009 um 16:19 schrieb zenzee:
>
>  I installed the latest (Mono 2.2_5 Framework - Universal) package
>> [...] and tried to run this script from the
>> terminal:
>>
>> #!/usr/bin/ipy
>>
> [...]
>
>  I get the following error message:
>>
>> Version: ImageMagick 6.3.3 03/06/07 Q16 http://www.imagemagick.org
>> Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC
>>
>> Usage: import [options ...] [ file ]
>>
> [...]
>
> Obviously ImageMagick is not IronPython, so someone or something has
> installed another application /usr/bin/ipy on your machine. Either replace
> it or change your PATH environment variable or use an absolute path to
> invoke the correct IronPython executable.
>
> Andreas
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-osx/attachments/20090320/e349fb59/attachment.html 


More information about the Mono-osx mailing list