"Suhail Murtaza" <> writes:
I have tried to reproduce your problem:
> 1>>>###
> mailhost="MailHost3"
> mailto="vikas <[EMAIL PROTECTED]>"
> mailfrom="suhail <[EMAIL PROTECTED]>" >
> Subject=""
> Dear Rik !
>
> ...
>
> ... sent but
Gijs Reulen writes:
> I would like to set a property with type 'date' from an External Method.
> Because the properties all seem to be saved as a string,
Zope does not store the properties as strings but as objects of the
correct type.
If you use the "PropertyManager" interface (as you sho
Cesar A. K. Grossmann writes:
> I'm with some troubles to connect
> to a PostgreSQL 7.0.2 database. The ZPyGreSQLDA
> (http://www.zope.org/Members/reedstrm/ZPyGreSQLDA-rjr) "is broken".
>
> Trying to compile PoPy 1.3.6:
> [root@bit PoPy-1.3.6]# ./configure
>
> Warning: next
Is it possible to return dtml from python, and have it rendered correctly
on the page?
for example, the python might look like this...
def get_header(somevar=1):
if somevar==1:
return ''
else:
return ''
The dtml document in the zodb might look like this...
Body text
Whe
nope it didn't work (or I couldn't figure it out how it works)
-IGUN-
ICQ:1474584
__
Make A Buck Or Two @ TheMail.com - Free Internet Email
Sign-up today at http://www.themail.com/ref.htm?ref=1321827
- Original Message -
From
> there two small bugs in "addZGDChart.dtml" which causes it to
> display only a white page at least under netscape
I found two other HTML "buglets":
- in "manage/edit.dtml" the block closes with , so the
chart types are not displayed in Netscape (Linux)
- in "manage/view.dtml" there shou
Hi
I'm with some troubles to connect a freshly installed Zope 2.2.1 on a
Conectiva Linux 5.0 (glibc-2.1.2, the rest is the same as Red Hat 6.x)
to a PostgreSQL 7.0.2 database. The ZPyGreSQLDA
(http://www.zope.org/Members/reedstrm/ZPyGreSQLDA-rjr) "is broken".
I tried to get the PoPyDA working, b
Martijn Pieters wrote:
>
> On Fri, Sep 15, 2000 at 07:03:35PM -0400, Chalu Kim wrote:
> > Has anyone run into this problem?
> >
> > Zope Error
> >
> > Zope has encountered an error while publishing this resource.
> >
> > Error Type: SystemError
> > Error Value: Failed to import class ImplicitAcq
there two small bugs in "addZGDChart.dtml" which causes it to display only
a white page at least under netscape:
here is the diff:
7,10d6
<
<
<
<
37c33
<
---
>
On Sat, 16 Sep 2000, Chui Tey wrote:
> ZGDChart with more chart styles, data from non-SQL sources, plus Linux
> binaries.
>
> Al
George wrote:
>
> I recently transformed my web site into a zope site. It's fantastic no
> question about that but I am a bit warried about the size of the web
> site. I already had to ask for user quota increase and it looks like
> I'll have to do it again soon. I got rid of the tutorial, produc
Hi
I would like to set a property with type 'date' from an External Method.
Because the properties all seem to be saved as a string, in Python I do:
self.prop_datetime = time.strftime('%Y/%m/%d %H:%M:%S.000
GMT+1',time.localtime(time.time()))
This results in a optically (!) correct value like:
Hi,
I've had a few reports of trouble with KM|Net News and Zope 2.2. I have
fixed the reported problem, but have not extensively tested KMNN with Zope
2.2. If you're using KMNN with Zope 2.2, you can pick up the new release
here:
http://www.zope.org/Members/taz/kmnn
Kevin
Hi!
I've experienced the same problem with GUF (which is why I am desperately
waiting for the LoginManager HOWTO). Everything looks fine first, but the
login screen will keep reappearing. Which part of the walkthrough could be
out of date, the password? ;-)
Maybe you could say a word or two abou
On Fri, Sep 15, 2000 at 07:03:35PM -0400, Chalu Kim wrote:
> Has anyone run into this problem?
>
> Zope Error
>
> Zope has encountered an error while publishing this resource.
>
> Error Type: SystemError
> Error Value: Failed to import class ImplicitAcquirerWrapper from
>module Acq
14 matches
Mail list logo