[Pythonmac-SIG] troubles with distutils

Robert Kern rkern at ucsd.edu
Sun Sep 18 15:09:15 CEST 2005


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
rkern at ucsd.edu

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter


More information about the Pythonmac-SIG mailing list