Michael,

here's the work result:
D:\>python test.py
<Person 1 firstName='John' middleInitial=None lastName='Doe'>

it seems they are ok. but when i run "tg-admin sql create", it still
display the error box, and generated many traceback. i noticed that the
last two line showed:

    import sqlite
ImportError: No module named sqlite

should i need sqlite module? in python ide, i couldn't import sqlite
but pysqlite2. do i lost something? thank u.

>>> import sqlite
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named sqlite
>>> import pysqlite2
>>>

Reply via email to