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) Thank You, Vincent A. Primavera