On Nov 26, 1:16 pm, piotr <
pierre.degavril...@gmail.com> wrote:
> Thanks a lot. It works. I have just 2 remarks :
> 1) I have just changed "includes = []" by includes = ['sip', 'PyQt4',
> 'PyQt4.QtSvg']
That's because I forgot to 'PyQt4' here:
add_modules(['PyQt4', 'guidata', 'guiqwt'], data_files, includes,
excludes)
> 2) create_vs2008_data_files() give me an error(*) but I don't need it.
>
> (*)The error message is :
> assembly = ElementTree.fromstring(file(manifest).read())
> IOError: [Errno2] No such file or directory
> C:\\Python26\\Microsoft.VC90.CRT.manifest
That's not a problem indeed because this error means that you don't
have a Python version based on VS2008, so there is no reason to add
these files to your executable package.
Do not hesitate to post here if you have any other question on guidata
and guiqwt.
BTW, I'm about to release new versions for both libraries: the major
change is a real documentation with examples and API reference for
both of them!
Cheers,
Pierre