I was attempting to follow the folder migration instructions written by M.J. 
Maré. 

I had trouble getting the command zopectl working in interactive mode or debug 
on my windows box. I did I bit of digging and someone suggested that it may be 
best to run a batch script if on a windows box. So I ran the follow bacth 
script :- 

@Set ZOPE_HOME=C:\Program Files\Plone 2\Zope
@Set PYTHON=C:\Program Files\Plone 2\Python\python.exe
@Set PYTHONPATH=C:\Program Files\Plone 2\Python\

"%PYTHON%" "folder.py"
Pause

In there the folder.py file is the script that M.J. Maré provided earlier. When 
the script runs I get the following error :-

File "folder.py", line 3, in ?
        mysite = app.pact 
NameError: name 'app' is not defined 

Does anyone know what value I should put in the script for this value or what 
the best way to run this script on a windows box. 

Thanks  
_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to