0

Im trying to compile hello world package made from tide but couldnot make anything out of it. I tried compiling using tidebuilder.py but for some reason it seems not to be working. I installed tide sdk and tried to import but this package womt get imported. How do I compile this file to get .exe application for Windows?

Prashant Ghimire
  • 4,890
  • 3
  • 35
  • 46

1 Answers1

0

Steps 5 and 6 in this guide explain how to create an .exe file:

http://tidesdk.multipart.net/docs/user-dev/generated/#!/guide/getting_started

Julian
  • 539
  • 5
  • 7