Hi I am trying to install plugin_wiki (add-on) but have a problem. The plugin is downloaded to my Windows laptop c:/tmp/web2py.plugin.wiki.w2p When I try to upload the plugin to my web2py http://127.0.0.1:8000/admin/default/design/myapp | edit | plugins, browse to c:/tmp/web2py.plugin.wiki.w2p & upload - I get a ticket: <type 'exceptions.OSError'> [Errno 2] No such file or directory: '/home/weldja/web2py/deposit/C:/tmp/web2py.plugin.wiki.w2p' How should I handle the directory naming in this cygwin installation so that Web2py can see the plugin I am new to web2py. Thanks __Web2py_on_cygwin__ $ python web2py.py web2py Web Framework Created by Massimo Di Pierro, Copyright 2007-2011 Version 1.99.7 (2012-03-04 22:12:08) stable Database drivers available: SQLite3, pymysql, pg8000, IMAP Starting hardcron... choose a password:1234 please visit: http://127.0.0.1:8000 use "kill -SIGTERM 9644" to shutdown the web2py server
--