If executing: python setup.py install give you error like: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:645) — Some packages may not be found! it may be caused by […]
iOS / MySQL / Python
Posted on:
TrackMy Tv 1.2.0
Yesterday, after long period of API testing, new version was submitted gor review, the most important changes: trakt.tv synchronization switched to our own API – currently only for […]
Python
Posted on:
Google AppEngine for Python – Tutorial for beginners – part 1
Not so long time ago I started using GAE (Google AppEngine) with Python, and so many questions came, some hard to find on google. This multipart tutorial is […]
Python
Posted on:
Google Appengine and BeautifulSoup
Today I had strange issue – I wrote some parsing code using BeautifulSoup 4.x which worked on localhost (in Windows environment), then uploaded to Appengine, and when parsing […]
Python
Posted on:
Google AppEngine delayed logs
Today I faced with such problem – logs were delayed by about 30 minuted which maked development impossible, solution was pretty simple – I had to change timezone […]