Thats the ticket.  Very nice.  The shortcut was hidden in a menu under a
button labeled Start  :(  Here's the details...

C:\WINNT\system32\CMD.EXE /k C:\SOMEWHERE\python24\lib\site-packages\twiste
d\twistenv.bat C:\SOMEWHERE\python24\scripts

Keith Gunderson



                                                                                
                                                                
                      Jean-Paul Calderone                                       
                                                                
                      <[EMAIL PROTECTED]>              To:       
[email protected]                                                 
                      Sent by:                          cc:                     
                                                                
                      [EMAIL PROTECTED]        Subject:  Re: [Twisted-web] How 
to use twistd on Windows to run a simple    webserver   
                      dmatrix.com                                               
                                                                
                                                                                
                                                                
                                                                                
                                                                
                      11/22/2005 02:03 PM                                       
                                                                
                      Please respond to                                         
                                                                
                      "Discussion of                                            
                                                                
                      twisted.web, Nevow,   and                                 
                                                                
                      Woven"                                                    
                                                                
                                                                                
                                                                
                                                                                
                                                                




On Tue, 22 Nov 2005 13:52:17 -0600, [EMAIL PROTECTED] wrote:
>I've finally found a good reason to delve into twisted at my job.  I've
>been keeping up with your progress over the past few years, but now I
can't
>seem to get the simplest of webapps to run.  (I've read all the docs and
>blogs that I can get my eyes on.)
...

twisted/scripts/twistd.py is a private implementation module, it is not
intended to be invoked directly.  It is only used when you use twistd on
POSIX.

twisted/scripts/_twistw.py is also a private implementation module.  It is
only used when you use twistd on Windows.

bin/twistd is the executable program intended to be invoked.  I'm not sure
how the latest Windows installer works.  It used to provide a command shell
(cmd.exe with the environment configured to make working with Twisted
easier) from which you could run "twistd" without specifying the full
location.  This may still be the case.

In any case, you definitely don't want to run anything in twisted/scripts/
manually.

Jean-Paul

_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web






_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

Reply via email to