On Tue, Jun 2, 2009 at 3:58 PM, Philippe Normand <[email protected]>wrote:
> Le mardi 02 juin 2009 à 09:08 +0800, Matthew Vermeulen a écrit : > > Hi all, > > > > > > As I've mentioned previously, moovida wasn't picking up the web2 > > module, throwing a "exceptions.ImportError: No module named web2" > > error. I'm still receiving this error when using moovida installed on > > F11 from Matthias' packages. I've attached the console output from > > running the command 'moovida'. > > > > > > Should I be filing a bug in this case? > > > > Yes, in the Fedora bug tracker :) > It looks like your twisted web2 package is buggy. To check: > > python -c "from twisted.web2 import responsecode" > > should not give any error if executed in a terminal. [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. Matt > > > > > > Cheers, > > > > > > Matt >
