Skip to content Skip to sidebar Skip to footer
Showing posts with the label Debian

Pip Six.add_metaclass Error

A few days ago I started getting the following error when using pip (1,2 or 3) to install. * Trace… Read more Pip Six.add_metaclass Error

Error Installing And Using Numpy

I'm having unicode troubles trying to run numpy. As pointed here and and here i'm using pyt… Read more Error Installing And Using Numpy

How To Bind Tkinter Destroy() To A Key In Debian?

The following code works correctly in MS Windows (the script exits when pressing q): import Tkinter… Read more How To Bind Tkinter Destroy() To A Key In Debian?

Deploying Django With Apache Using Wsgi.py

I'm trying to deploy a Django project on a linode server that has apache, some other django pro… Read more Deploying Django With Apache Using Wsgi.py

Strange Python Compilation Results With "--enable-shared" Flag

I am using Debian (which comes with Python-2.7.3), trying to compile Python-2.7.6 from source for u… Read more Strange Python Compilation Results With "--enable-shared" Flag

Scrapy Run From Python

I am trying to run Scrapy from Python. I'm looking at this code which (source): from twisted.in… Read more Scrapy Run From Python

Deploying Django With Apache Using Wsgi.py

I'm trying to deploy a Django project on a linode server that has apache, some other django pro… Read more Deploying Django With Apache Using Wsgi.py