![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 | |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
Quote:
|
|
|
|
|
|
|
#12 |
|
Programming Guru
![]() |
I'm writing a quick unix modification to the Python installer which should allow people to create Python executables... not sure if i'm going to succeed or not. It'll be fun to try.
__________________
|
|
|
|
|
|
#13 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5
![]() |
i didn't even know it was problematic to create .exe's with python, considering it's bruce eckel's "favorite language" and all. i have python, i just haven't really played with it much. thanks for the links guys!
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
|
|
#14 |
|
Expert Programmer
|
It would be great and near impossible if someone made a commandline Python to C++ converter.
It could convert Python into C++ code, then use g++ to compile it to an executable.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#15 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Good luck with that one. There are too many high-level things in Python, such as its weird for loop, for that to happen easily. You'd also have to port all the functions it uses, which would be almost impossible.
|
|
|
|
|
|
#16 |
|
Professional Programmer
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4
![]() |
It could be done, but... yeah, it would be a lot of work. It's not near impossible because py2c had a good stab at it (but produced modules and not executables), and pyrex does something vaguely similar.
|
|
|
|
|
|
#17 |
|
Programmer
|
__________________
Visit my blog, about all that stuff in between your nostrils >_> |
|
|
|
|
|
#18 |
|
Expert Programmer
|
I downloaded and tried that program, it didn't really work that well, even on a simple python script.
IMO it is easier to convert python to c++ by hand than use that.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|