test_socket_ssl: what is 'network resource'?

Oleg Broytmann phd at phd.pp.ru
Fri Jan 4 08:41:42 EST 2002


On Fri, Jan 04, 2002 at 02:08:52PM +0100, Carsten Gaebler wrote:
> when running 'make test', what does "test test_socket_ssl skipped --
> Use of the `network' resource not enabled" mean? How do I enable the
> 'network' resource?

   Edit the Makefile. Go to the line "TESTOPTS=	-l" and edit it. For Python
2.1.1 you need "TESTOPTS=	-l --have-resources" and for 2.2 you need
"TESTOPTS=	-l -u network".

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.




More information about the Python-list mailing list