[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: system32 directory

Trent Mick

3/6/2008 9:49:00 PM

> I was aiming to figure out if the standard modules shipped with Python
> could do this already before I started using 3rd party libraries. Thanks.

You could also manage it with the ctypes module, if you consider that
standard: it is in the python.org and ActivePython distros as of Python 2.5.

Cheers,
Trent

--
Trent Mick
trentm at activestate.com
1 Answer

Mike Driscoll

3/6/2008 9:58:00 PM

0

On Mar 6, 3:49 pm, Trent Mick <tre...@activestate.com> wrote:
> > I was aiming to figure out if the standard modules shipped with Python
> > could do this already before I started using 3rd party libraries. Thanks.
>
> You could also manage it with the ctypes module, if you consider that
> standard: it is in the python.org and ActivePython distros as of Python 2.5.
>
> Cheers,
> Trent
>
> --
> Trent Mick
> trentm at activestate.com

As I understand it, ActivePython includes PyWin32 by default, unlike
the "Official" Python distro.

Mike