Thanks for your fast response.

Here is the pastebin link with the additional info :

http://pastebin.com/nBMQMuU4

Thanks again

On 29/09/2013 18:59, Thomas Kluyver wrote:
> Hi,
>
> Can you show:
> - The output from freezing it. This will be quite long, so put it in a
> pastebin.
> - The result of running in a Python shell: from Crypto.Cipher import
> _AES; print(_AES)
>
> Best wishes,
> Thomas
>
>
> On 29 September 2013 01:42, ja <joa...@yahoo.es
> <mailto:joa...@yahoo.es>> wrote:
>
>     Hello everybody
>
>     I wrote a little python 3.3 application using last windows
>     Pycrypto lib.
>     I am trying to freezing with last version of cx-freeze.
>     Apparently it works fine and I get build directory with everything
>     inside,
>     but when I run the exe file I get the following error in file
>     Crypto\Cipher\AES.py :
>
>     from Crypto.Cipher import _AES
>     ImportError: cannot import name _AES
>
>     So it  seems that a internal file of pycrypto cannot acces to a
>     part of
>     pycrypto lib
>
>     I tried to modify setup.py in a lot of ways but I always get the
>     same error
>
>     One of the setups I tried is
>
>     import cx_Freeze
>     buildOptions = dict(includes=['Crypto'])
>
>     executables = [
>             cx_Freeze.Executable("MyApp.py")
>     ]
>
>     cx_Freeze.setup(
>         name = "MyApp",
>         version = "1.0",
>         description = "Here ads",
>         executables = executables,
>         options = dict(build_exe = _buildOptions_)
>         )
>
>     And when I run MyApp.exe the error appears.
>
>     Does someone know what I am doing wrong?
>
>     Thanks
>
>
>     
> ------------------------------------------------------------------------------
>     October Webinars: Code for Performance
>     Free Intel webinars can help you accelerate application performance.
>     Explore tips for MPI, OpenMP, advanced profiling, and more. Get
>     the most from
>     the latest Intel processors and coprocessors. See abstracts and
>     register >
>     
> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
>     _______________________________________________
>     cx-freeze-users mailing list
>     cx-freeze-users@lists.sourceforge.net
>     <mailto:cx-freeze-users@lists.sourceforge.net>
>     https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>
>
>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
>
>
> _______________________________________________
> cx-freeze-users mailing list
> cx-freeze-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Attachment: 0x2C45B15D.asc
Description: application/pgp-keys

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&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