[python-bugzilla] bin/bugzilla

Cole Robinson crobinso at redhat.com
Thu Jul 11 20:22:32 UTC 2013


On 07/11/2013 03:13 PM, Sabato, Chris wrote:
> I am unable to execute bin/bugzilla, I get the following error:
> 
>  
> 
> csabato at gtr:~/bug/python-bugzilla (master)$ bin/bugzilla
> 
> Traceback (most recent call last):
> 
>   File "bin/bugzilla", line 35, in <module>
> 
>     log = bugzilla.log
> 
> AttributeError: 'module' object has no attribute 'log'
> 

>From the source dir, you have to do

PYTHONPATH=. bin/bugzilla ...

- Cole



More information about the python-bugzilla mailing list