idl 7.0 cannot save pro file in Ubuntu 9.10? [message #68569] |
Mon, 16 November 2009 18:02  |
LI, Tongmu
Messages: 3 Registered: June 2009
|
Junior Member |
|
|
Hi all,
I am new to IDL and also new to Linux. But recently, I need to deal
with some data which could only be read by IDL software in Linux
platform. So I started handling it.
I installed Ubuntu 9.10 and IDL 7.0.
But something wired happened. I cannot save .pro file through IDL
workbench. I can do the command line mode, however. But I really want
to use the workbench.
So I am wondering whether anyone met the same problem before.
Thanks in advance,
Tongmu
|
|
|
|
Re: idl 7.0 cannot save pro file in Ubuntu 9.10? [message #68716 is a reply to message #68569] |
Tue, 17 November 2009 00:23  |
Chris[6]
Messages: 84 Registered: July 2008
|
Member |
|
|
On Nov 16, 4:42 pm, pp <pp.pente...@gmail.com> wrote:
> On Nov 17, 12:02 am, "LI, Tongmu" <litongmu.u...@gmail.com> wrote:
>
>
>
>> Hi all,
>
>> I am new to IDL and also new to Linux. But recently, I need to deal
>> with some data which could only be read by IDL software in Linux
>> platform. So I started handling it.
>
>> I installed Ubuntu 9.10 and IDL 7.0.
>
>> But something wired happened. I cannot save .pro file through IDL
>> workbench. I can do the command line mode, however. But I really want
>> to use the workbench.
>
>> So I am wondering whether anyone met the same problem before.
>
>> Thanks in advance,
>> Tongmu
>
> My guess is that you do not have permission to write either the file
> or the directory where you want it to be.
From the command line, try running the following line in the directory
you want to save to:
sudo chmod a+w .
Which will give you write permissions to the folder if you don't have
them.
|
|
|
Re: idl 7.0 cannot save pro file in Ubuntu 9.10? [message #68718 is a reply to message #68569] |
Mon, 16 November 2009 18:42  |
penteado
Messages: 866 Registered: February 2018
|
Senior Member Administrator |
|
|
On Nov 17, 12:02 am, "LI, Tongmu" <litongmu.u...@gmail.com> wrote:
> Hi all,
>
> I am new to IDL and also new to Linux. But recently, I need to deal
> with some data which could only be read by IDL software in Linux
> platform. So I started handling it.
>
> I installed Ubuntu 9.10 and IDL 7.0.
>
> But something wired happened. I cannot save .pro file through IDL
> workbench. I can do the command line mode, however. But I really want
> to use the workbench.
>
> So I am wondering whether anyone met the same problem before.
>
> Thanks in advance,
> Tongmu
My guess is that you do not have permission to write either the file
or the directory where you want it to be.
|
|
|