hello
I want to transfer static website into zope
I am trying this with load_site.py, after running the command statement
>>> python ./load_site.py -u manish/manish -D http://localhost:8080/test *.html *.htm
i am getting the error File"<stdin>", line 1 syntax error
i kept load_site.py in bin dir of zope i.e. the same directory in which python.exe is present
first i double click the python.exe and then wrote the above commpand , is any wrong steps i m doing, kindly inform me
please tell me the procedure and ofcourse if any small ex
thanx in advance
manish