andrea valle wrote: > (Thanks for your help) > >>Are you sure you're getting active Python with "python" at the command >>line? > > Yes > 2.4 is only active state. > I will try your suggestions. > > In any case, I tested with python2.3 (macpython) > > apples-Computer:~ apple$ python2.3 > /Users/apple/Desktop/PyRTF-0.45/setup.py install > running install > running build > running build_py > error: package directory './PyRTF' does not exist
You have to be in the directory with the setup.py . $ cd Desktop/PyRTF-0.45 $ python setup.py install -- Robert Kern [EMAIL PROTECTED] "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig