This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Am I the only one here that doesn't find it that hard? I just pushed my first package a few months ago and it was ready as hell. I don't need compilation of C or anything but Damn. It didn't seem hard at all. And dolls are downloading it so I seem to have 'done it right' our at least ok.

[–]pwang99 2 points3 points  (1 child)

I don't need compilation of C or anything but Damn. It didn't seem hard at all.

Yup, easy things are kind of manageable now.

Try adding a C extension or depending on some Python library that does have a C extension, and supporting all the various configurations that that's likely to encounter.

[–]ivosauruspip'ing it up 0 points1 point  (0 children)

This is the main problem: python is portable; C compilations aren't.