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