> I have downloaded the 'piddle-1.0.15.zip' from sourceforge, but i can't > install it. > I extracted it into a tmp directory, i went into the tmp\piddle-1.0.15 > directory, > run python setup.py install, > > and the last line at the prompt is : > File "C:\Python22\lib\distutils\util.py", line 87, in convert_path > if pathname[0] == '/': > IndexError: string index out of range > > and so > >>> import pdfgen > Traceback (most recent call last): > File "<interactive input>", line 1, in ? > ImportError: No module named pdfgen > >>> import piddle.pdfgen > Traceback (most recent call last): > File "<interactive input>", line 1, in ? > ImportError: No module named piddle.pdfgen > >>> > > I use PythonWin 2.2a2+ (#22, Sep 5 2001, 14:10:41) [MSC 32 bit (Intel)] on > win32. > Have you tried upgrading to 2.2.1? You are using an alpha version...
Thomas _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython
