You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to shedskin...@googlegroups.com
I am interested in adding Twisted and Urwid support as well as any other python module I would ever use. I am not really sure how to go about doing this and if you could point me in the right direction, I will start working on it!
Mark Dufour
unread,
Apr 28, 2013, 6:12:00 AM4/28/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
I am interested in adding Twisted and Urwid support as well as any other python module I would ever use. I am not really sure how to go about doing this and if you could point me in the right direction, I will start working on it!
for a start, you probably want to read this section of the documentation:
I don't think it will make much sense to have builtin support for twisted (if that's even remotely possible) or urwid. shedskin can in many cases be combined with external libraries though by letting it generate an extension module (shedskin -e) for you, which can then be combined with arbitrary libraries in a main python program: