Piet van Oostrum писал(а):
> >>>>> "MonkeeSage" <[EMAIL PROTECTED]> (M) wrote:
>
> >M> mistral wrote:
> >>> No, something is wrong there. what I need is just compile one python
> >>> file which will generate html page, with
MonkeeSage писал(а):
> mistral wrote:
> > No, something is wrong there. what I need is just compile one python
> > file which will generate html page, with parameters:
> > "exec" "python" "-O" "$0" "$@"
> >
> &g
MonkeeSage wrote:
> mistral wrote:
> > this not work for me, show compilation error. Is there simple way
> > compile pythone file? its absolutely unclear with command line. Just
> > show me exact command I need run(from python interactive shell?)
>
> OK...
>
> #
MonkeeSage писал(а):
> mistral wrote:
> > Just to comple python ode - it creates html page, nothing more, nothing
> > else.. Just generate one html page.
>
> I *think* this is what you want:
>
> python -O -m py_compile file.py
> python file.pyo
>
> Se
Bjoern Schliessmann писал(а):
> mistral wrote:
>
> > Need compile python code, source is in html and starts with
> > parameters:
>
> Excuse me?
>
> > #!/bin/sh -
> > "exec" "python" "-O" "$0" "$@"
>
>
Bjoern Schliessmann писал(а):
> mistral wrote:
>
> > Need compile python code, source is in html and starts with
> > parameters:
>
> Excuse me?
>
> > #!/bin/sh -
> > "exec" "python" "-O" "$0" "$@"
>
>
Need compile python code, source is in html and starts with parameters:
#!/bin/sh -
"exec" "python" "-O" "$0" "$@"
I have installed ActivePython for windows.
--
http://mail.python.org/mailman/listinfo/python-list
Steve Holden писал(а):
> mistral wrote:
> > I have installed ActivePython
> > http://www.activestate.com/Products/ActivePython/
> > How I can run Python file, test.py?
> Sheesh, you must have had ten replies and nobody bothered to point you
> to the frequently-ask
Rick Zantow писал(а):
> "Ant" <[EMAIL PROTECTED]> wrote in news:1157218244.750434.36220
> @h48g2000cwc.googlegroups.com:
> zefciu wrote:
> Pontus Ekberg wrote:
> ...
> $ python test.py
>
> or
>
> $ ./test.py (if test.py is executable)
>
>
> Thats if you use un*x. If you word under windo
I have installed ActivePython
http://www.activestate.com/Products/ActivePython/
How I can run Python file, test.py?
--
http://mail.python.org/mailman/listinfo/python-list
Larry Bates писал(а):
> mistral wrote:
> > hg писал(а):
> >> Grant Edwards wrote:
> >>>> Will the msi installer modify registry or other system files?
> >>>> Does it possible install Python not touching registry and
> >>>> syste
Larry Bates писал(а):
> mistral wrote:
> > hg писал(а):
> >> Grant Edwards wrote:
> >>>> Will the msi installer modify registry or other system files?
> >>>> Does it possible install Python not touching registry and
> >>>> syste
ys, and not touch system files,
then OK. Have it uninstaller also?
mistral
--
http://mail.python.org/mailman/listinfo/python-list
I need compile code written in Python. I use Windows 98SE. Should I
download Python for Windows installer?
http://www.python.org/ftp/python/2.4.3/python-2.4.3.msi
Will the msi installer modify registry or other system files? Does it
possible install Python not touching registry and system files?
t
14 matches
Mail list logo