Omar.py schrieb: > CBlog gives me this error: > > http://paste.turbogears.org/paste/2941 > > It appears the it requires the cElementTree module to start.
Yes, that's right. > However, when I try to install cElementTree, it gives me this > incredibly long error: > > http://paste.turbogears.org/paste/2942 You need to install a C compiler, if you want to install cElementTree from source. However, you can install a binary package from turbogears.org with this command: easy_install -f http://turbogears.org/download/ cElementTree Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

