hi
i'm working on some simulation project . i'm going to simulate traffic
of a city.
this simulation has cars , passengers , non-movable objects and
Traffic signals .
i've made cars as intelligent agent . it has thinking method ,
changing states agents ...
the main problem is i have problem to mov
ons at intersections randomly
> along the perimeter, you'll have enough to prototype all of the
> building blocks.
>
> Gerry
>
> On May 12, 6:37 am, Iman <[EMAIL PROTECTED]> wrote:
>
> > hi
> > i'm working on some simulation project . i'm going to
WAP in python to accept a list of words on STDIN and searches for a line
containing all five vowels(a,e,i,o,u)
--
http://mail.python.org/mailman/listinfo/python-list
I want to get frontpage web and page object models with this code.
OnPageNew works properly but when I click on the page nothing happen.
from win32com.client import DispatchWithEvents
import time, pythoncom, msvcrt
class FrontPageEvents:
def __init__(self):
print 'FrontPageEvents'