Dnia 2009-06-02, wto o godzinie 18:22 +0800, Matthew Vermeulen pisze: > [matt...@localhost ~]$ python -c "from twisted.web2 import > responsecode" > Traceback (most recent call last): > File "<string>", line 1, in <module> > ImportError: No module named web2 > > > Obviously a problem there then - I suppose this is then outside the > scope of this mailing list. Has anyone else had moovida running on > F11? I will probably have to try playing around with those packages, > but I'm going to be very busy this week, and the next - I'll let you > know if anything changes though. Thanks anyway.
# python -c "from twisted.web2 import responsecode" # cat /etc/fedora-release Fedora release 11 (Leonidas) I have Moovida from git, not from Matthias' package but I don't think it makes any difference. Anyway, this should fix your problem: # yum install python-twisted-web2
