Re: Help Please: 'module' object has no attribute 'compile'

2006-01-08 Thread livin
Oh, no I did not create any modules, wish I had the knowledge to do so! I think I've moved beyond whatever that issue was and now getting a timeout. The info is below... any help you can give is appreciate! I'm running this code... import os, re, string, urllib, types data = urllib.urlencode({

Re: Help Please: 'module' object has no attribute 'compile'

2006-01-07 Thread Kent Johnson
livin wrote: > I beleive so... I cannot know for sure becasue the models are not > separate... they are in the python23.zlib file... I'm no sure how to check > the file, it looks as if it is compiled (I'm new to python so forgive my > ignorance) Yes, there should be an re module in your Python

Re: Help Please: 'module' object has no attribute 'compile'

2006-01-07 Thread livin
I beleive so... I cannot know for sure becasue the models are not separate... they are in the python23.zlib file... I'm no sure how to check the file, it looks as if it is compiled (I'm new to python so forgive my ignorance) "Kent Johnson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROT

Re: Help Please: 'module' object has no attribute 'compile'

2006-01-06 Thread Kent Johnson
livin wrote: > my log... > > INFO urllib.urlopen('http://192.168.1.11/hact/kitchen.asp', > urllib.urlencode({'Action': 'hs.ExecX10ByName+Kitchen+Lights%2C+On > %2C+100&x=4&y=6'})) > INFO > INFO File "Q:\python\python23.zlib\urllib.py", line 78, in urlopen > INFO File "Q:\python\python23.zli

Help Please: 'module' object has no attribute 'compile'

2006-01-06 Thread livin
my log... INFO urllib.urlopen('http://192.168.1.11/hact/kitchen.asp', urllib.urlencode({'Action': 'hs.ExecX10ByName+Kitchen+Lights%2C+On %2C+100&x=4&y=6'})) INFO INFO File "Q:\python\python23.zlib\urllib.py", line 78, in urlopen INFO File "Q:\python\python23.zlib\urllib.py", line 159, in op