On Thu, Jan 19, 2012 at 6:32 PM, Jason Loeve <jasonlo...@gmail.com> wrote:

> good day i seem to be stuck, my code is
>
> from sys import argv
>
> script, user_name = argv
>

Are you  passing an additional parameter while executing the script ?? you
must execute it passing an additional parameter which will get assigned to
user_name


> and i get an error ValueError: need more than 1 value to unpack
>
> http://learnpythonthehardway.org/book/ex14.html
>
> i am using PyCharm 1.5.4 to run
>
> thanks in advance
> jason
>
>
>
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
>


-- 
Vishwajeet Singh
+91-9657702154 | dextrou...@gmail.com | http://bootstraptoday.com
Twitter: http://twitter.com/vishwajeets | LinkedIn:
http://www.linkedin.com/in/singhvishwajeet
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to