Hi,
this is a feature requirement, not a bug report.
Could you add support for the vendorID package? It is very useful for packaging PyQt applications.
Thanks!
Comment #1
Posted on Oct 8, 2009 by Massive KangarooHi,
I am trying to add support for VendorID. I am almost done with it, but there is
an issue regarding the generated Makefile (from sib.py). When I run "make", I get this nice error:
makefile:34: * missing separator. Stop.
Line 34 is just 2 "less than" symbols, i.e.:
<<
If this is an internal issue of sib.py, there is nothing I can do about it and support for VendorID will be broken in GUI2Exe. If it is an issue of the GNU make (I am using version 3.81 on Windows XP), then all I can say is that GNU make is a disgrace for breaking backward compatibility and sib.py is a disgrace because it has not been updated to reflect GNU make changes.
If you have any solution for this, please let me know.
Comment #2
Posted on Oct 16, 2009 by Massive KangarooSupport for vendorID added in version 0.5.0.
Status: Fixed
Labels:
Type-Defect
Priority-Medium