Neil Schemenauer wrote: > On Fri, Apr 06, 2007 at 02:07:40PM +0800, Lu Jia wrote: > >> I just meet the install problem. Run "python setup.py install", and >> error message "Import Error: No module name quixote.publish". >> > > Is that the actual command you ran? IOW, was the working directory > the same directory that contains setup.py? If so, there should be a > "quixote" sub-directory. That *should* provide the quixote package > that setup.py requires. > > Neil > > Dear Neil, Thank you! I tried 2.5b1, it works fine under Py2.5. Previous one I tried was 2.5a1. Kind Regards,