Discussion:
[pytables-users] PyTables not working when creating exe file
Pedro Sanchez Roca
2015-03-18 08:23:05 UTC
Permalink
Hi,

I have a python application that I am trying to convert to exe.

For that pourpose I am using py2exe and pyinstalled.

Problem with py2exe: *ImportError: No module named _comp_lzo.*

Problem with pyinstaller: unknown problem actually...everything works fine,
the application starts, the GUI responds, but the execution flow stops here:

*with openFile(os.path.join(h5_folder,hdf5_filename+".h5"), 'w') as
hdf5file:*

However there is no error or traceback, nothing, just that the program
stops.

Any help please??

Thanks.
--
You received this message because you are subscribed to the Google Groups "pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytables-users+***@googlegroups.com.
To post to this group, send an email to pytables-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...