PDA

View Full Version : Pythðn: C++ Convertor (ShedSkin)



Sailor5
August 22nd, 2010, 10:49 PM
Ahoy Sailors!

So I'm trying to convert my Python script to C++, I found shedskin which claims to be able to do so, However I have written my script using Twisted, & on trying to compile using shedskin I get a ''cannot find twisted.internet.protocol'' message.

I tried putting the Twisted modules in with the script, However to no avail. I've googled around for awhile and at last there is nothing more I can do. Anyone shed some light unto this?

Thanks Bye!

Sailor5
August 23rd, 2010, 08:26 PM
Bumpers! Trying to get this to work. But no luck!

ssam
August 23rd, 2010, 08:34 PM
if you depend on a python specific library i doubt you will have much luck.

why are you converting your code to C++?

nvteighen
August 23rd, 2010, 08:35 PM
The question is... why?