> After tryin to convert the database with sb_dbexpimp.py tool i get > this > error: > D:\download\windows-download\spambayes-1.1a2\spambayes-1.1a2 > \scripts>sb_dbexpim.py > [...] > ImportError: No module named spambayes.storage
Python needs to know where to find the spambayes module. The simplest way to do this is to run the script in the main directory (Python looks in the current directory). For example: D:\download\windows-download\spambayes-1.1.a2\spambayes-1.1a2>scripts \sb_dbexpim.py --help =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. _______________________________________________ [email protected] http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html
