rskumar / google-apps-for-your-domain-ldap-sync

google-apps-for-your-domain-ldap-sync
0 stars 0 forks source link

missing google_result_queue #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download trunk (was r96) according to instructions at
http://code.google.com/p/google-apps-for-your-domain-ldap-sync/
2. run `python sync_ldap.py`

What is the expected output? What do you see instead?
Expected to see something like:
Copyright 2006, Google, Inc.
All Rights Reserved.
Command: 

instead:
$ python sync_ldap.py 
Traceback (most recent call last):
  File "sync_ldap.py", line 44, in <module>
    import sync_google
  File "/Users/joe/google-apps-for-your-domain-ldap-sync/sync_google.py",
line 35, in <module>
    import google_result_queue
ImportError: No module named google_result_queue

What version of the product are you using? On what operating system?
$ svn info
Path: .
URL: http://google-apps-for-your-domain-ldap-sync.googlecode.com/svn/trunk
Repository Root:
http://google-apps-for-your-domain-ldap-sync.googlecode.com/svn
Repository UUID: 3138a281-5f33-0410-9cd3-d9e6c97ba8da
Revision: 96
Node Kind: directory
Schedule: normal
Last Changed Author: RobertEscorcio
Last Changed Rev: 96
Last Changed Date: 2008-07-24 11:43:49 -0400 (Thu, 24 Jul 2008)

Running on OS X 10.5.4

Original issue reported on code.google.com by joe.s...@gmail.com on 29 Jul 2008 at 7:57

GoogleCodeExporter commented 9 years ago
The file does appear to be in r95

Original comment by joe.s...@gmail.com on 31 Jul 2008 at 10:25