Kattni schrieb: > I started again. Installed python 2.5.2 and reinstalled TurboGears. > Had to install XCode and redo the turbo gears install, it wanted GCC
Yes, currently you need Xcode/Gcc on Mac OS X 10.5 because you need to compile the PyProtocols package. > and I forgot to install it first. During the last install I received > the following errors: > [...] > src/protocols/_speedups.c:1184: warning: passing argument 2 of > 'PyType_IsSubtype' from incompatible pointer type Those are not errors but compiler warnings. Compiler warnings usually don't mean that a program/module does not compile (though they may indicate a potential for subtle bugs, but most of the time they're harmless). > Adding PyProtocols 1.0a0dev-r2302 to easy-install.pth file Here you can see that PyProtocols has been sucessfully installed. > Doesn't that mean it succeeded? Yes. >What do the errors mean and are they > anything I should be concerned about? See above. Could you do us a favour and send me (by private email) the PyProtocols egg file that was produced by your installation? I can then upload it to turbogears.org and everybody on Mac OS X 10.5 can profit from your pioneering effort! 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 -~----------~----~----~----~------~----~------~--~---

