Re: [Zope-dev] Error by using libraries with an external method

2002-06-24 Thread Juliette Colmant
  Leonardo Rochael Almeida <[EMAIL PROTECTED]> a écrit : On Fri, 2002-06-21 at 17:25, Juliette Colmant wrote:> > > [...]> > > Error Type: ImportError> > > Error Value: ./test.so: cannot open shared object> > > file: No such file or directory> > --- Leonardo Rochael Almeida <[EMAIL PROTECTED]>>

Re: [Zope-dev] Error by using libraries with an external method

2002-06-24 Thread Leonardo Rochael Almeida
On Fri, 2002-06-21 at 17:25, Juliette Colmant wrote: > > > [...] > > > Error Type: ImportError > > > Error Value: ./test.so: cannot open shared object > > > file: No such file or directory > > --- Leonardo Rochael Almeida <[EMAIL PROTECTED]> > > You probably need to put your library in the > >

Re: [Zope-dev] Error by using libraries with an external method

2002-06-24 Thread Matt Behrens
Dario Lopez-Kästen wrote: > From: "Leonardo Rochael Almeida" <[EMAIL PROTECTED] >>Putting it in the Extesions directory, so that it can be imported by >>external methods, doesn't seem to work, even if you put Extensions in >>the PYTHONPATH, at least in my experience. > hm... Putting it in the

Re: [Zope-dev] Error by using libraries with an external method

2002-06-23 Thread Dario Lopez-Kästen
From: "Leonardo Rochael Almeida" <[EMAIL PROTECTED] > Putting it in the Extesions directory, so that it can be imported by > external methods, doesn't seem to work, even if you put Extensions in > the PYTHONPATH, at least in my experience. > hm... Putting it in the Extensions directory has worke

Re: [Zope-dev] Error by using libraries with an external method

2002-06-21 Thread Leonardo Rochael Almeida
On Fri, 2002-06-21 at 11:37, 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

[Zope-dev] Error by using libraries with an external method

2002-06-21 Thread Juliette Colmant
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 encount