Thanks. I changed the way I was installing the reactor, but it had no effect.
I did not realize that Windows 7 was unsupported. However, I've also
reproduced this bug on windows XP, so I think it's a larger issue,
unfortunately.
Thanks,
- Josh
On Tue, Dec 15, 2009 at 8:39 PM, wrote:
> On 15
data = f.read()
f.close()
reactor.callLater(1, pointless_write)
reactor.callLater(1, pointless_write)
reactor.run()
#
This has been driving me crazy all day. Any insights would be greatly
appreciated!
Thanks,
Josh Albrecht
___