Closed GoogleCodeExporter closed 8 years ago
Original comment by j.bak...@atmind.nl
on 29 Jan 2010 at 9:05
XP Sp2 Python 3.1
works with Chrome, Opera, Firefox.
when trying to open http://localhost:8081/production.html IE gives error:
Message: Object doesn't support this action
Line: 36
Char: 3
Code: 0
URI: http://localhost:8081/script/tab.js
when trying to open http://localhost:8081/ IE flickers and shows nothing and
console
shows repeated messages:
localhost - - [29/Jan/2010 16:27:39] "GET / HTTP/1.1" 200 -
localhost - - [29/Jan/2010 16:27:39] "GET /site.css HTTP/1.1" 200 -
localhost - - [29/Jan/2010 16:27:39] "GET / HTTP/1.1" 200 -
localhost - - [29/Jan/2010 16:27:39] "GET /site.css HTTP/1.1" 200 -
localhost - - [29/Jan/2010 16:27:39] "GET / HTTP/1.1" 200 -
localhost - - [29/Jan/2010 16:27:39] "GET /site.css HTTP/1.1" 200 -
IE 8.0.6001.18702
Original comment by kisolre@gmail.com
on 29 Jan 2010 at 2:35
Original comment by m.dewanc...@atmind.nl
on 29 Jan 2010 at 2:59
python 3.1 error
doesn't display images (jpg, png, ..)
request
http://localhost:8081/download/file?file_id=162&production_id=2
gives error
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 4624)
Traceback (most recent call last):
File "C:\Python31\lib\socketserver.py", line 281, in _handle_request_noblock
self.process_request(request, client_address)
File "C:\Python31\lib\socketserver.py", line 307, in process_request
self.finish_request(request, client_address)
File "C:\Python31\lib\socketserver.py", line 320, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python31\lib\socketserver.py", line 614, in __init__
self.handle()
File "C:\Python31\lib\http\server.py", line 352, in handle
self.handle_one_request()
File "C:\Python31\lib\http\server.py", line 346, in handle_one_request
method()
File "server.py", line 99, in do_GET
self.doHandleThumbnail(512)
File "server.py", line 127, in doHandleThumbnail
servicedownload.handleGetThumbnail(self.wfile, request, session, size)
File "C:\BlAid\blender-aid-read-only_SVN\src\servicedownload.py", line 64, in
handleGetThumbnail
handleGet(wfile, request, session)
File "C:\BlAid\blender-aid-read-only_SVN\src\servicedownload.py", line 44, in
handleGet
sfile = file(rPath, "rb")
NameError: global name 'file' is not defined
----------------------------------------
python 2.6 with PIL works fine.
Original comment by kisolre@gmail.com
on 29 Jan 2010 at 2:59
IE requires variables to be explicitly defined as seen here
http://www.w3schools.com/jS/js_variables.asp
I tried declaring some of them and it works to the next undeclared var.
Will try to declare all.
Original comment by kisolre@gmail.com
on 29 Jan 2010 at 4:21
declared all vars, no errors but not working either.
Original comment by kisolre@gmail.com
on 29 Jan 2010 at 4:44
Attachments:
Original issue reported on code.google.com by
j.bak...@atmind.nl
on 29 Jan 2010 at 9:04