Python embedded - linking problem on Linux - trying again

Jarkko Torppa torppa at staff.megabaud.fi
Wed Aug 14 10:53:39 EDT 2002


In article <3D57BD22.8090305 at kyborg.dk>, Kim Petersen wrote:
> 
> When creating an embedded python in an RM/Cobol-85 interpretor, i have 
> the following problem:
> 
> It seems that i have to link all the modules (the .so's) that i need 
> with the new dynamic link library, isn't it at all possible to make it 
> (the python embedded interpretor) just find the .so's like the regular 
> interpretor does?

What is the error message when trying to import something that
is not linked in ?

Check with strace what files/paths that failing import tries to search.

-- 
Jarkko Torppa, Elisa Internet



More information about the Python-list mailing list