connect to https unpossible. Please help.

2005-10-19 Thread Mark Delon
Hi, i want to log via python script to https page: 'https://brokerjet.ecetra.com/at/' # But it does not work. I am using following code(see below) Has somebody any ideas? How can I get to this https page? Need I to know some infos from "provider"(certificates, etc)? Thank u very much ! sincere

Re: connect to https unpossible. Please help.

2005-10-21 Thread Mark Delon
Ursprüngliche Nachricht --- > Von: Tim Roberts <[EMAIL PROTECTED]> > An: python-list@python.org > Betreff: Re: connect to https unpossible. Please help. > Datum: Fri, 21 Oct 2005 06:05:45 GMT > > "Mark Delon" <[EMAIL PROTECTED]> wrote: > > > >i wan

PyInstaller: problem to build exe with PyQt4

2008-06-02 Thread Mark Delon
Hi, I need to generate single EXEcutable via PyInstaller. It will be genereated -> i get one single executable. AFTER CALL (exe) I get an error: "no module named _gt" Build command: 1. Configure.py 2. Makespec.py -F

EXE is very slow by starting (>10sec.) (build with PyInstaller)

2008-06-10 Thread Mark Delon
Hi, My Python executable created with PyInstaller is too slow by starting... It takes about 15 secs.!!! I am using PyQt4 libraries for creating my very simple GUI-application. -> How can I SPEED UP my executable ??? -> Do you know some GOOD build switches? Thank you very much for every idea...