[Buildbot] #2964: module plugin not found

Buildbot trac trac at buildbot.net
Thu Oct 23 17:49:07 UTC 2014


#2964: module plugin not found
----------------------------+---------------------
Reporter:  sachinpatela     |       Owner:
    Type:  support-request  |      Status:  closed
Priority:  blocker          |   Milestone:  0.8.x
 Version:  0.8.7            |  Resolution:  fixed
Keywords:                   |
----------------------------+---------------------
Description changed by sa2ajj:

Old description:

> I am using as follows in master config file for sendchange
>
> from buildbot.plugins import changes
> BuildmasterConfig['change_source'] = changes.PBChangeSource(port=9999,
> user='laura', passwd='fpga')
>
> But got error
>
> exceptions.ImportError: No module named plugins
> No module named plugins (traceback in logfile)
>
> Is it missing in this installation of buildbot
> Thanks
> Sachin

New description:

 I am using as follows in master config file for sendchange

 {{{
 from buildbot.plugins import changes
 BuildmasterConfig['change_source'] = changes.PBChangeSource(port=9999,
 user='laura', passwd='fpga')
 }}}

 But got error

 exceptions.ImportError: No module named plugins
 No module named plugins (traceback in logfile)

 Is it missing in this installation of buildbot
 Thanks
 Sachin

--

--
Ticket URL: <http://trac.buildbot.net/ticket/2964#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list