Medusa...

Gerhard Häring gerhard.nospam at bigfoot.de
Wed Apr 18 16:12:04 EDT 2001


"Vincent A. Primavera" wrote:
> 
> Hello,
> 
>         If there are any Medusa experts out there...  I am having a problem getting
> the server up and running.  When I run the start up script I get an error:
> AttributeError: 'string' object has no attribute 'join'  Below I have listed
> the suspect function...
> 
>         def join (seq, field=' '):
>                 return field.join (seq)

For string methods, you'll need at least Python 2.0.

Gerhard
-- 
Sorry for the fake email, please use the real one below to reply.
contact: g e r h a r d @ b i g f o o t . d e
web:     http://highqualdev.com



More information about the Python-list mailing list