So I am a noob to both linux and programing as a whole, in my very humble start in learning python I decided to go to the very basics, and part of this is a module of linux lessons and games made originally for private school students

anyways the module is called livewires and I can provide more info on that if needed but I think my problem can apply to many module-installation scenerios

so I extracted the archive, ran the command in terminal

python (then the drag and droped file setup.py from its temp dir, after mkdir) install

it said it was writing the module to the so and so directory

now the modules read me said that once that part is done to run these commands in python

from livewires (the module I think I just installed) import beginners (the lessons)

also the same start finishing with import games and import colors


anyways THIS is the error message that I am stuck on

cannot read /var/mail/livewires (the name of the module I think I just installed)


Thanks