On Tuesday 06 November 2007 12:15:25 Antony Joseph wrote: > hi > I am using active_directory > its working fine with python2.5 in windows > > 1.i had plugged active_directory code in linux machine , turbogears1.0 > with python 2.4 > > It not workings............... > > errors : > import error no module active_directory > I tried to install active_directory , it throwing exception again no > modules win32api not found > then I tried to install win32api, it throwing exception again no modules > _winreg not found > > > can you tell , how can i solve the problems
using windows as server? win32 are windows-specific modules, they don't exist on linux. Diez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

