Earlier quoted context omitted.
Rapydscript is neat, but it's not exactly python. If I wanted to import a python package from PyPi into Rapydscript, I'd be SOL.
But you can't do that with Transcrypt, either. Both are "not quite python" and won't run regular python code. There is very little difference between the goal of the two projects.
Edit: Within reason. Anything involving the sys module is out, since there's no system to back it.