<?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 17:51:29 -0600 (CST)
Received: from fe4.cox-internet.com ([66.76.2.49])
	by glockenspiel.complete.org with esmtp
	(Exim 4.34)
	id 1ChGG5-0002FY-Ad
	for gopher@complete.org; Wed, 22 Dec 2004 17:51:28 -0600
Received: from [192.168.1.101] ([70.178.53.4]) by fe4.cox-internet.com
          (InterMail vK.4.04.00.03 201-232-140-20030416 license
 2c0225210a073aa8d80c3b96b8e7ebaa)
          with ESMTP id &lt;20041222235058.LVUY704.fe4@[70.178.53.4]&gt;
          for &lt;gopher@complete.org&gt;; Wed, 22 Dec 2004 17:50:58 -0600
Mime-Version: 1.0 (Apple Message framework v619)
In-Reply-To: &lt;20041222195922.GB27783@excelhustler.com&gt;
References: &lt;0D824E3C-544A-11D9-A2EC-000A95EED0C4@cox-internet.com&gt;
 &lt;20041222195922.GB27783@excelhustler.com&gt;
Content-type: text/plain; charset=US-ASCII
Message-Id: &lt;4B098524-5474-11D9-A2EC-000A95EED0C4@cox-internet.com&gt;
Content-Transfer-Encoding: 8bit
From: Christopher M. Hobbs &lt;cmhobbs@cox-internet.com&gt;
Subject: [gopher] Re: issues installing pygopherd
Date: Wed, 22 Dec 2004 17:50:43 -0600
To: gopher@complete.org
X-Pgp-Agent: GPGMail 1.0.1 (v33, 10.3)
X-Mailer: Apple Mail (2.619)
X-Spam-Status: No (score 0.0)
X-Virus-Scanned: by Exiscan on glockenspiel.complete.org at Wed,
 22 Dec 2004 17:51:28 -0600
X-archive-position: 982
X-ecartis-version: Ecartis v1.0.0
Sender: gopher-bounce@complete.org
Errors-to: gopher-bounce@complete.org
X-original-sender: cmhobbs@cox-internet.com
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>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
</p>
<p>I&#x27;ll find an RPM in that case.  I&#x27;m running RHEL, though I&#x27;m not sure
what build it is.  I know that RedHat 9 RPMs will install just fine on
it.
</p>
<p>[root@goiaba root]# uname -a
Linux goiaba.net 2.4.20-021stab022-smp #1 SMP Thu Oct 14 04:46:52 MSD
2004 i686 i686 i386 GNU/Linux
</p>
<p>Its a vps, so I can&#x27;t install what I like on it.  If it were up to me,
I&#x27;d have FreeBSD running on the server, and be done with it.
</p>
<p>Thanks for the help!
cmh
</p>
<p>On Dec 22, 2004, at 1:59 PM, John Goerzen wrote:
</p>
<p>&gt; It sounds like you don&#x27;t have a full Python install.  If you&#x27;re on
&gt; Debian, try apt-get install python2.2-dev.  What platform are you on?
&gt;
&gt; -- John
&gt;
&gt; On Wed, Dec 22, 2004 at 12:48:21PM -0600, Christopher M. Hobbs wrote:
&gt;&gt; -----BEGIN PGP SIGNED MESSAGE-----
&gt;&gt; Hash: SHA1
&gt;&gt;
&gt;&gt; I&#x27;m having some problems getting pygopherd installed.  My first guess
&gt;&gt; is that I&#x27;m missing some python modules or something of that nature.
&gt;&gt; Anyone have any ideas?  Here is the output of &#x27;python2.2 setup.py
&gt;&gt; install&#x27;
&gt;&gt;
&gt;&gt; - --BEGIN SNIP--
&gt;&gt;
&gt;&gt; [root@goiaba pygopherd]# python2.2 setup.py install
&gt;&gt; running install
&gt;&gt; Traceback (most recent call last):
&gt;&gt;    File &quot;setup.py&quot;, line 38, in ?
&gt;&gt;      license = pygopherd.version.license
&gt;&gt;    File &quot;/usr/lib/python2.2/distutils/core.py&quot;, line 138, in setup
&gt;&gt;      dist.run_commands()
&gt;&gt;    File &quot;/usr/lib/python2.2/distutils/dist.py&quot;, line 902, in
&gt;&gt; run_commands
&gt;&gt;      self.run_command(cmd)
&gt;&gt;    File &quot;/usr/lib/python2.2/distutils/dist.py&quot;, line 921, in
&gt;&gt; run_command
&gt;&gt;      cmd_obj.ensure_finalized()
&gt;&gt;    File &quot;/usr/lib/python2.2/distutils/cmd.py&quot;, line 112, in
&gt;&gt; ensure_finalized
&gt;&gt;      self.finalize_options()
&gt;&gt;    File &quot;/usr/lib/python2.2/distutils/command/install.py&quot;, line 267,
&gt;&gt; in
&gt;&gt; finalize_options
&gt;&gt;      (prefix, exec_prefix) = get_config_vars(&#x27;prefix&#x27;, &#x27;exec_prefix&#x27;)
&gt;&gt;    File &quot;/usr/lib/python2.2/distutils/sysconfig.py&quot;, line 417, in
&gt;&gt; get_config_vars
&gt;&gt;      func()
&gt;&gt;    File &quot;/usr/lib/python2.2/distutils/sysconfig.py&quot;, line 322, in
&gt;&gt; _init_posix
&gt;&gt;      raise DistutilsPlatformError(my_msg)
&gt;&gt; distutils.errors.DistutilsPlatformError: invalid Python installation:
&gt;&gt; unable to open /usr/lib/python2.2/config/Makefile (No such file or
&gt;&gt; directory)
&gt;&gt;
&gt;&gt; - --END SNIP--
&gt;&gt;
&gt;&gt; Thanks in advance, and sorry if this is the wrong place to ask such a
&gt;&gt; question.  Is there any other documentation on pygopherd other than
&gt;&gt; the
&gt;&gt; manpage that I should check?
&gt;&gt; - --
&gt;&gt; C.M. Hobbs, KD5RYO
&gt;&gt; http://hobbsc.sdf-us.org
&gt;&gt; -----BEGIN PGP SIGNATURE-----
&gt;&gt; Version: GnuPG v1.2.4 (Darwin)
&gt;&gt;
&gt;&gt; iD8DBQFBycF1DiHnDDcv1mERAvC6AJ9jTsEltGoqK8R/bzbjorelkVNQ8ACeLhkM
&gt;&gt; gN92KC1AZsQ1Na7RegCzOdk=
&gt;&gt; =zFOG
&gt;&gt; -----END PGP SIGNATURE-----
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;
&gt;
&gt;
- --
C.M. Hobbs, KD5RYO
http://hobbsc.sdf-us.org
</p>
<p>-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
</p>
<p>iD8DBQFByghUDiHnDDcv1mERAu1IAJ91gESTdoXUVfb473WsBEg1lXWAjACfa5r3
g4y8+1xYa6BAQVaKqdHEq68=
=CfG6
-----END PGP SIGNATURE-----
</p>
<p></p>
<p></p>
</card>
</wml>
