X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Jean-Pierre Le Rouzic" Newsgroups: comp.os.msdos.djgpp Subject: PythonD Date: Fri, 25 Nov 2005 23:31:30 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Lines: 23 Message-ID: <43878fc6$0$21279$8fcfb975@news.wanadoo.fr> Organization: les newsgroups par Wanadoo NNTP-Posting-Date: 25 Nov 2005 23:27:19 CET NNTP-Posting-Host: 80.11.201.81 X-Trace: 1132957639 news.wanadoo.fr 21279 80.11.201.81:3188 X-Complaints-To: abuse AT wanadoo DOT fr To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello a) When I try to launch a python program making: "import webservers", this import works fine under Windows, but do not work under dos. I use the same parameters for python environment (or at least I think I use the same parameters). b) The same program complains that a packet driver is not running while under Windows, but the packet driver says under Windows: H:\apps\python>e:\fdos\net\drivers\sl118\pktdrv\sis900.exe SiS 900/7016 PCI Adapters Packet Driver Version 1.15 (16/Aug/2002) (c) Copyright 2002 SiS Corporation. All Rights Reserved. Error: no adapter found with that configuration H:\apps\python> How can I trick Windows to use it's NDIS driver maskeraded as a packet driver? What do you think of this? Thanks for help. Jean-Pierre