|
Re: IDL 8.2.1 released [message #81632 is a reply to message #81573] |
Thu, 04 October 2012 17:05   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Mark Piper writes:
> Here's a updated version of colortable.pro:
>
> ftp://download.exelisvis.com/groups/esg/dropoff/colortable.p ro
>
> You can drop this into the lib/graphics directory of your IDL distribution.
Well, here's the problem. On Windows 7 computers, I
can't write into those directories, because I don't
own them, even though I am nominally the "administrator"
of my machine. (This is an honorary title Windows bestows
on chumps who believe they know how to manage a computer.)
I'll have to investigate how to change the file permissions,
but I believe it involves giving up claim to your first-born
son. :-(
I can, of course, save the file in a local directory
and make sure that directory is found before the IDL
lib directory is found. But, you and I both know
well enough that solutions that require users
to userstand their IDL path are not exactly
what most people refer to as "robust"! ;-)
Thanks for this!
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thue. ("Perhaps thos speakest truth.")
|
|
|
|
|
|
|
Re: IDL 8.2.1 released [message #81725 is a reply to message #81632] |
Sat, 13 October 2012 17:17  |
Jim Pendleton
Messages: 165 Registered: November 2011
|
Senior Member |
|
|
On Thursday, October 4, 2012 6:05:52 PM UTC-6, David Fanning wrote:
> Mark Piper writes:
>
>
>
>> Here's a updated version of colortable.pro:
>
>>
>
>> ftp://download.exelisvis.com/groups/esg/dropoff/colortable.p ro
>
>>
>
>> You can drop this into the lib/graphics directory of your IDL distribution.
>
>
>
> Well, here's the problem. On Windows 7 computers, I
>
> can't write into those directories, because I don't
>
> own them, even though I am nominally the "administrator"
>
> of my machine. (This is an honorary title Windows bestows
>
> on chumps who believe they know how to manage a computer.)
>
> I'll have to investigate how to change the file permissions,
>
> but I believe it involves giving up claim to your first-born
>
> son. :-(
>
>
>
> I can, of course, save the file in a local directory
>
> and make sure that directory is found before the IDL
>
> lib directory is found. But, you and I both know
>
> well enough that solutions that require users
>
> to userstand their IDL path are not exactly
>
> what most people refer to as "robust"! ;-)
>
>
>
> Thanks for this!
>
>
>
> Cheers,
>
>
>
> David
>
>
>
>
>
>
>
> --
>
> David Fanning, Ph.D.
>
> Fanning Software Consulting, Inc.
>
> Coyote's Guide to IDL Programming: http://www.dfanning.com/
>
> Sepore ma de ni thue. ("Perhaps thos speakest truth.")
If you've downloaded the file with, say, a browser that you didn't start with Admin privileges it's simple to copy the file using a Windows Explorer instance that you've started with Admin privileges.
In the most general case, go to Start/All Programs/Accessories. Right-click on the Windows Explorer icon and select "Run as administrator". You should be able to copy the downloaded file into the protected directory.
Depending on how you access the FTP site (for example through Firefox or IE), you would start up that application with admin privileges instead and you'd have write access directly.
There may be instances when you'll want to start IDL or ENVI using the same technique on Win7.
I've found this feature of Win7 to be quite useful, simple to use, and not overly egregious.
|
|
|