I tried running a contract with the code below inserted on the ethereum browser and it complied successfully. I tried it on the Ethereum wallet and its giving an error of source not found.
import "github.com/oraclize/ethereum-api/oraclizeAPI.sol";
I need it to work on the Ethereum wallet as I do not know how to interact with contracts using the browser solidity or command line. Thanks