[PyKDE] Trying to use VendorId

Giovanni Bajo rasky at develer.com
Tue Jul 18 01:34:53 BST 2006


Chris Dunscombe <cdunscombe at yahoo.com> wrote:

> I am trying to make use of the VendorId program to create a signed
> Python interpreter but am having some dificulties.
>
> First some background.
>
> 1. I have a PyQt based application, for Windows, that I wish to
> distribute to users making use VendorId and a signed Python
> interpreter. Ideally I wish to use py2exe to produce my binary
> executable as this removes the need for Python to be installed on the
> target machine, this requirement is high up on the requirements list.

I'm not sure what py2exe is able to do nowadays, but if you can build a single
self-contained Windows executable you don't need VendorId at all, as you won't
ship a bare "qt.pyd" or similar. If you have trouble with py2exe, try with
PyInstaller.

Giovanni Bajo



-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.1/389 - Release Date: 14/07/2006




More information about the PyQt mailing list