[EuroPython] Tutorial Schedule

Juan David Ibáñez Palomar j-david@noos.fr
Thu, 13 Jun 2002 00:24:22 +0200


I've tried a similar configuration in my notebook: Zope 2.4.4,
Localizer from the CVS, and a Localizer object in the root of
the web site. It works.

I also tried to remove the Localizer object from the EuroPython
site, but it also failed.

I can't fix it if I can't reproduce it. I doubt it's the Localizer's
fault, but just to be sure, if someone could send me the Data.fs, a
tgz with all the products and everything else needed to set up a
similar server I would try to made more tests this weekend.



Joachim Schmitz wrote:

> Hi,
>
> I am using a modified load_site.py, but it is reproduceble with the 
> original load_site.py
>
> python load_site.py -u jschmitz:xxxx  http://www.europython.org/Talks 
> test.html
>
> results in:
>
> Traceback (most recent call last):
>  File "/usr/local/Zope-2.4.1-src/utilities/load_site.py", line 380, in ?
>    if __name__=='__main__': main()
>  File "/usr/local/Zope-2.4.1-src/utilities/load_site.py", line 174, in 
> main
>    for f in files: upload_file(object, f)
>  File "/usr/local/Zope-2.4.1-src/utilities/load_site.py", line 193, in 
> upload_file
>    return globals()['upload_'+ext](object, f)
>  File "/usr/local/Zope-2.4.1-src/utilities/load_site.py", line 336, in 
> upload_html
>    call(object.manage_addDTMLDocument, id=name, title=title, file=body)
>  File "/usr/local/Zope-2.4.1-src/utilities/load_site.py", line 178, in 
> call
>    try: apply(f,args, kw)
>  File "/usr/local/Zope-2.4.1-src/lib/python/ZPublisher/Client.py", 
> line 181, in __call__
>    if hasattr(v,'read'): return self._mp_call(kw)
>  File "/usr/local/Zope-2.4.1-src/lib/python/ZPublisher/Client.py", 
> line 287, in _mp_call
>    raise 'BadReply','Bad reply from server: '+line
> BadReply: Bad reply from server: HTTP/1.1 500
>
>
> --On Mittwoch, Juni 12, 2002 09:14:50 +0200 Juan David Ibáñez Palomar 
> <j-david@noos.fr> wrote:
>
>>
>> Joachim Schmitz wrote:
>>
>>> Hi Tom,
>>>
>>> I added the room field on my local test-site. But there is something
>>> strange going on at the server.
>>>
>>> first thing was that is no longer reachable unde europython2.zope.nl.
>>> I changed to
>>> www.europython.org, that works.
>>>
>>> I normally upload my modifications with a script, it used to work, but
>>> now I get an error, I assume it has something to do with the localizer
>>> product.
>>>