On Sat, 26 Jul 2014 06:41:11 -0700, Nicholas Cannon wrote:

> Hey I need some sample data to test out and do stuff with.

When I want sample data I usually write a python script to generate it.

> Also I am
> having strange errors with idle when i load a .txt file read it and then
> print it, idle crashes well kind of freezes.

Missing libraries? Bad characters in the text file? 

> Not sure what is wrong
> here. Also I am having troubles with Numpy and its loadtxt function:
> 
> ValueError: cannot set an array element with a sequence

How about showing us the code concerned, and the text that's being loaded.

-- 
Denis McMahon, denismfmcma...@gmail.com
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to