Re: What's The Best Editor for python

2006-03-24 Thread tjerk
PythonStudent wrote: > Hi, > Can one of you say to me what's the best editor for editing the python > programs ( for linux or windows ), and if you can send it to me to the > adresse [EMAIL PROTECTED] > > > > Why don´t you try the editor wich comes with Pythoncard. Or Notepad++

How to format and print text.

2006-01-07 Thread tjerk
Have been messing with python, but could´nt find out how to do printing with different Fonts. Any suggestions? Herdsman -- http://mail.python.org/mailman/listinfo/python-list

Re: sql using characters like é and ã

2005-12-13 Thread tjerk
I will try it with the "José".decode("latin-1").encode("utf-8") Utf-8 is the same as Unicode? Herdsman again -- http://mail.python.org/mailman/listinfo/python-list

sql using characters like é and ã

2005-12-12 Thread tjerk
Hello, I am switching from VB to python. I managed to crank my files into a sqlite dbase, converting the original names to unicode with s=unicode(s,"latin-1"). Everything is working fine, but when I query the dbase with dbapi2 and want to retrieve names this way: 'Select * from table where name lik