On Mon, Oct 19, 2009 at 11:33 AM, ledzgio <[email protected]> wrote: > > I run the code: > python setup.py develop > > within the plugin directory, and this is the output: > > running develop > running egg_info > writing folders.egg-info/PKG-INFO > writing top-level names to folders.egg-info/top_level.txt > writing dependency_links to folders.egg-info/dependency_links.txt > writing entry points to folders.egg-info/entry_points.txt > reading manifest file 'folders.egg-info/SOURCES.txt' > writing manifest file 'folders.egg-info/SOURCES.txt' > running build_ext > Creating /usr/local/lib/python2.6/dist-packages/folders.egg-link (link > to .) > Adding folders 0.1 to easy-install.pth file > > Installed /home/marciano/Scrivania/deluge_plugin/folders > Processing dependencies for folders==0.1 > Finished processing dependencies for folders==0.1 > > but the deluged binary is still not avilable. > > What's wrong? >
You probably want to do: sudo python setup.py install This will install the scripts to /usr/bin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deluge Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/deluge-dev?hl=en -~----------~----~----~----~------~----~------~--~---
