Please advise the best way to publish a Quickly-generated program to Windows.
|
closed as off topic by jokerdino♦, Amith KK, Mitch, htorque, izx Aug 21 '12 at 20:32
Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
You will need a Windows pc to build it on. On this Windows pc you will want to install python, gtk, pygobject, pycairo, pygtk, py2exe, and SetupTools. Also you will need any other dependency/module your app might need but SetupTools should make that easier to pull off. Also you will need to remove anything in your application that would not be available to Windows. (i.e. Unity Bindings). Then you would run your app through Py2Exe and install it. Its not going to be a cake walk but its possibly possible :) Good Luck and Godspeed Further reading/sources:
|
|||
|
|