Hi João,

Many thanks for your comments.
TYPOS:
in "Setting up the development environment":
* No download link in "1. Download the project exercises archive (.zip)"
True. I'll fix that soon.
in "Bazaar basics":
* "$ mkdir elisa-plugins/elisa/plugins/apple-trailers" should be "mkdir -p"
In Linux yes, but not in Windows. I think I should update the tutorial with instructions for Linux and Windows users.
in "Running your plugin"
* "The easiest way for other users to try it is that you create and
egg that they have to download to their elisa profile directory
plugins directory." create _an_ egg?
True.
* "$ set PYTHONPATH=elisa-core;elisa-plugins;%PYHTONPATH%" should be
full-path. how about including: on linux "$ export
PYTHONPATH=$PWD/elisa-core:$PWD/elisa-plugins:$PYTHONPATH"
It doesn't have to be full path, it works in either case. I'll update the document with the command line versions for both OS.
in exercise 4 - The Resource Provider
* "To Do (...)" should be "To do (...)"
True.
QUESTION:
In the tutorial, the location of the setup.py is in the
elisa/plugins/apple-trailers, but in the bazaar repository of the
apple-trailers plugin, the setup.py is in the root directory. So,
where should it be?
It should work in both cases, but the correct location for the setup.py is the root directory.

Thanks for all the comments!

--
Jesús Corrius
<[email protected]>

Reply via email to