[python-win32] bluetooth communication ?

2009-07-25 Thread Stef Mientki
hello, I want to make a program that synchronizes (automatically in the backgroud) a netbook with a desktop PC through bluetooth. I tried pybluez, but on 2 of the 3 computers it gave an error message, bluetooth device not found. And that problem comes from the compiled pyd library, so I'm stuc

Re: [python-win32] Problem with Python win32com while loading facebookhomepage

2009-07-25 Thread Michel Claveau
Hi! The code below run OK for me. (Do not remove the sleep) @+ -- Michel Claveau # -*- coding: utf-8 -*- import win32com.client import time ie = win32com.client.Dispatch('InternetExplorer.Application') time.sleep(4) ie.Visible=1 ie.Navigate('http://www.facebook.com') time.sleep(4) txt=ie