Hi
I've been using an IEHtmlWindow in my script with no problems, but it
seems that for people with a clean installation of XP SP2 it fails like
such:
Traceback (most recent call last):
File "htmlloader.py", line 509, in load
File "PythonCard\model.pyo", line 340, in __init__
File "PythonCa
Hi
I've been using an IEHtmlWindow in my script with no problems, but it
seems that for people with a clean installation of XP SP2 it fails like
such:
Traceback (most recent call last):
File "htmlloader.py", line 509, in load
File "PythonCard\model.pyo", line 340, in __init__
File "PythonCa
Hi
I just couldn't google up any docs or tutorial on how to set up
everything necessary to use pycurl on windows.
When I try running the pycurl setup I get a 'CURL_DIR' not found error,
but no where can I find a detailed explanation of what is this dir,
what dlls I need to install and where etc.
Hello.
Though Python supports threading, I think it is limited to python code
- as soon as you issue a command that uses an external (C?) module, all
of your python threads hang until this command returns.
Is that true?
I'm using urllib2 to download many files, and I have a double problem:
1. downl