MySQLdbd error. Perhpas it isn't installed?

Νίκος Γκρ33κ nikos.gr33k at gmail.com
Wed Mar 27 22:57:23 EDT 2013


Τη Πέμπτη, 28 Μαρτίου 2013 4:46:48 π.μ. UTC+2, ο χρήστης Chris Angelico έγραψε:
> On Thu, Mar 28, 2013 at 1:36 PM, Νίκος Γκρ33κ <nikos.gr33k at gmail.com> wrote:
> 
> > Thank you for verifying this,
> 
> >
> 
> > Also now http://superhost.gr seems to stuck in the following line which i try to open an acii file to slect a random line, please take a look.
> 
> 
> 
> Your quotes file isn't ASCII. Read the error message, Python is being
> 
> very helpful.

Then how come the same .txt file opens normally in Python 2.6

i also tried to save ti as .ascii istead of utf-8 file and still same error also if i quote it out same things happen in those liens too.

		f = open( "/home/nikos/www/" + page )
		htmldata = f.read()

f.read produced the same kind of error. why?



More information about the Python-list mailing list