[python-bugzilla] bin/bugzilla

Cole Robinson crobinso at redhat.com
Fri Jul 12 12:30:14 UTC 2013


On 07/11/2013 04:51 PM, Sabato, Chris wrote:
> 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)$
> 

>From the source dir, what does this give: PYTHONPATH=. python -c 'import
bugzilla; print bugzilla; print dir(bugzilla)'

- Cole


More information about the python-bugzilla mailing list