[IronPython] How to import my own .net Components

senthilkumar senthilkumar.chockalingam at kla-tencor.com
Thu Sep 16 06:40:02 CEST 2004


I have created a .net component and placed in GAC. How do i use or import
this component and call its methods.

I tried to import as
	from sampleGAC import *  , but it gives error like this..
IronPython.Objects.PythonImportError: can't load sampleGAC
   at IronPython.Objects.module.Import(String fullName, Boolean keepTop)
   at IronPython.Objects.Ops.ImportStar(module mod, String fullName)
   at input_1.Run(Frame frame)
   at
klatencor.cp.apps.programs.CPythonInterpreter.CPythonInteractiveInterpreter.
pushCommand(String strCommand) in
e:\projects\cpythonwizard\cpythoninteractiveinterpreter\cpythoninteractivein
terpreter.cs:line 39

Please Assist me
Thanks in advance
Senthil Kumar




More information about the Ironpython-users mailing list