X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "bdurbin AT gmail DOT com" Newsgroups: comp.os.msdos.djgpp Subject: Re: Howto create extensions for PythonD Date: 12 May 2006 21:51:06 -0700 Organization: http://groups.google.com Lines: 22 Message-ID: <1147495866.132298.261280@u72g2000cwu.googlegroups.com> References: <1147465565 DOT 398297 DOT 52230 AT g10g2000cwb DOT googlegroups DOT com> <446503CB DOT 1060606 AT alex3> <1147487385 DOT 985215 DOT 148130 AT j73g2000cwa DOT googlegroups DOT com> NNTP-Posting-Host: 71.10.178.221 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1147495871 32293 127.0.0.1 (13 May 2006 04:51:11 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 13 May 2006 04:51:11 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050323 Firefox/1.0.2 Fedora/1.0.2-1.3.1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: u72g2000cwu.googlegroups.com; posting-host=71.10.178.221; posting-account=8wKbqg0AAABXLK25HoMnXW-qj-Jghpv7 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Right, I installed Watt-32 and a Virtual Packet Driver, and that got rid of the "NO PACKET DRIVER FOUND" message. That's cool and all, but my real goal is to figure out how to get the DJGPP environment set up so that I can write Extensions for PythonD. Is there a minimal (or any kind of) example how to do this in the DJGPP environment? I'm missing something here and I can't for the life of my figure out what it is. Thanks, Brent decker wrote: > I would not recommend anyone using libsocket. The implementation is > incomplete and is no longer being developed. Further, R Dawe's ndis > shim only works in windows 9x platforms and not on any NT-ish (i.e. XP) > based systems. > > Watt-32 is the primary networking library available to DJGPP users now > and is well supported and actively in development by its maintainer and > commmunity. > > Ben