Do you have the Jython scripting engine on you classpath? You need at least
Jython 2.5.1 since that version includes support for JRS-223. Try adding
this dependency:

        <dependency>
            <groupId>com.sun.script</groupId>
            <artifactId>jython-engine</artifactId>
            <version>20080611</version>
            <scope>test</scope>
        </dependency>

You can find the jar here:
http://svn.apache.org/repos/asf/servicemix/m2-repo

-----
Richard Kettelerij,
http://github.com/rkettelerij
-- 
View this message in context: 
http://camel.465427.n5.nabble.com/python-does-not-work-in-2-4-0-tp2842382p3244032.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to