I have without problem created .exe with pyinstaller (python 2.7 + pygame).
Problem might be on how you import modules or defining paths to files. Have
you for eg. tried to run your project on different PC as code ? It might be
something simple that you have missed.

On Mon, May 9, 2016 at 4:50 AM, DiliupG <dili...@gmail.com> wrote:

> If you had ALL your graphics, sound, fonts, libs and modules inside a
> SINGLE EXEcutable would that help?
>
> On Sun, May 8, 2016 at 11:37 AM, Thomas Kluyver <tak...@gmail.com> wrote:
>
>> Hi Scott,
>>
>> On 8 May 2016 at 06:00, scottmeup <skirmish...@gmail.com> wrote:
>>
>>> I was hoping to obfuscate my code a little this time, do you know if
>>> this is
>>> a possibility?
>>>
>>
>> Pynsist doesn't have any particular support for obfuscation. But you
>> could run some tool beforehand that strips out comments and docstrings,
>> renames variables, etc.
>>
>> Thomas
>>
>
>
>
> --
> Diliup Gabadamudalige
>
> http://www.diliupg.com
> http://soft.diliupg.com/
>
>
> **********************************************************************************************
> This e-mail is confidential. It may also be legally privileged. If you are
> not the intended recipient or have received it in error, please delete it
> and all copies from your system and notify the sender immediately by return
> e-mail. Any unauthorized reading, reproducing, printing or further
> dissemination of this e-mail or its contents is strictly prohibited and may
> be unlawful. Internet communications cannot be guaranteed to be timely,
> secure, error or virus-free. The sender does not accept liability for any
> errors or omissions.
>
> **********************************************************************************************
>
>

Reply via email to