Krzysztof Adamski <[email protected]> wrote: > 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
I've just tried "yum install moovida" using my repository on my laptop running Rawhide (Fedora soon-to-be 11) x86_64. It upgraded the installed elisa, and moovida started up just fine. I have python-twisted-web2-8.1.0-6.fc11.x86_64 installed, and can't remove it without having moovida removed too (expected)... Could you send the output of the following command? rpm -qa 'moovida*' 'python-twisted*' | sort Mine is this : moovida-1.0.1-3.fc11.noarch moovida-base-1.0.1-3.fc11.noarch moovida-plugins-bad-1.0.1-2.fc11.noarch moovida-plugins-good-1.0.1-2.fc11.noarch python-twisted-core-8.2.0-2.fc11.x86_64 python-twisted-web2-8.1.0-6.fc11.x86_64 python-twisted-web-8.2.0-2.fc11.x86_64 Matthias
