incunabulum / guidata

Python library generating graphical user interfaces for easy dataset editing and display / From code.google.com
Other
0 stars 0 forks source link

guidata 1.4 and disthelpers changes #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

I can't make functionnal dictedit and arrayedit with py2exe distribution. 
DO YOU HAVE SOME ADVISE ABOUT SETUP OPTIONS in order to use arrayedit and 
dictedit ?

What is the expected output? What do you see instead?

I updated guidata from 1.3 to 1.4, but no change on arrayedit and dictedit with 
py2exe.
So I tried to use disthelpers in order to resolve a probable problem in setup 
options in py2exe. But disthelpers completly change from 2.3 version

- No doc at all for disthelpers, apart a basic example 
- disthelper seems to be unachieved. DO YOU PLANE some improvements ?
- setup() method support only ONE file script ?
- disthelpers is supposed to support py2exe, but I doesn't. So I try to fix the 
setup() method by adding argument library (see attached file)

IS DISTHELPERS A GOOD IDEA TO RESOLVE THE PROBLEM OF ARRAYEDIT AND DICTEDIT ?

What version of the product are you using? On what operating system?
1.4 windows XP SP3

Please provide any additional information below.

Original issue reported on code.google.com by loic.duf...@hotmail.fr on 18 Dec 2011 at 6:54

Attachments:

GoogleCodeExporter commented 9 years ago
Please find attached file withe some improvements for real support of py2exe 
(added arguments other_scripts and library, modification of setup method to 
include module already excluded in DEFAULT_EXCLUDES).

Unfortunatly, disthelpers doesn't solve my problem (cf. above. Some widgets of 
guidat are no supported by py2exe : arrayedit and dictedit )

DO YOU HAVE SOME ADVISE ABOUT SETUP OPTIONS in order to use arrayedit and 
dictedit with py2exe

Best regards

Loïc

Original comment by loic.duf...@hotmail.fr on 19 Dec 2011 at 8:44

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry for the late answer.

Are you still having trouble with disthelpers?

Original comment by pierre.raybaut on 6 Nov 2012 at 4:45