How to use Pythonwin's ability to access windows dll's???

Sam Schulenburg samschul at pacbell.net
Sat Jan 15 20:34:00 EST 2000


In article <1264144125-438654 at hypernet.com>,
  gmcm at hypernet.com wrote:
> Sam Schulenburg writes:
>
> > I can access windows dll's using Sam Rushing's calldll.pyd and
windll.py. My
> > question is are thes features built into Pythonwin?
>
> Nope. Everything in the Win32 extensions is wrapped (much
> of it via SWIG).  Sam's stuff is regarded as dangerous,
> because it's too easy to crash Python.
>
> Wimps.
>
> real-men-juggle-chain-saws-ly y'rs
>
> - Gordon
>
>

Does that mean that real programmers use Sam's routines, and when
Python crashes they hack at it until it works :)
Seriously what is the purpose of the LoadLibrary function if not to
access Dll's>

Sam Schulenburg


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list