paramiko and cElementTree problems on an Intel Mac

Jordan Mantha mantha at chem.unr.edu
Sun Feb 19 02:21:55 GMT 2006


Hi all!
  First of all, thanks for bzr. I am very new to revision control but
I've used svn a little before. I am liking bzr so far.
  Ok, so I recently got an Intel iMac at work and so I wanted to install
bzr because I work with the Ubuntu MOTU and a fair amount is done with
bzr. First, Darwin Ports isn't working very well for me (can't install
python) so I installed MacPython 2.4.1 from http://undefined.org/python/
. I downloaded the source for and installed (via "sudo python setup.py
install") ElementTree, cElementTree, pyCrypto, paramiko, and bzr. Now,
when I tried to test them as shown on
http://bazaar.canonical.com/Installation, I get :

$python -c "import Crypto"

$python -c "import paramiko"
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/paramiko/__init__.py",
line 68, in ?
    import transport, auth_handler, channel, rsakey, dsskey, message
  File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/paramiko/transport.py",
line 40, in ?
    from paramiko.rsakey import RSAKey
  File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/paramiko/rsakey.py",
line 25, in ?
    from Crypto.Cipher import DES3
ImportError: Inappropriate file type for dynamic loading

$python -c "import cElementTree"
Traceback (most recent call last):
  File "<string>", line 1, in ?
ImportError: Inappropriate file type for dynamic loading


So it looks like there is this dynamic loading problem. I am wondering
if this is Intel mac specific. Pertinent info is:
Python 2.4.1 (#2, Mar 31 2005, 00:05:10)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1666)] on darwin

Are the errors that I'm seeing critical? Will bzr still work? Would I
just be missing sftp support?

Thanks,
Jordan Mantha (aka LaserJock)




More information about the bazaar mailing list