MailList "base is not a class object" error
Hi,
I'm porting Mailman 1.0b9 to Win32 (Python 1.5.2b2). When running newlist.py, I get an error on line 50 of MailList.py,
base is not a class object on the definition of MailList.
However if I "hand import", it seems to load ok.
Anyone try mailman on 1.5.2b2 yet?
Any suggestions?
Thanks
Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax netmeeting: ils://ils.murkworks.com ICQ: 14856937
"BC" == Brad Clements <bkc@murkworks.com> writes:
BC> I'm porting Mailman 1.0b9 to Win32 (Python 1.5.2b2). When
BC> running newlist.py, I get an error on line 50 of MailList.py,
BC> base is not a class object on the definition of MailList.
BC> However if I "hand import", it seems to load ok.
BC> Anyone try mailman on 1.5.2b2 yet?
Well, I've run Mailman on the current CVS snapshot, no problem -- but on Unix of course. I suspect that the problem has more to do with running it on Windows. I don't know of anyone who's done that yet, although the error message you're getting is kind of strange.
-Barry
participants (2)
-
Barry A. Warsaw
-
Brad Clements