[EuroPython] Tutorial Schedule

Juan David Ibáñez Palomar j-david@noos.fr
Wed, 12 Jun 2002 10:41:44 +0200


Thanks Joachim, I'll try to reproduce and fix the problem. I'm
not sure that it's a Localizer problem, but it could be, I've
never used "load_site".

Unfortunately it won't be before this night. Is there any other
way to do it in the meanwhile?


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.
>>>
>>
>> Which is the error?
>>
>>
>>
>>> I made the modification throught the zmi. From time to time, the
>>> responses are very slow.
>>>