In order to embed a view in a block follow these steps... simple...
- Find out the machine name of the view, and the sub-name eg "page_1" of the view
- Add a block and set the input type to PHP
- Embed the following code in your block <?php
print views_embed_view( 'view_name', 'view_subtype');
?>