Re: [Pyobjc-dev] problem with launching pdf2tiff demo script
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2004-01-05 08:59:54
|
On 5 jan 2004, at 9:52, PIGEYRE Bastien wrote: > thanks for the line to setup:) > > look at what I do: > "=A0=A0=A0=A0=A0=A0 c:\python setup.py install > =A0=A0=A0=A0=A0=A0=A0 running install > =A0=A0=A0=A0=A0=A0=A0 running build > =A0=A0=A0=A0=A0=A0=A0 running build_py > =A0=A0=A0=A0=A0=A0=A0 running install_lib > > =A0=A0=A0=A0=A0=A0=A0 c:\python pdf2tiff.py > =A0=A0=A0=A0=A0=A0=A0 PyObjC not found - get it = fromhttp://pyobc.sf.net > > =A0=A0=A0=A0=A0=A0=A0 c:\ > " > > did I make another mistake? > > did this aplication is valid for windows? There's your problem... No, this application is not valid for Windows.=20= PyObjC is a binding to the Cocoa libraries on MacOS X. Ronald= |