0

I have some programs written in python 2.5.4, using the pygame and matplotlib/pyplot libraries on my computer and I want to know whether it is possible to transfer and run python (and the files) from a disc. I tried the drag and drop with both the programs and the python libraries, tools, DLL's, etc. But the programs will not run. Does anyone know how I can get a CD to contain python and run these files?

Qantas 94 Heavy
  • 15,750
  • 31
  • 68
  • 83
Daniel Wigmore
  • 87
  • 1
  • 1
  • 9

1 Answers1

0

You must use some tools such as py2exe.

More info can be found in this question.

Community
  • 1
  • 1
apatrushev
  • 346
  • 3
  • 5