buildout Plone issue on windows vista

3 messages Options
Embed this post
Permalink
novice26 () buildout Plone issue on windows vista
Reply Threaded More More options
Print post
Permalink
I recently installed a fresh copy on plone on windows vista and i try to do a buildout after installing a product and here is the error that i am getting. Any idea? This is really driving me crazy!


C:\Program Files\Plone>bin\buildout
Uninstalling controller.
While:
  Installing.
  Uninstalling controller.

An internal error occured due to a bug in either zc.buildout or in a recipe being used:
Traceback (most recent call last):
  File "c:\program files\plone\buildout-cache\eggs\zc.buildout-1.4.1-py2.4.egg\zc\buildout\buildout.py", line 1659, in main
    getattr(buildout, command)(args)
  File "c:\program files\plone\buildout-cache\eggs\zc.buildout-1.4.1-py2.4.egg\z
c\buildout\buildout.py", line 471, in install
    self._uninstall_part(part, installed_part_options)
  File "c:\program files\plone\buildout-cache\eggs\zc.buildout-1.4.1-py2.4.egg\z
c\buildout\buildout.py", line 594, in _uninstall_part
    self._uninstall(
  File "c:\program files\plone\buildout-cache\eggs\zc.buildout-1.4.1-py2.4.egg\z
c\buildout\buildout.py", line 708, in _uninstall
    os.remove(f)
OSError: [Errno 13] Permission denied: 'C:\\Program Files\\Plone\\bin\\plone-con
troller.exe'
Karl Johan Kleist () Re: buildout Plone issue on windows vista
Reply Threaded More More options
Print post
Permalink

Are you running as Administrator?

novice26 wrote:
I recently installed a fresh copy on plone on windows vista and i try to do a buildout after installing a product and here is the error that i am getting. Any idea? This is really driving me crazy!


C:\Program Files\Plone>bin\buildout
Uninstalling controller.
While:
  Installing.
  Uninstalling controller.

An internal error occured due to a bug in either zc.buildout or in a recipe being used:
Traceback (most recent call last):
  File "c:\program files\plone\buildout-cache\eggs\zc.buildout-1.4.1-py2.4.egg\zc\buildout\buildout.py", line 1659, in main
    getattr(buildout, command)(args)
  File "c:\program files\plone\buildout-cache\eggs\zc.buildout-1.4.1-py2.4.egg\z
c\buildout\buildout.py", line 471, in install
    self._uninstall_part(part, installed_part_options)
  File "c:\program files\plone\buildout-cache\eggs\zc.buildout-1.4.1-py2.4.egg\z
c\buildout\buildout.py", line 594, in _uninstall_part
    self._uninstall(
  File "c:\program files\plone\buildout-cache\eggs\zc.buildout-1.4.1-py2.4.egg\z
c\buildout\buildout.py", line 708, in _uninstall
    os.remove(f)
OSError: [Errno 13] Permission denied: 'C:\\Program Files\\Plone\\bin\\plone-con
troller.exe'
Karl Johan Kleist () Re: buildout Plone issue on windows vista
Reply Threaded More More options
Print post
Permalink

Also, I'd try installing Plone in a directory without a space in its name. Self being one, I don't trust developers ;-)

Karl Johan Kleist wrote:
Are you running as Administrator?