help - python can't find file

2007-05-21 Thread enquiring mind
-learning python with limited knowledge of linux. -get error msg 21 "file or directory does not exist" -running Suse linux 10. -haven't had a problem before - rebooted several times. -python opened in shell/terminal program Konsole window like this [EMAIL PROTECTED] - shell - Konsole Sessions View

Re: help - python can't find file

2007-05-22 Thread enquiring mind
code out of text books and copying the pathing that is I guess slightly different than mine. Thanks ever so much. tk darren kirby wrote: > > quoth the enquiring mind: > > > - but now I get a error message 21 saying file or directory doesn't > > exist. > > You m

Pygame Q (linux) beginner

2007-03-31 Thread enquiring mind
Running 2.4.1 Python (learning) Running SUSE Linux 10 Am learning from a new books that mostly deals with windows python and Pygames called "Game Programming" by Randy Harris (2007) His books references Python 2.4.2 and Pygame 1.7.1 with these comments: "If you are using a Linux machine, you p

Re: Pygame Q (linux) beginner

2007-04-01 Thread enquiring mind
Gabriel Genellina wrote: > > En Sat, 31 Mar 2007 23:37:16 -0300, enquiring mind <"enquiring > mind"@braindead.com> escribió: > > > Running 2.4.1 Python (learning) > > Running SUSE Linux 10 > > > > Am learning from a new books that mostly de

Re: Pygame Q (linux) beginner

2007-04-01 Thread enquiring mind
hlubenow wrote: > > enquiring mind wrote: > > > Running 2.4.1 Python (learning) > > Running SUSE Linux 10 > > > > At Chapter 5 is where the Pygame module is > > introduced so I have a little time before I have to figure out what I > > have to downloa

beginner - py unicode Q

2007-04-07 Thread enquiring mind
I read the posting by Rehceb Rotkiv and response but don't know if it relates to my problem in any way. I only want to write German to the screen/console for little German programs/exercises in python. No file w/r will be used. #! /usr/bin/env python # -*- coding: utf-8 -*- # Filename: 7P

beginner - py unicode Q error

2007-04-07 Thread enquiring mind
Sorry, I miscopied this line of code: print verbs[0:2] and not as posted print verbs[:3] -- http://mail.python.org/mailman/listinfo/python-list