Hi Leandro,

Try adding 'cryptography' to packages in your setup.py file. It's using
__import__(), which means cx_Freeze can't automatically detect what modules
it's loading.

Thomas


On 6 August 2014 12:53, Leandro Poblet <leandrodrho...@gmail.com> wrote:

> Hello,
>
> Whenever I try to compile my program with pyopenssl I get this error:
> http://i.imgur.com/2UJZ3js.png
>
> I'm using cx_Freeze 4.3.3, pyOpenSSL 0.14 and Windows 7 ultimate 32-bit.
> This is my setup.py:
> https://gist.github.com/DoctorMalboro/da877d26ac49a456386b
>
>
> Cheers.
>
>
> ------------------------------------------------------------------------------
> Infragistics Professional
> Build stunning WinForms apps today!
> Reboot your WinForms applications with our WinForms controls.
> Build a bridge from your legacy apps to the future.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
> _______________________________________________
> cx-freeze-users mailing list
> cx-freeze-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>
>
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to