21 Jun
2002
21 Jun
'02
2:43 p.m.
my guess: you are using a binary install of zope and your library is not within its pythonpath, but in the pythonpath of your system's python. jens On Friday, June 21, 2002, at 10:36 , Juliette Colmant wrote:
Hello, I have a problem using libraries with Zope. I have a C++ program. I made some libraries to be able to call it with Python. When I use just Python it works. But when I call my Python script with a Zope External method i doesn't work. The error message I get is :
Zope Error
Zope has encountered an error while publishing this resource.
Error Type: ImportError Error Value: ./test.so: cannot open shared object file: No such file or directory
If someone can help me? Thanks