Hello everybody I want to do a spellchecker with Hunspell for Word, Excel... and for this I take the library "pywin32" etc....
I make some tests and there is something strange : On my screen, I put one button that copies and pastes a text between two lineEdit Widgets (1 to the 2) and the same button gives me (in a QlistWidget) also the title of an Word's document that I loaded. If I run this program in Eric4, all works fine, the paste of the text lineEdit 1 to the 2 and it gives me (in a qListWidget) the title(s) of the Word's document(s) that is (are) loaded. It is the same thing if I run my program in a console's screen with "python main.py". It works fine. But when I "cxfreeze" my program, there is a problem : if I "cxfreeze" my application, the setup works fine (I have not error message) but when I run my application "main.exe" only the copy and paste between the 2 lineEdit works . It doesn't give me the title of the Word's document opened. I have tried many way to do the paquet with cxfreeze (make the setup etc...) but nothing works only the copy and paste with Qt objects. If somebody can give me some advices, suggestions (maybe I do some wrong manipulations but I don't see), it would be great ! Amicalement, Bruno ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
