[python-bugzilla] bin/bugzilla

Sabato, Chris chris.sabato at bluecoat.com
Thu Jul 11 20:51:03 UTC 2013


csabato at gtr:~/bug/python-bugzilla (master)$ PYTHONPATH=. bin/bugzilla 
Traceback (most recent call last):
  File "bin/bugzilla", line 34, in <module>
    log = bugzilla.log
AttributeError: 'module' object has no attribute 'log'
csabato at gtr:~/bug/python-bugzilla (master)$ pwd
/users/csabato/bug/python-bugzilla
csabato at gtr:~/bug/python-bugzilla (master)$

-----Original Message-----
From: Cole Robinson [mailto:crobinso at redhat.com] 
Sent: Thursday, July 11, 2013 4:23 PM
To: python-bugzilla user/developer list
Cc: Sabato, Chris
Subject: Re: [python-bugzilla] bin/bugzilla

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