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? On Oct 19, 8:23 pm, Damien Churchill <[email protected]> wrote: > Ok, run "python setup.py develop" which will install the binaries and setup > the python package as a link to your source copy. Then you'll have the > binaries available. > > On 19 Oct 2009 19:18, "ledzgio" <[email protected]> wrote: > > Ubuntu karmic beta... > > On Oct 19, 8:15 pm, Damien Churchill <[email protected]> wrote: > What > platform are you developing o... > > > On 19 Oct 2009 19:08, "ledzgio" <[email protected]> wrote: > > > > Thanks for the response, bu... > > --~--~---------~--~----~------------~-------~--~----~ You received this > message because you are subs... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
