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
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
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
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...