[Twisted-Python] Re: Twisted 2.0 pre-pre release on Windows

Kevin Dangoor kid at kendermedia.com
Mon Feb 14 12:55:07 MST 2005


line 90 of twisted/python/dist.py should read:
        if relative.startswith(os.path.sep):

rather than relative.startswith('/')

Kevin

Kevin Dangoor wrote:

> Hi,
>
> I ran into two problems installing the Twisted 2.0 core pre-prerelease:
>
> 1) the post install script referred to by setup.py does not appear to 
> exist
> 2) the twisted.python.dist module computed the data_files path with a 
> leading "\". So, for example, setup.py tried to copy 
> "\twisted\plugins.tml" rather than "twisted\plugins.tml" and couldn't 
> find it.
>
> Kevin
>





More information about the Twisted-Python mailing list