Re: [Openstack] keystone error (python setup)

2012-05-22 Thread Sharif Islam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks. I think the mail client got rid of the new line. In any case, the issue was with my LDAP setup, not python. - --sharif On 05/22/2012 09:58 AM, Dolph Mathews wrote: > I'm not sure if you have a weird copy/paste there or not, but the > line w

Re: [Openstack] keystone error (python setup)

2012-05-22 Thread Dolph Mathews
I'm not sure if you have a weird copy/paste there or not, but the line with multiple imports shouldn't work at all (it should work as three separate lines). >>> import ldap >>> import keystone >>> import keystone.identity >>> If python-ldap is correctly installed, you should definitely be able to

[Openstack] keystone error (python setup)

2012-05-22 Thread Sharif Islam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I am trying to setup keystone with LDAP and noticing these errors. I have python-ldap installed. What else do I need? # python Python 2.7.3 (default, Apr 20 2012, 22:39:59) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" fo