PDA

View Full Version : [ubuntu] Ubuntu 14.04 problem with python



tomski2
January 20th, 2015, 09:37 PM
Hello all


I have python 2.7 and python 3 running on ubuntu
Wenn i use urrlibs (2 or 3) I have different errors.
With Python 2 I always have spitgophertype error.
So generally I modify a few things and go run under python3. There I also have some problems like external librairies which are installed but not seens.

Yesterday was even worse: I wrote a script without urllib at all (not 2, not 3).
And python displayed me again the spitgophertype error, even though I havent called urrlib in import! External librairies used: request and PIL.

Please, could you help me correct my python install?
I installed with sudo apt-get install, exept for external libraries for which I followed online tutorials.

Please tell me which command I should run and I will display the output.
I need to have python working for my studies, so I will appreciate a lot your help.

Many thanks in advance


Tom

ian-weisser
January 21st, 2015, 01:36 AM
Please show us a command that returns a 'spitgophertype' error.
Please include your input and all output, including the error messages.