im following the tutorial from "The definite guide to pylons", I am getting the error "pkg_resources.DistributionNotFound: HelloWorld" when i try to start the paster serve
so i did some research, and found out i need to do "python setup.py develop" but now im getting error: invalid command 'setup' -- 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.
