[Pythonmac-SIG] Re: Anonymous CVS downloads on OS X

Andy Wright waw@well.com
Tue, 11 Jun 2002 12:39:03 -0400


On Monday, June 10, 2002, at 12:00 PM, Dan Shafer <dan@gui.com> wrote:

> I am attempting a completely virgin install of PythonCard on my G3
> laptop under OS X.
>
> I got machopython and wxpython-mac to install and run just fine. I
> wanted to get the cvs on PythonCard, so I ...

> ... go into my python code working directory (called pycode), and
> type the code from the pythoncard cvs site that is supposed to set up
> anonymous access. I just copy and paste it, so I'm sure the syntax is
> right. I've done this a few times.
>
> I get the following error in terminal:
>
> cvs can't open library: /usr/lib/:libgssapi_krb5.2.2.dylib (No such
> file or directory, errno = 2)
>
> My working hypothesis is that I need to install Dev Tools on this box
> to get CVS to work correctly.

Dan --

I followed the same procedure you reported above a week ago to get 
PythonCard 0.6.7 source and got some non-network error as you did.  I 
have the developer tools installed.  I also have a copy of the freeware 
GUI CVS program wrapper AnonymousGet .  So I used it, following as a 
prototype one of its preset sourceForge bookmarks.  No problems.  
Possibly the problem is compatibility of the pythoncard cvs site's 
recommended anonymous CVS options?

BTW, big thanks for your efforts in pythonCard documentation, it counts.

-- Andy Wright