X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 03 Apr 2017 09:27 AM by  anon
Strange error with idlpy
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:24
New Member


--
03 Apr 2017 09:27 AM
    Hi all, here the strange error. I premise: two days ago i had no problem with my code. Traceback (most recent call last): File "G:/SVN EO/Simona/illegal_building_detection/Versione2/core/ibd.py", line 5, in from idlcodes import * File "G:\SVN EO\Simona\illegal_building_detection\Versione2\core\idlcodes.py", line 1, in from idlpy import IDL File "C:\Program Files\Harris\ENVI54\IDL86\lib\bridges\idlpy.py", line 318, in class IDL(IDLType("IDL", (object,), {})): File "C:\Program Files\Harris\ENVI54\IDL86\lib\bridges\idlpy.py", line 142, in __init__ pyidl.initialize() Exception: CLLAcquireLicense: Internal. Error in atexit._run_exitfuncs: Traceback (most recent call last): File "C:\Python27\Lib\atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "C:\Program Files\Harris\ENVI54\IDL86\lib\bridges\idlpy.py", line 26, in exitHandler pyidl.cleanup() AttributeError: 'NoneType' object has no attribute 'cleanup' Error in sys.exitfunc: Traceback (most recent call last): File "C:\Python27\Lib\atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "C:\Program Files\Harris\ENVI54\IDL86\lib\bridges\idlpy.py", line 26, in exitHandler pyidl.cleanup() AttributeError: 'NoneType' object has no attribute 'cleanup' Which kind of error is it?

    Deleted User



    New Member


    Posts:24
    New Member


    --
    04 Apr 2017 02:57 AM
    Problem solved.
    You are not authorized to post a reply.