Re: Buildout development error
Jonathan Bowlas <j.bowlas-hclig2XLE9Zaa/[email protected]> Tue, 28 Apr 2009 11:35:45 +0100
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi All, FYI - Installing the Windows service If you wish to be able to run your new Zope/Silva installation as a Windows service, you'll need an extra step. Just issue the command: bin\instance install You can then use the services applet to start and stop the services (or set it to run automatically) as well as using the command line. You may use "bin\instance remove" to remove the service. Hope this helps any other Windows users. Jasper - I'm still investigating the issue with pyflakes in the development profile - I'll get back to you soon. Jon 2009/4/27 Jonathan Bowlas <j.bowlas-hclig2XLE9Zaa/[email protected]>: > Sorry I missed some lines: > > C:\Silva>bin\instance > program: C:\Silva\parts\instance\bin\runzope > daemon manager not running > zopectl> start > Starting service Zope_1438053936 > Error starting service: The specified service does not exist as an installed ser > vice. > zopectl> > > Does this mean I have to install the zope instance as a service manually? > > J > > 2009/4/27 Jonathan Bowlas <j.bowlas-hclig2XLE9Zaa/[email protected]>: >> Ok, cheers Andy. >> >> I just tried the simple-instance buildout which seemed to install ok >> however upon running the instance the shell returned: >> >> C:\Silva>bin\instance >> Traceback (most recent call last): >> File "C:\Silva\bin\instance-script.py", line 16, in ? >> import plone.recipe.zope2instance.ctl >> File "c:\silva\eggs\plone.recipe.zope2instance-3.2-py2.4.egg\plone\recipe\zope >> 2instance\ctl.py", line 49, in ? >> import pywintypes >> ImportError: No module named pywintypes >> >> So I installed pywin32 >> http://sourceforge.net/project/platformdownload.php?group_id=78018 >> (perhaps this stage should be added to >> http://docs.infrae.com/silva/buildout/requirements.html#installation-under-windows) >> but now I get the following message: >> >> C:\Silva>bin\instance >> program: C:\Silva\parts\instance\bin\runzope >> daemon manager not running >> zopectl> >> >> Any ideas whats up here? >> >> Jon >> >> 2009/4/27 Andy Altepeter <[email protected]>: >>> On Monday 27 April 2009 08:07:21 am Jonathan Bowlas wrote: >>>> Hi All, >>>> >>>> I have an error using buildout >>>> (https://svn.infrae.com/buildout/silva/tag/Silva-2.1.4b2 - >>>> development.cfg profile) whereby the distribution for pyflakes cannot >>>> be found: >>>> >>>> Installing pyflakes. >>>> Couldn't find index page for 'pyflakes' (maybe misspelled?) >>>> Getting distribution for 'pyflakes'. >>>> While: >>>> Installing pyflakes. >>>> Getting distribution for 'pyflakes'. >>>> Error: Couldn't find a distribution for 'pyflakes'. >>>> >>>> How can I resolve this? Hope someone can help. >>> >>> Hey Jon, >>> >>> I always remove pyflakes from our development buildouts. >>> >>> Cheers, >>> Andy >>>> >>>> Jon >>>> >>>> _______________________________________________ >>>> silva-dev mailing list >>>> silva-dev-IAPFreCvJWM6s/[email protected] >>>> https://lists.infrae.com/mailman/listinfo/silva-dev >>> >>> >>> >>> >> >