Re: [python-win32] problems with win32comext\taskscheduler on windows

2010-05-04 Thread Vaida Bogdan
It seems that the Task Scheduler 2.0 enum types in TASK_TRIGGER_TYPE2 are not implemented: These are for Task Scheduler 1.0 $ grep -rni TASK_TIME_TRIGGER_DAILY * com/win32comext/taskscheduler/src/PyITaskTrigger.cpp:129: TASK_TIME_TRIGGER_ONCE,TASK_TIME_TRIGGER_DAILY,\n

[python-win32] problems with win32comext\taskscheduler on windows 2008

2010-05-03 Thread Vaida Bogdan
Hi, I have a problem with my taskscheduler library: it works on Windows XP but upon entering the 2008 land my task gets created without any triggers. I've ran the same commands I ran on XP but the task doesn't get created. http://pastebin.com/bmg847hw This on XP (and 2003 Server)

[python-win32] problems with win32comext\taskscheduler on windows

2010-05-03 Thread Roger Upole
Does job.GetTriggerCount() return 1 ? If it does, but the trigger doesn't appear in the Task Scheduler UI, most likely there's something it doesn't like about the trigger's flags. Roger ___ python-win32 mailing list python-win32@python.org