09 Feb 2012 02:47 AM |
|
Using IDL 8.1 (Workspace) under Mac Lion 10.7.2, its command line console stop printing at any moment. Sometimes I recover printing capability by asking to print something as numbers or numerical array, but generally it keeps without printing/reporting until next IDL restart. Please, somebody has a solution for this?
|
|
|
|
MariM Veteran Member
Posts:2396  
|
Deleted User New Member
Posts:5  
10 Feb 2012 02:46 AM |
|
Hi,
Thanks for your comment. Actually, with that article I could use IDL on my OS Lion despite of it is clearly stated that there is not support by now from Exelis for this OS. What I reported is that in the Console (command line) of IDL workbench main window, the printing capability is disable after some regular programming tasks.
Regards,
|
|
|
|
Deleted User New Member
Posts:5  
10 Feb 2012 02:46 AM |
|
Hi,
Now I've verified that when I use "Reset" option then the command line stops printing. Please, any help about it?
|
|
|
|
Deleted User New Member
Posts:  
27 Feb 2012 01:21 PM |
|
Perhaps something in your workbench configuration got messed up. Please open a command terminal, source the environment then and start IDLDE using the -clean switch.
For example:
bash-3.2$ . /Applications/itt/idl/idl81/bin/idl_setup.bash
bash-3.2$ idlde -clean
If the behavior continues, perhaps the workspace is corrupt. Try starting IDL in a new workspace using the "-data" switch. For example:
bash-3.2$ idlde -data ~/test_space
|
|
|
|