Installation Python 3.6.x on Windows using command line installer (without GUI)

2017-07-27 Thread Andreas Jung
I need to installed Python 3.6.x on Windows as part of an automated process without user-interaction. Recently Python releases provided MSI files for installation using the "msiexec" utility however there are no more MSI release files available for Python 3.6.X. Are there any alternatives? -aj

Re: How to run a python script with a configuration file at command line ?

2010-06-03 Thread Andreas Jung
optparse is your friend. -aj 2010/6/3 steph_awk > I have been searching for quite some times without success. > > I have a python script that needs to start from command line and it > should have a config file to fill out the detais (itis one program, > and many possible configurations). > > s

SOAP with fancy HTTPS requirements

2010-06-03 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I need to implement the following: sending SOAP requests and receiving SOAP responses over HTTPS with - authentication based on client-certificates _and_ basic authorization - verification of the server cert The client cert is protected

Re: [Zope] how do I test for the current item in an iteration

2007-09-28 Thread Andreas Jung
--On 28. September 2007 16:36:43 +0100 kamal hamzat <[EMAIL PROTECTED]> wrote: Dear All, I have this error after i added the if statement Error Type: TypeError Error Value: mybrains.__cmp__(x,y) requires y to be a 'mybrains', not a 'int' for i in context.zCatNewsCurrent(): if i <= 5

Re: Encoding sniffer?

2006-01-06 Thread Andreas Jung
Thanks! --On 5. Januar 2006 18:21:39 -0600 [EMAIL PROTECTED] wrote: http://orca.mojam.com/~skip/python/ pgpyF17uM2CTT.pgp Description: PGP signature -- http://mail.python.org/mailman/listinfo/python-list

Encoding sniffer?

2006-01-05 Thread Andreas Jung
Does anyone know of a Python module that is able to sniff the encoding of text? Please: I know that there is no reliable way to do this but I need something that works for most of the case...so please no discussion about the sense of such a module and approach. Andreas pgpj27jiq5WgN.pgp Descr

Re: subprocess module under Windows 98

2005-11-02 Thread Andreas Jung
--On 2. November 2005 08:48:24 -0800 Ernesto <[EMAIL PROTECTED]> wrote: This worked for me on XP... not sure for 98... http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/409002 Thanks, this works! Andreas pgpeWK0kWa6KX.pgp Description: PGP signature -- http://mail.python.org/mailman

[Subprocess/Windows] subprocess module under Windows 98

2005-11-02 Thread Andreas Jung
Hi, I am using subprocess.Popen() to start Java processes (converters) from within Zope under Windows 98 (sorry, we have to support the platform). The call looks like this: P = Popen('java.exe arguments...', stdout=PIPE, stderr=PIPE, stdin=open('nul:')). stdin=open('nul:') is required to

Generating RTF with Python

2005-03-31 Thread Andreas Jung
Hi, does anyone know of a high-level solution to produce RTF from Python (something similar to Reportlab for producing PDF)? Thanks, Andreas pgptlX6o8zD33.pgp Description: PGP signature -- http://mail.python.org/mailman/listinfo/python-list