Re: help

2016-04-22 Thread vittorio maria iacullo
Done! Thank you! 2016-04-22 12:57 GMT+02:00 vittorio maria iacullo : > Hi > I've just installed on my laptop python 3.5.1 > > but I get a error message. I alredy ran the "repair session". May you tell > me please what should I do? > > Best,

Re: first book about python

2006-07-08 Thread Vittorio
I read almost every published book about Python and I found Magnus' "Beginning Python" the best book to start with. As Alex said it is particularly appreciated by those who like learning by examples and by "try and error": it is actually the opposite to what Alex believed as "Beginning Python" is m

Re: Lie Hetland book: Beginning Python..

2005-11-09 Thread Vittorio
Magnus Lycka <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: Thank you for your message I found really illuminating. > Using the same symbol for both string substitutions and SQL placeholder > such as pysqlite 1 and the MySQL interface does, is not really a bright > idea in my opinion. Who

Re: Lie Hetland book: Beginning Python..

2005-11-08 Thread Vittorio
Steve Holden <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > No, you actually did quite a creditable piece of debugging. The DB-API > specifications allow database modules to substitute parameters into > SQL commands in a number of different ways, and they are supposed to > indicate the t

Lie Hetland book: Beginning Python..

2005-11-07 Thread Vittorio
I am reading "Beginning Python from Novice to Professional" and the book is really awesome. Nonetheless on ch 13 "Database Support" I found this code to import data (in a txt file) into a SQLite Database: #this was corrected because original "import sqlite" does not work from pysqlite2 import db

Re: email link and foreign accent

2005-07-04 Thread Vittorio
Vittorio <[EMAIL PROTECTED]> wrote in news:Xns96896D46D9DCCSoToSpeak@ 195.110.128.18: > Thanks Peter for replying. > This is an example of the output of repr(x) as you requested: > > '[EMAIL PROTECTED]' > > Results: > link opened from IE6->Outlook: it wo

Re: email link and foreign accent

2005-07-04 Thread Vittorio
Peter Hansen <[EMAIL PROTECTED]> wrote in news:6f-dnTSTQazBSlvfRVn- [EMAIL PROTECTED]: > Vittorio wrote: >> print"""mailto:%s";>""" %(campovalore.encode('iso-8859-1')) >> print campovalore.encode('iso-8859-1') >>

email link and foreign accent

2005-07-02 Thread Vittorio
ith special (italian) characters. >From IE6 everything is fine and the link launches my predefined (in Windows) email client with the correct string in the mailto field. But from Firefox and the same email client I have an incorrect mailto field every time there is a special character in th