akshayrkulkarni / gui2exe

Automatically exported from code.google.com/p/gui2exe
0 stars 0 forks source link

vendorID support #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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!

Original issue reported on code.google.com by uve...@gmail.com on 7 Feb 2009 at 2:12

GoogleCodeExporter commented 9 years ago
Hi,

    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.

Original comment by andrea.gavana@gmail.com on 8 Oct 2009 at 10:24

GoogleCodeExporter commented 9 years ago
Support for vendorID added in version 0.5.0.

Original comment by andrea.gavana@gmail.com on 16 Oct 2009 at 9:49