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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
