Dear webpythonists, I am running an Ubuntu 12.04 system and installed webpy 0.34 via the package manager. As I wanted to use a newer version, I placed it into my project directory where the code.py resides.
. ├── code.py ├── static/ ├── templates/ └── web/ The webserver is Apache, the script is configured to run via fcgid. And I noticed that always the old version 0.34 that comes with the OS is loaded, instead of the newer 0.36 I put in the diretory. Templates are loaded just fine. Why is this happening and how can I prevent it? I had no issues with this setup using Ubuntu 10.04. Bests, Dragan -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy. For more options, visit https://groups.google.com/groups/opt_out.
