thanks Tony, the command works and i get the database in a very large csv file with lines contents three commas:
................. confirm,3,0 "problems,",1,0 exists,1,0 address,3,1 header:Date:1,39,13 url:account,1,0 x-mailer:ipb php mailer,1,0 folgenden,2,0 entfernt,1,0 viel,3,0 "haben,",2,1 url:03,1,0 ............... For what stand the secound and third comma position, ham and spam? regards -----Ursprungliche Nachricht----- Von: Tony Meyer [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 28. Mai 2006 22:42 An: yahoo.de Cc: [email protected] Betreff: Re: [Spambayes] convert databaseto csv > i'm trying to convert database with sb_dbexpimp.py i get > this error: > > D:\spambayes-1.1a2\scripts>sb_dbexpimp.py -e -p > default_bayes_database.db -f > xyx.db.exporte > [...] > tempbayes = pickle.load(fp) The database probably isn't a pickle. Try: D:\spambayes-1.1a2\scripts>sb_dbexpimp.py -e -d default_bayes_database.db -f xyx.db.exporte =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de _______________________________________________ [email protected] http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html
