Re: "Python" is not a good name, should rename to "Athon"

2007-12-06 Thread Hertha Steck
Boris Borcic wrote: > Piet van Oostrum wrote: >>> "Adrian Cherry" <[EMAIL PROTECTED]> (AC) wrote: >> >>> AC> For that matter C# is no better, I thought that # was pronounced >>> AC> hash, I still refer to C# as C-hash. >> >> Are you musically illiterate? > > Note that the notation for the n

Re: import pysqlite2 or import sqlite3?

2007-11-25 Thread Hertha Steck
Mike MacDonald wrote: > On Nov 21, 3:02 pm, Hertha Steck <[EMAIL PROTECTED]> wrote: >> Hello, >> >> I'm using Python 2.5.1, Pysqlite 2.3.5 and SQLite 3.4.1 on Gentoo Linux. >> I've always imported pysqlite using >> >> from

Re: import pysqlite2 or import sqlite3?

2007-11-21 Thread Hertha Steck
Hertha Steck wrote: > Hello, > > I'm using Python 2.5.1, Pysqlite 2.3.5 and SQLite 3.4.1 on Gentoo Linux. > I've always imported pysqlite using > > from pysqlite2 import dbapi2 > > and that works. If I try > > import sqlite3 > > I get > >

import pysqlite2 or import sqlite3?

2007-11-21 Thread Hertha Steck
Hello, I'm using Python 2.5.1, Pysqlite 2.3.5 and SQLite 3.4.1 on Gentoo Linux. I've always imported pysqlite using from pysqlite2 import dbapi2 and that works. If I try import sqlite3 I get Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.5/sqlite3/__init__.

Re: TK-grid problem, please help

2007-04-23 Thread Hertha Steck
Hello, Ray schrieb: > Hi, Thanks for the help. > > > I was trying to find a book "Python TK" something on last Friday. > but didn't find it :-) > There is only one printed book, all the details here: http://wiki.python.org/moin/GuiBooks HTH Hertha -- http://mail.python.org/mailman/listinfo/

Re: problem at installing phyton on windows

2007-03-25 Thread Hertha Steck
gslm schrieb: > First, thaks a lot. > But I'm sorry.I haven't understood what i must do for ruunnig phyton > command.I delete path from proportiesof my computer.Then i open > command line of phyton.But when i write phyton these view below: > Traceback: > File ""; line 1 in > NameError: name phyton

Re: interacting with shell - another newbie question

2007-02-12 Thread Hertha Steck
James Stroud schrieb: > > Yes, and finding ways to have employees pointlessly waste time is equal > to simply removing them. Not as long as they are paid for the wasted time. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Windows Editors

2007-01-24 Thread Hertha Steck
Am Mon, 22 Jan 2007 00:33:12 + schrieb W. Watson: > [EMAIL PROTECTED] wrote: >> W. Watson wrote: >>> I downloaded python-2.5.msi and installed it. I believe its editor is IDE. I >>> understand there's a Win editor called pythonwin. I believe it's in the >>> download pywin32-210.win32-py2.5.exe

Re: Roundtrip SQL data especially datetime

2006-12-17 Thread Hertha Steck
Am Sat, 16 Dec 2006 16:31:18 -0500 schrieb Carsten Haese: > > This may come as a shock to you, but MySQL is not the only database > engine on the planet. Your recommendation may apply to MySQL, but it is > not true for all databases in general. I can name at least two examples > (Informix and Ora

Re: How do I stop Python IDLE (GUI) from immediately exiting when I enter it?

2006-11-19 Thread Hertha Steck
Am Sat, 18 Nov 2006 23:24:08 -0800 schrieb John (Z R) L: > Hi all, I am very new to programming, and I chose to study the Python > language before C++. I am currently using the Wikibooks > "Non-Programmer's Tutorial for Python", and am up to the section "Who > goes there"? > > http://en.wikibooks

PythonWin: error message and endless printing

2006-10-09 Thread Hertha Steck
Using Python 2.5 with pywin32 build 210 on Windows XP Home, first try with PythonWin after installation of this version. Here are the header lines from the interactive window: PythonWin 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win32. Portions Copyright 1994-2006 Mark H