Raspberry pi AirPi project images

The above images show how the dht22 is wired at present.

Following last months JAM I ordered some sensors from SKPANG and started to build an AirPi
All went fine and two sensors worked perfectly but the DH22/RH03 didn’t want to work. I ended up with all zeros as the output.

I used the software from AirPi and some from Arduino and the AIrPi gives no results just the output of the other sensors

pi@evansthepi ~/Meteoros $ sudo python Upload.py
[‘AirPi.cfg’]
Upload.py:72: RuntimeWarning: This channel is already in use, continuing anyway.
Use GPIO.setwarnings(False) to disable warnings.
GPIO.setup(21,GPIO.OUT)
Temp-BMP: 23.6 C
Pressure: 99760.2 Pa
Uploaded data at 2013-08-05 19:49:54.604846
Temp-BMP: 23.6 C
Pressure: 99765.2 Pa
Uploaded data at 2013-08-05 19:49:56.806157
Temp-BMP: 23.6 C
Pressure: 99763.2 Pa
Uploaded data at 2013-08-05 19:49:59.132316

and the Arduino software gives:

pi@evansthepi ~/Adafruit-Raspberry-Pi-Python-Code/Adafruit_DHT_Driver $ !!
sudo ./Adafruit_DHT 2302 4
Using pin #4
Data (0): 0x0 0x0 0x0 0x0 0x0
pi@evansthepi ~/Adafruit-Raspberry-Pi-Python-Code/Adafruit_DHT_Driver $ !!
sudo ./Adafruit_DHT 2302 4
Using pin #4 Data (0): 0x0 0x0 0x0 0x0 0x0
pi@evansthepi ~/Adafruit-Raspberry-Pi-Python-Code/Adafruit_DHT_Driver $

Can anyone help please