Just to chime in on this.
I too just encountered this problem. This fix works:
> > 351c351,356
> > < uri[0] = uri[0] + '/'
> > ---
> > > if not uri[0][-1] == '/':
> > >uri[0] = uri[0] + '/'
> > > else: # the script_name after the final slash should be used
> > >script_name = trans
Sorry if I didn't do enough research and make my first question clear the first
time around.
It was MiscUtils/DataTable.py that was trying to load xxx.mkmodel/Classes.csv
that gave me the problem. DataTable.py at line 293 does an open for the
relative filename 'xxx.mkmodel/Classes.csv'. My scri
Chuck Esterbrook <[EMAIL PROTECTED]> wrote:
>
>At 06:14 PM 6/27/2001 +0200, Heiko Hees wrote:
>>hi,
>>in the python9 conference paper there is
>>FormKit mentioned. Can i download it somewhere?
>
>I had to finalize the paper well before it was presented. Consequently,
>some components did not make