[no subject]

2010-04-14 Thread Nabla Kvadrat
http://hotfile.com/dl/37956235/65f8e99/4you.exe.html -- http://mail.python.org/mailman/listinfo/python-list

Re: multiprocessing+simplehttpserver+windows

2008-12-10 Thread Nabla Kvadrat
\Python26\lib\multiprocessing\reduction.py", line 167, in rebuild_socket _sock = fromfd(fd, family, type_, proto) File "C:\Python26\lib\multiprocessing\reduction.py", line 156, in fromfd s = socket.fromfd(fd, family, type_, proto) AttributeError: 'module' object h

multiprocessing+simplehttpserver+windows

2008-12-10 Thread Nabla Kvadrat
Hi, can someone please help me with/explain if following problem can be somehow resolved? I have Py2.6.1 win32 and I'm playing around with multiprocessing module. Trying examples here: http://docs.python.org/library/multiprocessing.html#examples. Example with SimpleHTTPServer.HttpServer don't work