On Saturday, February 25, 2012 3:28:39 AM UTC-5, cyber wrote: > > ... but if I use web2py in MS Windows from the box? > I have no ideas of how to use additional modules to be able to import > required pieces of code from them. >
Are you using the web2py Windows binary, or are your running from web2py source using your own installation of Python? I recommend the latter. In that case, you can install Python setuptools (http://pypi.python.org/pypi/setuptools#windows) and use easy_install to install the Pytils egg. Alternatively, it might work if you simply copy the "pytils" folder from Pytils into your web2py site-packages folder (or even your application's "modules" folder). Anthony