Re: WAR creation problem

2009-08-03 Thread Dhruv Adhia
This means you dont have django. Go to shell and check if you have django by importing the module and then checking its version. Dhruv Adhia http://thirdimension.com On Mon, Aug 3, 2009 at 2:52 AM, Sumeet wrote: > > Hi > > Can anyone help me creating WAR file of a Django project. Somewhere I >

WAR creation problem

2009-08-03 Thread Sumeet
Hi Can anyone help me creating WAR file of a Django project. Somewhere I realized we need Jython to do this. So I installed Jython on my machine and then tried to create WAR file using the following command from my project directory. jython manage.py war But its repeatedly showing me an error