usage of load_site.py
hi everyone, trying to help a member of the german zope list i came up against a snag. tried a few different combinations but could not get load_site.py to import anything, and never got a traceback, either. here is the syntax i used: python load_site.py -v -u superuser:xxxxxxx -p /soft/swtest.rw.root/zope/rel201/Zope-2.0.1-src/lib/python/ZPublisher /usr1/tmp/www/index.html does anyone see an obvious error or could just copy&paste some working argument list to me? eternally grateful, jens
On Mon, 15 Nov 1999, Jens Vagelpohl wrote:
python load_site.py -v -u superuser:xxxxxxx -p /soft/swtest.rw.root/zope/rel201/Zope-2.0.1-src/lib/python/ZPublisher /usr1/tmp/www/index.html
You loose an URL part: python load_site.py -v -u superuser:xxxxxxx -p /soft/swtest.rw.root/zope/rel201/Zope-2.0.1-src/lib/python/ZPublisher http://my.site/Zope/created_folder_for_the_site /usr1/tmp/www/index.html Oleg. ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
participants (2)
-
Jens Vagelpohl -
Oleg Broytmann