Listing only custom post types with two required categories?

In versions less the 3.1 you can’t query more then one taxonomy using wp_query, query_posts or get_posts.
However you can create your own sql query which you can see an examenter link description hereple here or use scribu’s plugin http://scribu.net/wordpress/query-multiple-taxonomies/
To make it work.