[Zope-dev] Hi, new to zope

Ramon Linan rlinan@truality.com
Thu, 19 Jun 2003 12:24:40 -0400


Hi Andreas

it worked!!!! that file was owned by root, although it has 777 =
permission.!!?? anyway, I worked after the zope user took control of the =
file and also after putting in z2.py those lines...thanks

-----Original Message-----
From: Andreas Jung [mailto:andreas@andreas-jung.com]
Sent: Thursday, June 19, 2003 10:51 AM
To: Ramon Linan
Cc: zope-dev@zope.org
Subject: RE: [Zope-dev] Hi, new to zope


And maybe check the filepermissions of your _mysql.so file!
It must be readable by python!

-aj

--On Donnerstag, 19. Juni 2003 16:41 Uhr +0200 Andreas Jung=20
<andreas@andreas-jung.com> wrote:

> add the following to your z2.py:
>
> import sys
> print sys.path
>
> Check the output against your PYTHONPATH.
>
> -aj
>
>