freakin out over C++ module in python

Diez B. Roggisch deets at nospam.web.de
Tue Apr 18 03:45:17 EDT 2006


> and so, i guess the main question i have is.... is there a module or
> program that will parse these classes and duplicate them for a python
> module ? Some kind of code translator ? Or is that just way out there?

No, there isn't.

> i would go thru it line by line, but i just dont know enough about C++,
> how it pulls off a socket connection, etc.. and some of the things i
> dont know how to do in python. like how to make an unsigned long init.

Use module struct.

Regards,

Diez



More information about the Python-list mailing list