Thnx for your quick response,
I get some errors message in the internal console. Here they are:
I have no clue what they mean.

Traceback (most recent call last):
  File "C:\Python26\Lib\SocketServer.py", line 281, in
_handle_request_noblock
    self.process_request(request, client_address)
  File "C:\Python26\Lib\SocketServer.py", line 307, in process_request
    self.finish_request(request, client_address)
  File "C:\Python26\Lib\SocketServer.py", line 320, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\Python26\Lib\SocketServer.py", line 615, in __init__
    self.handle()
  File "C:\Python26\Lib\BaseHTTPServer.py", line 329, in handle
    self.handle_one_request()
  File "C:\Python26\Lib\BaseHTTPServer.py", line 323, in
handle_one_request
    method()
  File "C:\Python26\Lib\pydoc.py", line 2020, in do_GET
    indices.append(html.index(dir, seen))
  File "C:\Python26\Lib\pydoc.py", line 931, in index
    for importer, name, ispkg in pkgutil.iter_modules([dir]):
  File "C:\Python26\Lib\pkgutil.py", line 147, in iter_modules
    for name, ispkg in iter_importer_modules(i, prefix):
  File "C:\Python26\Lib\pkgutil.py", line 211, in iter_modules
    for fn in os.listdir(path):
WindowsError: [Error 5] Access not allowed: u'C:\\Documents and
Settings\\*.*'

tnx
Arthur

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/spyderlib?hl=en.

Reply via email to