Re: ZooKeeper Dashboard: Error: No module named zookeeper_dashboard.zkadmin

2010-01-25 Thread Eric Scheie
Renaming the directory worked, thanks!

On Mon, Jan 25, 2010 at 10:01 AM, Patrick Hunt  wrote:

> Rename phunt-zookeeper_dashboard-43ce91a to zookeeper_dashboard (or change
> the django files inside phunt-zookeeper_dashboard-43ce91a to use this as the
> module name)
>
> Patrick
>
>
> Eric Scheie wrote:
>
>> I am having trouble getting the ZooKeeper Dashboard up and running.
>>
>> I installed Django-1.1.1 and can run the included Django examples
>> successfully.  I'm running with Python 2.4.2 on SLES 10
>>
>> When I go to run the zookeeper dashboard I get the following error.
>>
>> vp-vm6:/opt/phunt-zookeeper_dashboard-43ce91a #
>> PYTHONPATH=lib.linux-i686-2.6 LD_LIBRARY_PATH=lib.linux-i686-2.6
>> ./manage.py
>> runserver
>> Error: No module named zookeeper_dashboard.zkadmin
>>
>> I've banged my head against this for a while now but haven't had any luck
>> resolving the issue.  Any ideas on what the problem might be?
>>
>> Thanks,
>> -Eric
>>
>>


Re: ZooKeeper Dashboard: Error: No module named zookeeper_dashboard.zkadmin

2010-01-25 Thread Patrick Hunt
Rename phunt-zookeeper_dashboard-43ce91a to zookeeper_dashboard (or 
change the django files inside phunt-zookeeper_dashboard-43ce91a to use 
this as the module name)


Patrick

Eric Scheie wrote:

I am having trouble getting the ZooKeeper Dashboard up and running.

I installed Django-1.1.1 and can run the included Django examples
successfully.  I'm running with Python 2.4.2 on SLES 10

When I go to run the zookeeper dashboard I get the following error.

vp-vm6:/opt/phunt-zookeeper_dashboard-43ce91a #
PYTHONPATH=lib.linux-i686-2.6 LD_LIBRARY_PATH=lib.linux-i686-2.6 ./manage.py
runserver
Error: No module named zookeeper_dashboard.zkadmin

I've banged my head against this for a while now but haven't had any luck
resolving the issue.  Any ideas on what the problem might be?

Thanks,
-Eric