Author Topic: Packaging Python example programs... nice icon, standalone?  (Read 3101 times)

Rando

  • Newbie
  • *
  • Posts: 8
Packaging Python example programs... nice icon, standalone?
« on: February 23, 2013, 09:14:37 am »
Folks,

Just a quick question, I was browsing the GIT repo for the DigiSparkArduinoIntegration, and stumbled across several Python programs that had been packaged was windows 32-bit exe's, and assigned with a beautiful Python icon I hadn't seen before.  I'm thinking these would run standalone without the Python 2.7 installed?

Anyone know how that was done?

 :)

R.
               
« Last Edit: February 23, 2013, 09:34:43 am by Rando »

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
Re: Packaging Python example programs... nice icon, standalone?
« Reply #1 on: February 23, 2013, 11:23:56 am »
Yep - it's done with pyinstaller: http://www.pyinstaller.org/