That works, I now see the hello world example. Now to go look at the good stuff. Thanks, Wayne Phillip J. Eby wrote: > I've got a temporary fix. Change this line (269 in peak.util.imports): > > if '.' in moduleName: > > to read: > > if 0: >