AT-TINY85 problems

I have arduino 1.0.1 and I followed each and every instruction on this website:
http://hlt.media.mit.edu/?p=1695
When I try to upload the blink sketch with pin 0 instead of 13 it uploads and then writes:

avrdude: usbdev_open(): did not find any USB device "usb"

On the boards menu I have selected: ATtiny85 with internal 1Mhz clock
a minute before hand I uploaded the Arduino as ISP to my arduino UNO.
Windows 7
arduino uno
atmega328 to attiny85
all the connections are made correctly
using a 10uF cap between ground and RST

In the Arduino IDE, ensure Tools / Programmer / Arduino as ISP is checked.

Thanks
now it says:
avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny85
avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny85

Nuisance warning. Ignore it.

THANK YOU! :slight_smile: