Il Sat, 02 Dec 2006 21:00:05 -0800, progman ha scritto:
> new to python.
> i work with db heavily.
>
> any good book for python + database?
Evaluate http://www.sqlalchemy.org/ and his documentation
Giuseppe
--
http://mail.python.org/mailman/listinfo/python-list
Il Tue, 05 Jun 2007 23:57:15 +0200, Stef Mientki ha scritto:
> hello,
>
> after cleaning up a PC, Python can't find any libraries anymore.
> But happily I've still one PC, where Python is running perfect.
> Now I always read about the environment variable "PYTHONPATH".
> But on neither PC there e
Il Wed, 06 Jun 2007 12:01:13 +0200, stef ha scritto:
>>
> I ran your program but it didn't solve the problem (running Python,
> embedded in Delphi).
> I'm beginning to get the feeling that Python installation is a very
> complex case.
> Anyway thanks.
>
In the original post you don't mentio
Il Thu, 14 Jun 2007 09:16:24 +, james_027 ha scritto:
>
> My problem is looking for a web framework for python, that could
> provide a natural way of developing web app. I am avoiding to learn
> template language as much as possible.
Currently, i'm playing with Pylons (http://pylonshq.com) a
Il Thu, 11 Dec 2008 14:58:16 -0500, jim-on-linux ha scritto:
> The first module that is imported is win32api. line 8 of that module
> adds to the path the module named 'win32api.pyd'.
> The import is is completed without error.
>
> The next module that is imported is win32ui. line 8 of that modul