You cannot post messages because only members can post, and you are not currently a member.
Description:
Shed Skin Python-to-C++ Compiler
|
|
|
from __future__ import division
|
| |
Are there any plans to add support for from __future__ import division ? I get ERROR* editentropy.py:4: future 'division' is not yet supported. A.L.
|
|
Interested in adding Twisted and Urwid
|
| |
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!
|
|
Shedskin cannot find -lcrypto
|
| |
Using python 2.7.4, shedskin 0.9.3, OpenSSL installed, Windows 8 64bit. I get an error when trying to make an extended library or executable that contains the hashlib module (specifically hashlib.md5) "ld.exe: cannot find -lcrypto collect2: returned 1 exit status make *** [test] Error 1 " I've searched my computer and can't find any file called lcrypto and google... more »
|
|
I love it if shedskin could support __del__ destructors...
|
| |
I've been trying a few things with shedskin. So far I've been amazed by what if can do! Thanks so much for creating this software! I'd like to use shedskin to make my python code run faster, but I need support for __del__ for various data structures implemented in c, like canvases, OpenGL texture maps, frame... more »
|
|
Shed Skin 0.9.3
|
| |
hi all, I have just uploaded the packages for shedskin 0.9.3. please try it out and let me know if there are any problems/regressions. the full list of changes can be found here, as usual: [link] so this is the third maintenance release in the 0.9 series. it does come... more »
|
|
Shedskin - Compile Error
|
| |
Hi everyone,
I'm currently trying to compile a python project (5files @ total 1200 lines of code) with shedskin.
I tried shedskin Version 0.9.3 and 0.9.2 both result in the same errors. This is the first error I encounter:
mmain.cpp: In function ‘__shedskin__::list<__shedskin __::list<int>*>* __mmain__::list_comp_3(__sheds kin__::__ss_int)’:... more »
|
|
Problem when trying to use shedskin
|
| |
Hi, I'm the author of [link] project and I want to test ShedSkin on my code. Unfortunately I'm not able to use it because of error during using shedskin. The log of errors shown during translation is here: [link] Regards, Piotr
|
|
absence
|
| |
hi all,
some of you may have been wondering why I haven't been as active in
shedskin development over the past year as before.
one reason is that I consider it finished in a way. I'm satisfied with the
current state of the type inference engine, and perfectly happy with the
current set of limitations. so while I'm happy to maintain the current... more »
|
|
|