Re: Python configuration question when python scripts are executed using Appweb as web server.

2009-08-13 Thread Mark Lawrence
Gabriel Genellina wrote: [snip] Here are couple of links that discusses setting PYTHONPATH environment variable. http://docs.python.org/using/windows.html Ouch, that document should be reworked and updated! I don't understand this comment, given that the PEP370 Implementation section 2nd parag

Re: Python configuration question when python scripts are executed using Appweb as web server.

2009-08-10 Thread Gabriel Genellina
En Mon, 10 Aug 2009 11:48:31 -0300, IronyOfLife escribió: Why different results in IIS and appweb? [...] This is fairly easy to explain. When I configured IIS to execute python scripts, as per the documentation I pass two command line arguments. Appweb works this way. It opens up a new command

Re: Python configuration question when python scripts are executed using Appweb as web server.

2009-08-10 Thread IronyOfLife
Hi Gabriel Thanks for the detailed and useful reply. On Aug 7, 1:37 am, "Gabriel Genellina" wrote: > En Thu, 06 Aug 2009 12:49:30 -0300, IronyOfLife   > escribió: > > > > > > > On Aug 5, 4:18 pm, "Gabriel Genellina" wrote: > >> En Tue, 04 Aug 2009 10:15:24 -0300, IronyOfLife > >> escribió: >

Re: Python configuration question when python scripts are executed using Appweb as web server.

2009-08-06 Thread Gabriel Genellina
En Thu, 06 Aug 2009 12:49:30 -0300, IronyOfLife escribió: On Aug 5, 4:18 pm, "Gabriel Genellina" wrote: En Tue, 04 Aug 2009 10:15:24 -0300, IronyOfLife escribió: > On Aug 3, 8:42 pm, "Gabriel Genellina" wrote: >> En Mon, 03 Aug 2009 11:04:07 -0300, IronyOfLife   >> escribió: >> > I hav

Re: Python configuration question when python scripts are executed using Appweb as web server.

2009-08-06 Thread IronyOfLife
Hi Gabriel On Aug 5, 4:18 pm, "Gabriel Genellina" wrote: > En Tue, 04 Aug 2009 10:15:24 -0300, IronyOfLife > escribió: > > > On Aug 3, 8:42 pm, "Gabriel Genellina" wrote: > >> En Mon, 03 Aug 2009 11:04:07 -0300, IronyOfLife   > >> escribió: > > >> > I have installed python 2.6.2 in windows xp

Re: Python configuration question when python scripts are executed using Appweb as web server.

2009-08-05 Thread Gabriel Genellina
En Tue, 04 Aug 2009 10:15:24 -0300, IronyOfLife escribió: On Aug 3, 8:42 pm, "Gabriel Genellina" wrote: En Mon, 03 Aug 2009 11:04:07 -0300, IronyOfLife escribió: > I have installed python 2.6.2 in windows xp professional machine. I > have set the following environment variables -- PYTHONPA

Re: Python configuration question when python scripts are executed using Appweb as web server.

2009-08-04 Thread IronyOfLife
On Aug 3, 8:42 pm, "Gabriel Genellina" wrote: > En Mon, 03 Aug 2009 11:04:07 -0300, IronyOfLife   > escribió: > > > I have installed python 2.6.2 in windows xp professional machine. I > > have set the following environment variables -- PYTHONPATH. It points > > to following windows folders: pytho

Re: Python configuration question when python scripts are executed using Appweb as web server.

2009-08-03 Thread Gabriel Genellina
En Mon, 03 Aug 2009 11:04:07 -0300, IronyOfLife escribió: I have installed python 2.6.2 in windows xp professional machine. I have set the following environment variables -- PYTHONPATH. It points to following windows folders: python root folder, the lib folder and lib-tk folder. Why? Did yo

Python configuration question when python scripts are executed using Appweb as web server.

2009-08-03 Thread IronyOfLife
Hi All I have installed python 2.6.2 in windows xp professional machine. I have set the following environment variables -- PYTHONPATH. It points to following windows folders: python root folder, the lib folder and lib-tk folder. I have configured IIS to execute python scripts. I do not have any i