alright you guys..I am trying to test send mastercoin for the first time for the trades I proposed, I cannot even find a clear and concise direction for Mac OS to send mastercoin using mastercoin adviser..when I managed to figure out everything myself I am getting this error : "ImportError: No module named Crypto.Hash.SHA256" when I run: " python MasterCoinAdvisor.py" inside the "Mastercoin-Adviser-master" directory...why Hasn't someone posted the steps by step direction for this??? is this not one of the most essential components for mastercoin?

Someone please point the way...and I will make a concise and clear post for Mac OS Users
Did you install the pycrypto library?
I thought that was included int the mastercoin-adviser folder? anyways this is the guide I followed:
https://bitcointalk.org/index.php?topic=292628.msg3426313#msg3426313It's not. In the post you link you can see:
"[...] As JR explained, running his tool requires python 2.7 and
pycrypto. Python is native to Mac OS X. [...]"
As he says Python comes pre-installed with OS X. I'm not actually near a Mac so I'm not 100% sure, but I'm guessing pycrypto doesn't and that's your problem.
Figure out your OS X and python exact versions, and then google "install pycrypto mac" and further search for your specific versions.
Shouldn't be too hard. Good luck !