Marconi wrote:
[snip]
> I don't have a /usr/lib/python2.5 directory. My 2.5 seems to be installed at:
> /Library/Frameworks/Python.framework/Versions/2.5/bin/python2.5
>
> I'm running:
> ns1:/DenyHosts-2.6 root# python setup.py install
> running install
> running build
> running build_py
> running build_scripts
> running install_lib
> running install_scripts
> changing mode of
> /Library/Frameworks/Python.framework/Versions/2.5/bin/denyhosts.py
> to 755
> running install_data
> running install_egg_info
> Removing
> /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/DenyHosts-2.6-py2.5.egg-info
> Writing
> /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/DenyHosts-2.6-py2.5.egg-info
> ns1:/DenyHosts-2.6 root#
>
>
> What am I doing incorrectly?
Nothing that I can see. Let's try some basic tests:
1. Run python
2. Inside the interpreter type:
import sys
print sys.path
^D
What's the path shown that includes "site-packages", is the same as above,
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages?
Does
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/DenyHosts
exist? are the libraries there?
(stop if you found the problem solution)
3. Try `python --force setup.py install`, this will install all files again (so
you can see what went where), or `python --dry-run --force setup.py install`.
Obviously I don't know what went wrong, so I'm just suggesting some tests to
find out.
--
René Berber
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Denyhosts-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/denyhosts-user