Wild Jellyfish

Standard

I’m a wild jellyfish.
I like to buy ice cream.
So, whenever i found an ice cream truck, i would say “ice cream” in slow motion.
But if i got long queue at the ice cream truck, i will punch people in their face.
After i’ve done that, i feel really sorry.
So i go to my time machine, and send my self to my bedroom in arctic.
Only to wake up with an empty bed in the morning.

error: Unable to find vcvarsall.bat

Standard

Pada saat menginstall beberapa package python dengan mengeksekusi:
$ python setup.py install
terkadang terjadi error:
error: Unable to find vcvarsall.bat
Solusi : Install Microsoft Visual Studio, kemudian eksekusi command berikut pada command prompt.
Untuk Visual Studio 2010
SET VS90COMNTOOLS=%VS100COMNTOOLS%
Untuk Visual Studio 2012
SET VS90COMNTOOLS=%VS110COMNTOOLS%