I am sorry for being a bad guy, it's 1AM in my timezone and I've just
went through a couple of python beginner headaches. So I took the-baby-
crying-most-will-get-served-first approach. Never again, I promise.

I updated the code to use Excel instead of CSV to save some heavy
lifting.
http://dpaste.com/hold/62282/

Thank you for the comment on the exception, althought I couldn't get
that bit to work.
I've read http://docs.python.org/tut/node10.html, but no dice with the
"continue" bit. What's the correct syntax?

print update_sku, update_stock
#Returned the whole feed
2817312 130
2842300 22
2846762 50
2859391 22
BPC60SS 22
BPC70SS 2
BPC90SS 2
BPS60SS 22
BPS70SS 22
BPS90SS 22
BTD600 22
BWC150SS 80
BWC300SS 22

print p.sku, p.items_in_stock
#Returned only the last line
BWC300SS 22

I don't get it why it didn't return the full excel feed again.
Thank you for your help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to