when i am trying to convert my project into war file using jython.I have installed python 3.2 and jython 2.5.2 version on my pc
1)Went to the project directory Ran this command on commandline jython manage.py buildwar --include-java-libs=/path/to/jython-standalone-2.7-b2.jar:/path/to/postgresql-9.1-902.jdbc4.jar
2)getting the following error:
I dont know whats wrong i am trying to deploy my project on Tomcat to build a pipeline.I need to convert my project into WAR format.I could not find anything on the internet regarding this problem. Please help me out thanks