[Pythonmac-SIG] ctb broken on 2.1b2?
Just van Rossum
just@letterror.com
Fri, 6 Apr 2001 10:04:53 +0200
Jacob Kaplan-Moss wrote:
> I use the ctb (Communications Toolbox) module quite often, so you can
> imagine my dismay at the what I experienced after downloading 2.1b1:
>
> Python 2.1b2 (#90, Mar 26 2001, 21:47:17) [CW CARBON GUSI2 THREADS] on mac
> Type "copyright", "credits" or "license" for more information.
> >>> import ctb
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> ImportError: No module named ctb
>
> The ctb.ppc.shib is indeed where it should be (Mac:PlugIns) and I
> have Mac:Plugins in the path.
Hm, in my install of 2.1b2 there is no ctb.ppc.slb in :Mac:PlugIns, so it looks
like an omission.
Just