Closed GoogleCodeExporter closed 8 years ago
thanks for the feedback. please see examples/README for compilation
instructions. the 'main' program cannot be compiled, because shedskin doesn't
support modules such as pygtk.
Original comment by mark.duf...@gmail.com
on 6 Feb 2014 at 7:07
Thanks for fast reply. Most of my python application is pygtk based. Is there
some manual to force shedskin like in c64 example ?
BTW.
if module_name not(in suported_module_list):
print("*ERROR* %s module not suported yet" % (module_name))
sys.exit(1)
# ;)
Original comment by LordBlick
on 6 Feb 2014 at 10:01
Original issue reported on code.google.com by
LordBlick
on 5 Feb 2014 at 11:34