Hmm, are you using a virtual environment? If so, is pywin32 installed in that environment?
TG2 install instructions put you in an isolated environment by default, so you'll have to either drop the --no-site-packages switch when creating the virtualenv. --Mark Ramm On Wed, Jan 7, 2009 at 12:00 PM, Slim <[email protected]> wrote: > > hi there, > > I wanted tg2 to access to my serial com port under win32 by importing > serial from the pyserial module > I get this error : > ImportError: No module named win32file > has some one an issue ? > Thanks > > Regards. > > Slim > > > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

