Alternatively, you could move or copy your buildout.cfg so that it is in the same directory as buildout.exe (but that may cause other problems, though still worth trying)
Thanks you all for your help,
When i Run " C:/plonecms/buildout/env/Scripts/buildout.exe -c C:/plonecms/buildout/buildout.cfg" as @tkimnguyen told me, the command window tells me that:
" Not upgrading because not running a local buildout command. Unused options for buildout: 'eggs'. _Updating mr.developer. Updating instance. Updating checkinterval. Updating z3c.offlinepack.
"
For information: here is the WHOLE content of my buildout.cfg file:
" #NOTE: This file should be copied into the buildout root directory. It #should never be checked in to version control so that the environment #stays the same over time.
#$ cd path/to/your-buildout
#$ cp profiles/buildout.cfg_tmpl buildout.cfg
[buildout]
index = https://pypi.python.org/simple/ #Once copied to the root, select the environment you are releasing to #by uncommenting the appropriate line below.
extends = #profiles/local.cfg
profiles/testing.cfg #profiles/prod.cfg #profiles/staging.cfg
@thiebovic the ... is an ellipsis, meaning "anything that was there already", the point being that you add a single line to eggs, and that single line contains collective.multitheme
Hello @Rotonen !
My problem is that I added the multitheme add-on in my buildout.cfg and he doesn't appear in my add-ons list...
Here is my whole buildout.cf-g :
#NOTE: This file should be copied into the buildout root directory. It
#should never be checked in to version control so that the environment
#stays the same over time.
#
#$ cd path/to/your-buildout
#$ cp profiles/buildout.cfg_tmpl buildout.cfg
[buildout]
index = https://pypi.python.org/simple/
#Once copied to the root, select the environment you are releasing to
#by uncommenting the appropriate line below.
extends =
#profiles/local.cfg
profiles/testing.cfg
#profiles/prod.cfg
#profiles/staging.cfg
eggs =
collective.multitheme
"
please paste text of error messages or log files; they're more helpful than screen shots
when you paste lots of text like a buildout.cfg, please use the editing toolbar icon that looks like this </> to indicate preformatted text, otherwise any indentation gets eaten up by the editor. I will try to reformat your post above.
Here is the buildout.cfg that comes with the repo. It works. The add-on shows up in the Add-ons control panel. It may be overkill for you, @thiebovic, as it includes development tools, but as a baseline you'll know it works.