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

PyInstaller: problem to build exe with PyQt4

2008-06-03 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 script.py 3. Build.py script.spec

Re: connect to https unpossible. Please help.

2005-10-21 Thread Mark Delon
06:05:45 GMT Mark Delon [EMAIL PROTECTED] wrote: 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

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 !