Re: [Pyobjc-dev] problem with launching pdf2tiff demo script
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2004-01-05 09:09:13
|
On 5 jan 2004, at 10:03, PIGEYRE Bastien wrote: > ok, so this application doesn't work for linux anyway? Not at the moment. > > is there a solution to adapt this application for linux? PyObjC has limited support for GNUstep on Linux/ix86. My primary linux box is headless, which is why I didn't get around=20 porting the GUI parts (of PyObjC) yet. I also have no idea if GNUstep=20 supports the API's used by the pdf2tiff script. Ronald > > thanks bastien. > > -----Message d'origine----- > De:=A0=A0=A0=A0 Ronald Oussoren [SMTP:ous...@ci...] > Date:=A0=A0 lundi 5 janvier 2004 10:00 > =C0:=A0=A0=A0=A0=A0 PIGEYRE Bastien > Cc:=A0=A0=A0=A0 pyo...@li... > Objet:=A0 Re: [Pyobjc-dev] problem with launching pdf2tiff demo script > > > > 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. > PyObjC is a binding to the Cocoa libraries on MacOS X. > > Ronald |