View Single Post
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#2
Hi, it is not bug in python-3.4.

As noted that 'invalid api key' is relating old version of pastebinit.

"Unknown website..." means you have config files from older version and they wont work. I tested version from Ubuntu (1.4-4), and forced default address:
defaultPB = "http://paste.ubuntu.com"
and then it works.

---
Default is just default. These works:
Code:
echo hello |  pastebinit -b slexy.org
 http://slexy.org/view/s20bSBSr9B
echo hello |  pastebinit -b paste.pound-python.org
 http://paste.pound-python.org/show/oMaNMNHhaCYGu4cjubhK/
 

The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post: