Matt Feifarek wrote: > Interesting followup: > > running "paster create -t pylons_minimal foo" on both boxes yields > different results... a recursive diff finds all kinds of things different. > > Looks like my eggs are not properly installed, or how else could I be > getting different app skeletons from the same command?
Yeah; weird stuff with site-packages or easy-install.pth, perhaps? Doing python -c "import pylons; print pylons.__file__" might help debug, and maybe if you install yolk it'll help explain stuff. -- Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org : Write code, do good : http://topp.openplans.org/careers _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
