[Zope] Fw: [Zope] Can't get ZClient to work, zope 2.2.0

2000-08-11 Thread Loren Stafford



> From: "Bill Welch" <[EMAIL PROTECTED]>
> 
> 
> > hit http://zope.carbonecho.com/forum/sepServe to see the error
> > ('expecting read-only buffer...')
> > 
> 
> This is a known bug. You need to install this patch to Client.py:
> 
>  #h.connect((self.host, self.port))
>   h.connect(self.host, self.port)
> 
>  Restart Zope after installing.
> 
> See http://classic.zope.org:8080/Collector/1480/view
> 
> -- Loren
> 
> 
> 


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] Can't get ZClient to work, zope 2.2.0

2000-08-11 Thread Bill Welch

hit http://zope.carbonecho.com/forum/sepServe to see the error
('expecting read-only buffer...')

here's the external function:

from ZPublisher import Client

def ServePHP(url='http://www.yahoo.com', username='bill', password='xyz'):
print 'Sep Serving ' + str(url) 
return Client.call(url, username, password) [1]






___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )