<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="index" title="Text File" newcontext="true">
<p>
Received: with ECARTIS (v1.0.0; list gopher);
 Wed, 22 Dec 2004 18:58:37 -0600 (CST)
Received: from mo-69-69-114-6.sta.sprint-hsd.net ([69.69.114.6]
 helo=erwin.lan.complete.org)
	by glockenspiel.complete.org with esmtp
	(with TLS-1.0:RSA_ARCFOUR_SHA:16)
	(TLS peer CN erwin.complete.org, certificate verified)
	(Exim 4.34)
	id 1ChHJK-0002mw-T2; Wed, 22 Dec 2004 18:58:36 -0600
Received: from katherina.lan.complete.org ([10.200.0.4])
	by erwin.lan.complete.org with esmtp
	(with TLS-1.0:RSA_ARCFOUR_SHA:16)
	(No TLS peer certificate)
	(Exim 4.34)
	id 1ChHJB-00041y-7D; Wed, 22 Dec 2004 18:58:25 -0600
Received: from jgoerzen by katherina.lan.complete.org with local (Exim 4.34)
	id 1ChHJA-0001de-Rm; Wed, 22 Dec 2004 18:58:24 -0600
Date: Wed, 22 Dec 2004 18:58:24 -0600
From: John Goerzen &lt;jgoerzen@complete.org&gt;
To: gopher@complete.org
Subject: [gopher] Re: issues installing pygopherd
Message-ID: &lt;20041223005824.GA6293@katherina.lan.complete.org&gt;
References: &lt;0D824E3C-544A-11D9-A2EC-000A95EED0C4@cox-internet.com&gt;
 &lt;20041222195922.GB27783@excelhustler.com&gt;
 &lt;4B098524-5474-11D9-A2EC-000A95EED0C4@cox-internet.com&gt;
Mime-Version: 1.0
Content-type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: &lt;4B098524-5474-11D9-A2EC-000A95EED0C4@cox-internet.com&gt;
User-Agent: Mutt/1.5.6+20040907i
X-Spam-Status: No (score 1.6): RCVD_IN_NJABL_DUL=1.58
X-Virus-Scanned: by Exiscan on glockenspiel.complete.org at Wed,
 22 Dec 2004 18:58:36 -0600
Content-Transfer-Encoding: 8bit
X-archive-position: 983
X-ecartis-version: Ecartis v1.0.0
Sender: gopher-bounce@complete.org
Errors-to: gopher-bounce@complete.org
X-original-sender: jgoerzen@complete.org
Precedence: bulk
Reply-to: gopher@complete.org
List-help: &lt;mailto:ecartis@complete.org?Subject=help&gt;
List-unsubscribe: &lt;mailto:gopher-request@complete.org?Subject=unsubscribe&gt;
List-software: Ecartis version 1.0.0
List-Id: Gopher &lt;gopher.complete.org&gt;
X-List-ID: Gopher &lt;gopher.complete.org&gt;
List-subscribe: &lt;mailto:gopher-request@complete.org?Subject=subscribe&gt;
List-owner: &lt;mailto:jgoerzen@complete.org&gt;
List-post: &lt;mailto:gopher@complete.org&gt;
List-archive: &lt;http://www.complete.org/mailinglists/archives/&gt;
X-list: gopher
</p>
<p>You might also be able to compile and install Python from scratch.
You can download the source at www.python.org.  PyGopherd is known to
work with 2.3.  I have not yet tested it with 2.4.
</p>
<p>-- John
</p>
<p></p>
<p>On Wed, Dec 22, 2004 at 05:50:43PM -0600, Christopher M. Hobbs wrote:
&gt; -----BEGIN PGP SIGNED MESSAGE-----
&gt; Hash: SHA1
&gt;
&gt; I&#x27;ll find an RPM in that case.  I&#x27;m running RHEL, though I&#x27;m not sure
&gt; what build it is.  I know that RedHat 9 RPMs will install just fine on
&gt; it.
&gt;
&gt; [root@goiaba root]# uname -a
&gt; Linux goiaba.net 2.4.20-021stab022-smp #1 SMP Thu Oct 14 04:46:52 MSD
&gt; 2004 i686 i686 i386 GNU/Linux
&gt;
&gt; Its a vps, so I can&#x27;t install what I like on it.  If it were up to me,
&gt; I&#x27;d have FreeBSD running on the server, and be done with it.
&gt;
&gt; Thanks for the help!
&gt; cmh
&gt;
&gt; On Dec 22, 2004, at 1:59 PM, John Goerzen wrote:
&gt;
&gt; &gt; It sounds like you don&#x27;t have a full Python install.  If you&#x27;re on
&gt; &gt; Debian, try apt-get install python2.2-dev.  What platform are you on?
&gt; &gt;
&gt; &gt; -- John
&gt; &gt;
&gt; &gt; On Wed, Dec 22, 2004 at 12:48:21PM -0600, Christopher M. Hobbs wrote:
&gt; &gt;&gt; -----BEGIN PGP SIGNED MESSAGE-----
&gt; &gt;&gt; Hash: SHA1
&gt; &gt;&gt;
&gt; &gt;&gt; I&#x27;m having some problems getting pygopherd installed.  My first guess
&gt; &gt;&gt; is that I&#x27;m missing some python modules or something of that nature.
&gt; &gt;&gt; Anyone have any ideas?  Here is the output of &#x27;python2.2 setup.py
&gt; &gt;&gt; install&#x27;
&gt; &gt;&gt;
&gt; &gt;&gt; - --BEGIN SNIP--
&gt; &gt;&gt;
&gt; &gt;&gt; [root@goiaba pygopherd]# python2.2 setup.py install
&gt; &gt;&gt; running install
&gt; &gt;&gt; Traceback (most recent call last):
&gt; &gt;&gt;    File &quot;setup.py&quot;, line 38, in ?
&gt; &gt;&gt;      license = pygopherd.version.license
&gt; &gt;&gt;    File &quot;/usr/lib/python2.2/distutils/core.py&quot;, line 138, in setup
&gt; &gt;&gt;      dist.run_commands()
&gt; &gt;&gt;    File &quot;/usr/lib/python2.2/distutils/dist.py&quot;, line 902, in
&gt; &gt;&gt; run_commands
&gt; &gt;&gt;      self.run_command(cmd)
&gt; &gt;&gt;    File &quot;/usr/lib/python2.2/distutils/dist.py&quot;, line 921, in
&gt; &gt;&gt; run_command
&gt; &gt;&gt;      cmd_obj.ensure_finalized()
&gt; &gt;&gt;    File &quot;/usr/lib/python2.2/distutils/cmd.py&quot;, line 112, in
&gt; &gt;&gt; ensure_finalized
&gt; &gt;&gt;      self.finalize_options()
&gt; &gt;&gt;    File &quot;/usr/lib/python2.2/distutils/command/install.py&quot;, line 267,
&gt; &gt;&gt; in
&gt; &gt;&gt; finalize_options
&gt; &gt;&gt;      (prefix, exec_prefix) = get_config_vars(&#x27;prefix&#x27;, &#x27;exec_prefix&#x27;)
&gt; &gt;&gt;    File &quot;/usr/lib/python2.2/distutils/sysconfig.py&quot;, line 417, in
&gt; &gt;&gt; get_config_vars
&gt; &gt;&gt;      func()
&gt; &gt;&gt;    File &quot;/usr/lib/python2.2/distutils/sysconfig.py&quot;, line 322, in
&gt; &gt;&gt; _init_posix
&gt; &gt;&gt;      raise DistutilsPlatformError(my_msg)
&gt; &gt;&gt; distutils.errors.DistutilsPlatformError: invalid Python installation:
&gt; &gt;&gt; unable to open /usr/lib/python2.2/config/Makefile (No such file or
&gt; &gt;&gt; directory)
&gt; &gt;&gt;
&gt; &gt;&gt; - --END SNIP--
&gt; &gt;&gt;
&gt; &gt;&gt; Thanks in advance, and sorry if this is the wrong place to ask such a
&gt; &gt;&gt; question.  Is there any other documentation on pygopherd other than
&gt; &gt;&gt; the
&gt; &gt;&gt; manpage that I should check?
&gt; &gt;&gt; - --
&gt; &gt;&gt; C.M. Hobbs, KD5RYO
&gt; &gt;&gt; http://hobbsc.sdf-us.org
&gt; &gt;&gt; -----BEGIN PGP SIGNATURE-----
&gt; &gt;&gt; Version: GnuPG v1.2.4 (Darwin)
&gt; &gt;&gt;
&gt; &gt;&gt; iD8DBQFBycF1DiHnDDcv1mERAvC6AJ9jTsEltGoqK8R/bzbjorelkVNQ8ACeLhkM
&gt; &gt;&gt; gN92KC1AZsQ1Na7RegCzOdk=
&gt; &gt;&gt; =zFOG
&gt; &gt;&gt; -----END PGP SIGNATURE-----
&gt; &gt;&gt;
&gt; &gt;&gt;
&gt; &gt;&gt;
&gt; &gt;&gt;
&gt; &gt;
&gt; &gt;
&gt; &gt;
&gt; - --
&gt; C.M. Hobbs, KD5RYO
&gt; http://hobbsc.sdf-us.org
&gt;
&gt; -----BEGIN PGP SIGNATURE-----
&gt; Version: GnuPG v1.2.4 (Darwin)
&gt;
&gt; iD8DBQFByghUDiHnDDcv1mERAu1IAJ91gESTdoXUVfb473WsBEg1lXWAjACfa5r3
&gt; g4y8+1xYa6BAQVaKqdHEq68=
&gt; =CfG6
&gt; -----END PGP SIGNATURE-----
&gt;
&gt;
&gt;
&gt;
</p>
<p>--
John Goerzen
Author, Foundations of Python Network Programming
http://www.amazon.com/exec/obidos/tg/detail/-/1590593715
</p>
<p></p>
</card>
</wml>
