Changing the startup batch file to use python.exe instead of pythonw.exe should do the trick -Mike
Chris McDonough wrote:
envvars). Neither works anymore. Installation is either via rpm, executable, or via "configure; make; make install".
What's the equivalent of this for Windows?
instead there's a zopectl script under UNIX and the system works as a service under Windows.
How do you run Zope NOT as a service on Windows?
cheers,
Chris
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Changing the startup batch file to use python.exe instead of pythonw.exe should do the trick
Yep, this is also fixed in 2.7.0b2.
What's the equivalent of this for Windows?
What is "this"?
instead there's a zopectl script under UNIX and the system works as a service under Windows.
How do you run Zope NOT as a service on Windows?
runzope.bat --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.510 / Virus Database: 307 - Release Date: 8/14/2003
envvars). Neither works anymore. Installation is either via rpm, executable, or via "configure; make; make install".
What's the equivalent of this for Windows?
Using cygwin and visual studio configure; make; make install works just fine :) Or using setup.py will get most of the important stuff done. -- Andy McKay http://www.agmweb.ca
See Packages/WinBuilders in CVS as well. On Thu, 2003-08-28 at 17:01, Andy McKay wrote:
envvars). Neither works anymore. Installation is either via rpm, executable, or via "configure; make; make install".
What's the equivalent of this for Windows?
Using cygwin and visual studio
configure; make; make install
works just fine :) Or using setup.py will get most of the important stuff done. -- Chris McDonough <chrism@zope.com> Zope Corporation
Chris McDonough wrote:
See Packages/WinBuilders in CVS as well.
On Thu, 2003-08-28 at 17:01, Andy McKay wrote:
envvars). Neither works anymore. Installation is either via rpm, executable, or via "configure; make; make install".
What's the equivalent of this for Windows?
Using cygwin and visual studio
configure; make; make install
works just fine :) Or using setup.py will get most of the important stuff done.
Hmmm... I'm mainly looking at this from the autotester point of view. I was trying: configure make make install ...on Windows, but was getting these problems: http://mail.zope.org/pipermail/zope-coders/2003-July/003905.html Chris said that what you suggested was 'wrong', but that's maybe because I'm not using cygwin: http://mail.zope.org/pipermail/zope-coders/2003-July/003909.html I'm currently using: python setup.py build_ext -i Is this the right thing to do? What should I be doing? cheers, Chris
Is what you're doing working? If so, keep doing it. If not, do what I suggested in my resposne to your original email. python.exe "%SRC_DIR%\inst\configure.py" --prefix="%TARGET_DIR%" nmake build nmake install - C On Fri, 2003-08-29 at 07:11, Chris Withers wrote:
Chris McDonough wrote:
See Packages/WinBuilders in CVS as well.
On Thu, 2003-08-28 at 17:01, Andy McKay wrote:
envvars). Neither works anymore. Installation is either via rpm, executable, or via "configure; make; make install".
What's the equivalent of this for Windows?
Using cygwin and visual studio
configure; make; make install
works just fine :) Or using setup.py will get most of the important stuff done.
Hmmm... I'm mainly looking at this from the autotester point of view.
I was trying:
configure make make install
...on Windows, but was getting these problems: http://mail.zope.org/pipermail/zope-coders/2003-July/003905.html
Chris said that what you suggested was 'wrong', but that's maybe because I'm not using cygwin: http://mail.zope.org/pipermail/zope-coders/2003-July/003909.html
I'm currently using:
python setup.py build_ext -i
Is this the right thing to do? What should I be doing?
cheers,
Chris
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Chris McDonough wrote:
Is what you're doing working? If so, keep doing it. If not, do what I suggested in my resposne to your original email.
Indeed, it's working so I'm doing that ;-) But part of the valeu I see in autotesting is that it also tests the build process, so I'd prefer to be using the 'approved' build process. Now...
python.exe "%SRC_DIR%\inst\configure.py" --prefix="%TARGET_DIR%" nmake build nmake install
Is that the approved build process on Windows? cheers, Chris
participants (4)
-
Andy McKay -
Chris McDonough -
Chris Withers -
Michael Long