[Pythonmac-SIG] ctb broken on 2.1b2?

Jacob Kaplan-Moss jacobkm@cats.ucsc.edu
Thu, 5 Apr 2001 17:55:35 -0700


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.

Just to veryify that I wasn't smoking something rather strong, I went 
tried 2.0:

Python 2.0 (#71, Oct 22 2000, 22:09:24)  [CW PPC w/GUSI2 w/THREADS] on mac
Type "copyright", "credits" or "license" for more information.
>>>  import ctb
>>>  ctb.available()
1

Can anyone figure this out?  I'd like to use 2.1 if possible, but ctb 
is pretty much critical...

TIA,

Jacob