id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
618	Bytecode-only (pyc) controllers not recognized	Ivan	bbangert	"I've compiled to bytecode all files (python -m compileall .) in pylons project, then removed all source files. When started, router is unable to locate simple controller (404, not found). [[BR]]

However I can do nasty trick - the problematic file is lets say - controllers/auth.pyc. You can do : [[BR]]
1) paster serve --reload development.ini [[BR]]
2) In browser : locahost:8000/auth/index/ [[BR]]
and it wont work (404), but [[BR]]
1) stop paster [[BR]]
2) rename controllers/auth.pyc to controllers/auth.py [[BR]]
3) In browser : localhost:8000/auth/index/ [[BR]]
4) will show 'internal server error' [[BR]]
5) rename file back to /controllers/auth.pyc [[BR]]
6) refresh page - it will work [[BR]]

IMO very strange behavior.  Dont exactly know if it is a router issue, or sobe other component. Any ideas how to fix it ?"	defect	new	high		dispatch/routing	0.9.6	major			
