e x.exe it's good; but if you want only build .exe i's still good.
I don't rememember where is the package but it's possible to try in
Python home and search for it.
Rocco Pellegrini
- Original Message -
From: "Exu Yangi" <[EMAIL PROTECTED]>
To:
It is certainly unusual. Device drivers usually require a lot more speed
than an interpreted (even with psyco) language can deliver. However, python
can do all the requisite things, and for a touch screen, which certainly
doesn't need all that much speed, I can't see why not.
How 'bout letting
I've been thinking of writing a device driver in
python.
Some people say this is ridiculous.
I used psyco to improve the speed, and now have a
program that does the device driver's job (a proprietry touchscreen driver) in
user mode.
Now, I have no idea how to make the python
exe or dll