Hi, I know nothing about compiling a program, but I desperately need a program that is written in python. I installed python and tried to compile it, but got errors. If someone would be kind enough to compile it for me and sent it to my email address, I would be ever so grateful.
Program (itrade): http://sourceforge.net/projects/itrade/
Email: chinelane2@yahoo.ca
Thank you all.
raymarquise 0 Newbie Poster
Recommended Answers
Jump to PostPython is very much like Java, it compiles your source code into bytecode (Python Virtual Machine code) that the Python interpreter then converts to the actual CPU specific code.
Programs like Py2Exe are really packagers that take your bytecode, any needed modules, the Python interpreter (Pythonxx.dll) and package it …
All 2 Replies
Scuppery 29 Newbie Poster
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
Scuppery commented: couldn't say it any better +1
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.