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?
Asked
Active
Viewed 105 times
1 Answers
0

Community
- 1
- 1

apatrushev
- 346
- 3
- 5
-
do you download it directly onto the disc? – Daniel Wigmore Aug 29 '12 at 11:24
-
No. But I know, that you can't just copy libraries and DLL's. %) – apatrushev Aug 29 '12 at 11:42
-
So if I aim to have a CD with executable files that can be executed on any computer, where would i install py2exe? – Daniel Wigmore Aug 29 '12 at 11:57
-
also what version would i use seeing as I am using python 2.5? – Daniel Wigmore Aug 29 '12 at 11:57
-
Please read the documentation available on the proposed links. – apatrushev Aug 29 '12 at 12:21
-
ok got py2exe working for simple programs but the one I need to put onto cd has a button program using Tkinter which links to three other programs that use pyplot and pygame. whenever i try to convert a program that uses pygame i get a dist file with no MyFile.exe but a folder called TCL with no apps within it – Daniel Wigmore Aug 29 '12 at 14:28