Mark Dufour

Results 135 comments of Mark Dufour

you can however generate an extension module (shedskin -e), and import this in a larger program that uses wxPython. several of the example programs show this.

no reply, still works for me.

could someone confirm this is still a problem on a current OSX system?

added a -c/--nogc option. might be fun to also control the gc via 'import gc; gc.enable/disable()'

gc module now partly supported: enable, disable, collect. in addition to the -c/--nogc option.

I just started playing around with unicode support a bit. would be nice to at least support the simple encode/decode cases, such as utf-8.

ahem, sorry for the 'late' reply..! I think we based the builtin exceptions on the following list, though probably for 2.5 or 2.6: https://docs.python.org/2/library/exceptions.html though AttributeError should have existed by...

hmm okay so perhaps I left it out because it's not really supported :P your point still stands then, it should at least mention what is not known/supported.

thanks! yes, planning to go over this list in the coming days as one of the still open points to reach basic python3 compatibilty..

updated the hierarchy structure for python3, and it should now print which exception type is unknown/unsupported (at least for bulitins :P). thanks!