Executing the command 'bootstrap.py' failed

4 messages Options
Embed this post
Permalink
kj7ny () Executing the command 'bootstrap.py' failed
Reply Threaded More More options
Print post
Permalink
I am attempting to install Plone 3.2.2 on Windows XP, Professional Version 2002, Service Pack 3.

The file I am using is Plone-3.2.2-buildout.exe  31,054KB, 4.22.1009 9:12 AM

When I downloaded that file, it stated it was Plone 3.2.2 (build 26444) with Zope 2.10.7.

When I try to install (I've tried multiple times) I get the errors:
----------------------------------------------------------------
Executing the command 'bootstrap.py' failed
SystemExit: 1
----------------------------------------------------------------
Executing the command 'buildout-script.py' failed
IOError: [Errno 2] No such file or directory: 'C:\\....\\bin\\buildout-script.py'
[Note: '\\\...\\\' is shortened here for clarity.
----------------------------------------------------------------
Executing the command 'cluster-control-script.py' failed
IOError: [Errno 2] No such file or directory: 'C:\\....\\bin\\cluster-control-script.py'
----------------------------------------------------------------
Executing the command 'plonectl-script.py' failed
IOError: [Errno 2] No such file or directory: 'C:\\....\\bin\\plonectl-script.py'
----------------------------------------------------------------

All of those errors are because there is no 'C:\\....\\bin\\' directory.

The only directories under my install directory are:
\\buildout-cache\\
\\develop-eggs\\
\\fake-eggs\\
\\products\\
\\python\\
\\zope2\\

Why do I not have a \\bin\\ directory?  Or better yet, what can I do to successfully install the latest stable version of Plone on a Windows XP, SP3, computer?

Thanks,
Rodrigo Cobra () Re: Executing the command 'bootstrap.py' failed
Reply Threaded More More options
Print post
Permalink
Hi I´m with the same error message. Do you resolve the problem? Regards, Rodrigo Cobra.
konfuzio () Re: Executing the command 'bootstrap.py' failed
Reply Threaded More More options
Print post
Permalink
Hi,

I had the same problem. The solution was to setup the internet connection correctly which means: no proxy for: localhost.

Turing my research to find the problem I followed the instructions of: http://plone.org/documentation/how-to/buildout-using-windows-installer. Step one always failed. Starting with step 2 I could set up, start an instance but (that was the lead to the solution) I could not connect to localhost. After changing the network settings I could run step on. I deinstalled everything and reinstalled it with no error messages + the missing folders

Then it worked.

Cheers
max.enrico@arcor.de () Re: Executing the command 'bootstrap.py' failed
Reply Threaded More More options
Print post
Permalink
In reply to this post by kj7ny

kj7ny wrote:
I am attempting to install Plone 3.2.2 on Windows XP, Professional Version 2002, Service Pack 3.

The file I am using is Plone-3.2.2-buildout.exe  31,054KB, 4.22.1009 9:12 AM

When I downloaded that file, it stated it was Plone 3.2.2 (build 26444) with Zope 2.10.7.

When I try to install (I've tried multiple times) I get the errors:
----------------------------------------------------------------
Executing the command 'bootstrap.py' failed
SystemExit: 1
----------------------------------------------------------------
Executing the command 'buildout-script.py' failed
IOError: [Errno 2] No such file or directory: 'C:\\....\\bin\\buildout-script.py'
[Note: '\\\...\\\' is shortened here for clarity.
----------------------------------------------------------------
Executing the command 'cluster-control-script.py' failed
IOError: [Errno 2] No such file or directory: 'C:\\....\\bin\\cluster-control-script.py'
----------------------------------------------------------------
Executing the command 'plonectl-script.py' failed
IOError: [Errno 2] No such file or directory: 'C:\\....\\bin\\plonectl-script.py'
----------------------------------------------------------------

All of those errors are because there is no 'C:\\....\\bin\\' directory.

The only directories under my install directory are:
\\buildout-cache\\
\\develop-eggs\\
\\fake-eggs\\
\\products\\
\\python\\
\\zope2\\

Why do I not have a \\bin\\ directory?  Or better yet, what can I do to successfully install the latest stable version of Plone on a Windows XP, SP3, computer?

Thanks,

Hi all,
i have a solution for this problem.
If PC has no internet-connection, the PC is offline, the installation failed.
Same problem, if you install an addin and you run buildout. Buildout needs also online-access.
Background: The installpackage is complete, but some py-scripts frome plone need internet-access.

A workarroud is to make a snapshot of installation.
Make this in follwing stepps.

1.Install Plone and addins on an internet-pc. after all addins including, runs buildout.
2. make a copy of your installfolder (f.e. C:\programfiles\plone)
3. export registry-settings for
   a) entry in add/remove programs
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Plone_is1]
   b) entry for windows-services
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Zope1]
4. go to your offline-PC
5. copy saved folder to same folder location
6. import registry settings
7. start pc to start Plone-Service
8. smile :)
9. opt. you can change the root-passwort, see at plone.org/documentations

Greetings Enrico