In <[EMAIL PROTECTED]>, fscked wrote:

> The traceback is as follows:
> 
> Traceback (most recent call last):
>   File "createXMLPackage.py", line 35, in ?
>     for boxid, mac, activated, hw_ver, sw_ver, heartbeat, name,
> address, phone, country, city, in csvreader:
> _csv.Error: string with NUL bytes
> Exit code: 1 , 0001h

As Larry said, this most likely means there are null bytes in the CSV file.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to