-The first the you should check is if there your application is using a Webware plug-in that is not available in Webware for Python 3 any more. Among the built-in plug-ins, these are COMKit, CGIWrapper, KidKit, and, most prominently, MiddleKit. If your application is based on MiddleKit, you will need to migrate MiddleKit to Python 3 and the slightly changed plug-in system in Webware for Python 3, or wait for someone to publish a MiddleKit for Webware for Python 3 as an external plug-in. The same is true if you are using any other external plug-in. If your are using only PSP or one of the other built-in plug-ins, you will have no problem at this point, since they are still included in Webware for Python 3. See the section on :ref:`plug-ins` for details on how to write plug-ins for Webware for Python 3.
0 commit comments