hi, i have a very large project in visual studio2005->visual c++ in windowsxp. i'd like to port it, or my next project, over to python. is this possible without rewriting all my code? are there multiple options to do this? my project is so large, that entirely rewriting it is actually no option.
regards, m ps i guess, it's an option to transform my current code into one or more python extensions/modules, and then calling them from a python core module? -- http://mail.python.org/mailman/listinfo/python-list