X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "bdeck" Newsgroups: comp.os.msdos.djgpp Subject: Re: PythonD networking--What am I doing wrong? Date: 14 Feb 2005 14:58:30 -0800 Organization: http://groups.google.com Lines: 43 Message-ID: <1108421910.529712.74060@l41g2000cwc.googlegroups.com> References: <20050119215652 DOT 34209838 DOT mor AT linex DOT com> NNTP-Posting-Host: 202.3.192.11 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1108421914 2947 127.0.0.1 (14 Feb 2005 22:58:34 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 14 Feb 2005 22:58:34 +0000 (UTC) In-Reply-To: <20050119215652.34209838.mor@linex.com> User-Agent: G2/0.2 Complaints-To: groups-abuse AT google DOT com Injection-Info: l41g2000cwc.googlegroups.com; posting-host=202.3.192.11; posting-account=R02xJAwAAAASwE3U1qQ37KcHXmocYA_U To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Greg Troutman wrote: > Hi, I've got a system with plain DOS 6.22 and DJGPP 2.03. I run the > doslfn TSR suggested by the PythonD homepage. Most everything seems to > work fine. I've got a packet driver loaded and a good wattcp.cfg > file, and environment variables that point to things such that other > watt-32 network apps (like lynx.exe and ftp32.exe) work well... > > I installed PythondD, and it also runs well--up to a point. I can > ">>> import re, sys, os, string" for example, and start python-ing > on my local machine like crazy. However, if I attempt to import any > networking module (socket, urllib, urllib2, httplib, etc.) it crashes > out of python with a SIGSEGV, Page Fault at ... yada yada yada, etc., > etc., etc... This _always_ happens, whether I run python from > command.com, or under bash; whether I've got the doslfn loaded, or > not... > > I can provide more details if anyone cares to try and help me... But > obviously I'm hoping someone can recognize exactly what stupid mistake > I've made, or detail I've overlooked, and can give me a quick answer. > > Thank you! > > -- > {xmor61 at users dot sourceforge dot net} > Speak softly and carry a +6 two-handed sword. Hi, Sorry I haven't seen this posting earlier. I have not heard of this problem before. I am unable to reproduce it on my own machines. Something to try is going to the Wattcp site (http://www.bgnett.no/~giva/) and see if you can run other Wattcp32 applications without trouble. PythonD *is* being currently upgraded and I will keep you posted. Ben