stervinou.com > JY's Weblog
> Mer 5 fév 2003
Any idea?
Bob Frankston: Spam Fixation. "The solution is not to blame the spammers, the solution is to take charge of our availability and gain control over our availability. We can start by recognizing that we are victims of bad tools and a lack of understanding more than we are victims of spammers."
I am wondering: What does the Quicktime for Windows code look like? Does it differ from the Quicktime for Mac code? Is it a port rewritten to use Windows APIs or does it use Carbon (or Cocoa?) APIs?
JY's Weblog
mercredi 5 février 2003
If you use Python on MacOS X i have a question for you: Does the default python2.2 available with Jaguar (from the Dev Tools CD) works correctly for the XML handling part. I cannot use minidom, i get an error saying that no parser is available ("xml.sax._exceptions.SAXReaderNotAvailable: No parsers found"). I tried to set up PyXML0.8.2, but doh! (as they say in the US!) i get another error during the build process:
jy% python setup.py build Traceback (most recent call last): File "setup.py", line 58, in ? if sys.platform[:6] == "darwin" and NameError: name 'distutils' is not defined
Any idea?
Bob Frankston: Spam Fixation. "The solution is not to blame the spammers, the solution is to take charge of our availability and gain control over our availability. We can start by recognizing that we are victims of bad tools and a lack of understanding more than we are victims of spammers."
I am wondering: What does the Quicktime for Windows code look like? Does it differ from the Quicktime for Mac code? Is it a port rewritten to use Windows APIs or does it use Carbon (or Cocoa?) APIs?