[Zope-dev] Zope+java applet

2002-07-18 Thread Juliette Colmant
Hi, I wanted to know if it was possible to call a java applet with Zope? What kind of object do I have to use? When shall I put the file of my java Applet? Does someone have a little example? Thanks, Juliette. ___ Do You Yahoo!? -- Une

Re: [Zope-dev] creating threads in Zope

2002-07-09 Thread Juliette Colmant
--- Romain Slootmaekers [EMAIL PROTECTED] a écrit : Juliette Colmant wrote: I had a brief llok to Xron. In fact I have some corba c++ servers that Ii access from a python script. So the server is blocking. that's why I need to use threads. So Xron may be what I need. Romain, do you

[Zope-dev] creating threads in Zope

2002-07-08 Thread Juliette Colmant
Hi, I have some python scripts I want to use in Zope. Some of them are blocking, so I was thinking about creating some threads into Zope to use my python scripts. Does somebody knows if it is possible and how? thanks ___ Do You Yahoo!? --

[Zope-dev] Write in a file.

2002-07-01 Thread Juliette Colmant
Hello, I have a Python script that has to write a string in a file. When I launch it from Zope, I have an error message from Zope telling me I can't write in my file. Is there a way to write in a file from Zope or not? Is that a problem a rights? Do I change something about the security in Zope?

[Zope-dev] error with libraries that I'm not using anymore

2002-06-27 Thread Juliette Colmant
Hello, I have a problem using libraries in Zope. I have a Python script that calls a C++ code using libraries. Actually, at the begining I had a test.so library. But now I changed the way to compile my program and I have no test.so library anymore, and when I call my python script via Zope, I

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]> You probabl

[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