I am currently evaluating for an eCommerce project. Is there any good Python based webshop software. Are there any personal experiences people can share?

Until now I have only found:

Coming from the PHP world finding only ONE project seams akward to me.

Does anybody have experience with Satchmo?

Are there any good commercial solutions? It's highly important that the webshop software is extendable (and if possible readable/changeable) in every aspect, but it's not required at all to be OSS. Commercial software with support deal is fair enough.

Any good recommendations out there?

link|improve this question
A good rule of thumb to follow for Python vs PHP development is this: use Python if you're planning to write a program from scratch, and use PHP if you just want to modify an existing script. – Seun Osewa Jul 13 '09 at 9:43
hi yes i completly agree with your point. but DRY standard features of webshops would be anyway a timesaver :) – Andreas Klinger Jul 13 '09 at 10:28
feedback

2 Answers

up vote 3 down vote accepted

Satchmo is a great project, mature, and used in live ecommerce sites.

The other up-and-coming Django ecommerce app that looks like it will be strong competition for Satchmo is Lightning Fast Shop. I haven't used it, but I've looked over the code a few times and like its style.

link|improve this answer
feedback

Satchmo is pretty good. I've used an older version, which lacked some of the built-in customisability of the more recent versions, but even so it was pretty easy to customise.

Don't forget that the one big advantage of OSS software is that even if the app itself doesn't expose a way to customise a particular bit of functionality, you've got the code right there so you can dive right in and change it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.