'module' object has no attribute 'poll'

Hi

I have set up commacare hq in local machine
while preview the form i got this error.

'module' object has no attribute 'poll'

help me for the same

Thanks

Hi Vinod

I just solved that issue...
it was in
/usr/lib/python2.7/subprocess.py
code didnt get the module select ..because it was in else condition
just declare the poll on top the file so program code can access it..

Thanks

ยทยทยท On Tuesday, 18 April 2017 05:10:09 UTC, Vinod Ugale wrote: > > Hi > > I have set up commacare hq in local machine > while preview the form i got this error. > > 'module' object has no attribute 'poll' > > help me for the same > > Thanks >