.NET available

Neil Hodgson neilh at scintilla.org
Tue Aug 8 05:09:56 EDT 2000


   Its not happy. Most of the make went well until (this is second run):

        cd corglue
        ..\nmake /nologo  /
'corglue.dll' is up-to-date
        cd G:\Downloads\ManagedPython-20000622
        cd pyruntime
        ..\nmake /nologo /
        cd G:\Downloads\ManagedPython-20000622
        cd p2c
        ..\nmake /nologo  /
        cpy.py /dll /v /w:9 /assembly-filename:delme.delme /o:builtins.mod
/modu
le-name:builtins builtins.py $PYTHON_HOME\lib\string.py modules\time.py
Internal Traceback:
Traceback (innermost last):
  File "G:\DOWNLO~1\MANAGE~1\p2c\cpy.py", line 55, in compile_code
    compiler.createModule(file_name)
  File "G:\DOWNLO~1\MANAGE~1\p2c\genil.py", line 406, in createModule
    self.actx = AssemblyContext(self)
  File "G:\DOWNLO~1\MANAGE~1\p2c\genil.py", line 2332, in __init__
    app_domain = glue.Thread_GetDomain()
  File "<COMObject P2IL2.CORGlue>", line 3, in Thread_GetDomain
  File "G:\Program Files\Python\win32com\client\__init__.py", line 103, in
Dispa
tch
    return __WrapDispatch(dispatch, userName, resultCLSID, typeinfo,
UnicodeToSt
ring, clsctx)
  File "G:\Program Files\Python\win32com\client\__init__.py", line 38, in
__Wrap
Dispatch
    if gencache.GetModuleForCLSID(resultCLSID) is not None:
  File "G:\Program Files\Python\win32com\client\gencache.py", line 164, in
GetMo
duleForCLSID
    makepy.GenerateChildFromTypeLibSpec(sub_mod, info)
  File "G:\Program Files\Python\win32com\client\makepy.py", line 244, in
Generat
eChildFromTypeLibSpec
    tlb = pythoncom.LoadRegTypeLib(typelibCLSID, major, minor, lcid)
com_error: (-2147319779, 'Library not registered.', None, None)
----
Error: Internal compiler error: Library not registered.
NMAKE : fatal error U1077: 'cpy.py' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '..\nmake' : return code '0x2'
Stop.

   We could take this to another forum but I imagine other people will make
the same mistakes I am making.

   Neil






More information about the Python-list mailing list