On Fri, 12 Jan 2007 17:21:16 -0800, Yi Qiang <[EMAIL PROTECTED]> wrote:
> > > On Jan 12, 2007, at 3:59 PM, William Stein wrote: > >> Fix the package so that the name is lower case, and also when >> extracted the directory name exactly matches the package name >> (without spkg). > > Done. New spkg here: > > http://sage.math.washington.edu/home/yi/spkgs/twistedweb2-0.2.0.spkg Thanks. It installs. However the first thing I tried doesn't work: sage: import twisted.web2 --------------------------------------------------------------------------- <type 'exceptions.AttributeError'> Traceback (most recent call last) /Users/was/Desktop/<ipython console> in <module>() /Users/was/s/local/lib/python2.5/site-packages/twisted/web2/__init__.py in <module>() 9 10 """ 11 12 from twisted.web2._version import version ---> 13 __version__ = version.short() <type 'exceptions.AttributeError'>: X instance has no attribute 'short' Maybe web2 doesn't work with twisted-2.5 yet? William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---
