Re: Low level python

2002-05-02 Thread Rocco Pellegrini
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:

Re: Low level python

2002-05-02 Thread Exu Yangi
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