I have several TG applications that I have recently upgraded to the current stable version. They are isolated in workingenv sandboxes. When starting the applications I know get this in the output...
/home/pkraus/tools/tg_app/lib/python2.4/RuleDispatch-0.5a0.dev_r2306- py2.5-linux-i686.egg/dispatch/strategy.py:485: RuntimeWarning: Python C API version mismatch for module _d_speedups: This Python has API version 1012, module _d_speedups has version 1013. from _d_speedups import dispatch_by_mro /home/pkraus/tools/tg_app/lib/python2.4/simplejson-1.7.3-py2.5-linux- i686.egg/simplejson/encoder.py:6: RuntimeWarning: Python C API version mismatch for module _speedups: This Python has API version 1012, module _speedups has version 1013. from simplejson import _speedups /home/pkraus/tools/tg_app/lib/python2.4/RuleDispatch-0.5a0.dev_r2306- py2.5-linux-i686.egg/dispatch/strategy.py:485: RuntimeWarning: Python C API version mismatch for module _d_speedups: This Python has API version 1012, module _d_speedups has version 1013. from _d_speedups import dispatch_by_mro /home/pkraus/tools/tg_app/lib/python2.4/simplejson-1.7.3-py2.5-linux- i686.egg/simplejson/encoder.py:6: RuntimeWarning: Python C API version mismatch for module _speedups: This Python has API version 1012, module _speedups has version 1013. on all applications. Everything is working but I am not sure what I am looking at or how to correct it. Paul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

