RE: [Pyobjc-dev] problem with launching pdf2tiff demo script
Brought to you by:
ronaldoussoren
From: PIGEYRE B. <bas...@in...> - 2004-01-05 08:52:22
|
thanks for the line to setup:) look at what I do: " c:\python setup.py install running install running build running build_py running install_lib c:\python pdf2tiff.py PyObjC not found - get it from http://pyobc.sf.net c:\ " did I make another mistake? did this aplication is valid for windows? thanks bastien. > -----Message d'origine----- > De: Ronald Oussoren [SMTP:ous...@ci...] > Date: vendredi 2 janvier 2004 16:33 > =C0: PIGEYRE Bastien > Cc: pyo...@li... > Objet: Re: [Pyobjc-dev] problem with launching pdf2tiff demo script >=20 >=20 > On 2 jan 2004, at 16:03, PIGEYRE Bastien wrote: >=20 > > hello all, > > > > I'have unzip the unzip file fro the web site, then when I right = click=20 > > on the pdf2tiff.py I choose open with idle. then I try to lauch it=20 > > like this: > > > > >>> import pdf2tiff > > PyObjC not found - get it fromhttp://pyobjc.sf.net > > Traceback (most recent call last): > > File "<pyshell#0>", line 1, in ? > > import pdf2tiff > > File "C:\bastien\pdf2st33\pdf2tiff.py", line 56, in ? > > showUsage("PyObjC not found - get it fromhttp://pyobjc.sf.net") > > File "C:\bastien\pdf2st33\pdf2tiff.py", line 50, in showUsage > > sys.exit(1) > > SystemExit: 1 > > > > but it doesn't find the pyobjc so i download the pyobjc1.0.tar and=20 > > untar in my working directory but I have always the same error. > You forgot the last step: run 'python setup.py install' from the shell = > (you'll need admin privileges for the actual installation). >=20 > If you have installed MacPython (for Jaguar) or the MacPython = Additions=20 > (for Panther) you can use the PackageManager application to install=20 > PyObjC. >=20 > Ronald >=20 |