When I run "paster controller <controller name>", i get an error: "Command controller not known" I have a .egg-info directory, and a paster_plugins.txt file in it with Pylons, WebHelpers, PasteScript inside on separate lines. I own all the files and directories, and am running the paster command inside of the distribution folder.
Why can't paster find my paster_plugins.txt settings? My shell output is below. the jobtrax/ dir is the first folder in my project Jobtrax: b...@brysrv:~/jobtrax$ ls -la total 64 drwxr-xr-x 8 bry bry 4096 2009-01-08 11:12 . drwxr-xr-x 18 bry bry 4096 2009-01-08 11:21 .. -rw-r--r-- 1 bry bry 1977 2008-10-31 13:18 ' drwxr-xr-x 4 root root 4096 2008-12-31 07:52 build drwxr-x--- 4 bry bry 4096 2009-01-07 15:57 data -rw-r--r-- 1 bry bry 2211 2008-12-31 07:08 development.ini drwxr-xr-x 2 root root 4096 2009-01-08 11:09 dist drwxr-xr-x 2 bry bry 4096 2008-10-29 14:03 docs drwxr-xr-x 10 bry bry 4096 2008-12-31 10:30 jobtrax drwxr-xr-x 2 bry bry 4096 2009-01-08 11:01 Jobtrax.egg-info -rw-r--r-- 1 bry bry 73 2008-10-29 14:03 MANIFEST.in -rw-r--r-- 1 bry bry 451 2008-12-31 08:33 README.txt -rw-r--r-- 1 bry bry 1145 2008-10-29 14:03 setup.cfg -rw-r--r-- 1 bry bry 979 2009-01-08 08:51 setup.py -rw-r--r-- 1 bry bry 504 2008-10-29 14:03 test.ini -rw-r--r-- 1 bry bry 1499 2008-11-26 11:39 test.time b...@brysrv:~/jobtrax$ cd Jobtrax.egg-info/ b...@brysrv:~/jobtrax/Jobtrax.egg-info$ ls -la total 40 drwxr-xr-x 2 bry bry 4096 2009-01-08 11:01 . drwxr-xr-x 8 bry bry 4096 2009-01-08 11:12 .. -rw-r--r-- 1 bry bry 1 2009-01-08 11:14 dependency_links.txt -rw-r--r-- 1 bry bry 139 2009-01-08 11:14 entry_points.txt -rw-r--r-- 1 bry bry 2215 2008-12-31 08:42 paste_deploy_config.ini_tmpl -rw-r--r-- 1 bry bry 30 2009-01-08 11:01 paster_plugins.txt -rw-r--r-- 1 bry bry 217 2009-01-08 11:14 PKG-INFO -rw-r--r-- 1 bry bry 66 2009-01-08 11:14 requires.txt -rw-r--r-- 1 bry bry 2862 2009-01-08 11:14 SOURCES.txt -rw-r--r-- 1 bry bry 8 2009-01-08 11:14 top_level.txt b...@brysrv:~/jobtrax/Jobtrax.egg-info$ cat paster_plugins.txt Pylons WebHelpers PasteScript b...@brysrv:~/jobtrax/Jobtrax.egg-info$ cd .. b...@brysrv:~/jobtrax$ paster controller home Command controller not known Known commands: create Create the file layout for a Python distribution exe Run #! executable files help Display help make-config Install a package and create a fresh config file/ directory points Show information about entry points serve Serve the described application setup-app Setup an application, given a config file --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
