Re: Idl 5.6 &linux [message #54593 is a reply to message #54514] |
Fri, 22 June 2007 02:36  |
Paolo Grigis
Messages: 171 Registered: December 2003
|
Senior Member |
|
|
Ce wrote:
> I see :) ...I try to explain better:
> 1) E.g: to copy under linux the keyboard :) shortcut is ALT+C and to
> paste ALT+V but don't go
Well, I suspect that this has more to do with the configuration of the
shell than with IDL. The easiest way to copy & paste in Linux is selecting
some text and using the middle mouse button for copying.
> 2) I don't expect that the windows script is compatible under linux
> but the simple row: image=read_tiff('home/kit/32G.tif') don't go
First thing to check is if the file exist, using FILE_TEST.
If it does not find the file you may want to try '/home/...' instead.
Ciao,
Paolo
>
> On 19 Giu, 16:59, metachronist <rkombi...@gmail.com> wrote:
>> On Jun 19, 9:43 pm, Cecil <cecilia.devec...@gmail.com> wrote:
>>
>>> Hi folks!
>>> I've installedIDL5.6underlinux(ubuntu feisty). It seems work
>>> fine, but the shortcuts don't go and a simple script that I've write
>>> under windows don't run, so I tried with a single line with a
>>> read_tiff butIdlsays "error".....what's the problem?
>>> Thanks in advance.
>>> Regards
>> Well, shortcuts to what? And where are they "not" going? Shortcuts are
>> meant to go somewhere, right? :) Well, if you wrote a script that runs
>> under windoze, do you expect it to be cross-platform compatible?! The
>> conventions (drives) and the slashes (/ vs. \) are all different, so
>> will be the "locations (paths)" where they are installed (/usr/local/
>> rsi in GNU/Linuxand "I don't know where" in windows).
>> In short, reading your post, it is not clear what you want to tell
>> us..
>> ~rk
>
>
|
|
|