[web2py] Re: * PYTILS *

2012-02-25 Thread cyber
PROBLEM SOLVED! Thank you all for your fast response! I have made a new *.py file in the model with that content: # -*- coding: utf-8 -*- from __future__ import division ZERO = "ноль" L_1_HE = HE = [ZERO, "один", "два", "три", "четыре", "пять", "шесть", "семь", "восемь", "девять", "десять",

[web2py] Re: * PYTILS *

2012-02-25 Thread Anthony
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 w

[web2py] Re: * PYTILS *

2012-02-25 Thread cyber
... 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. On 25 фев, 02:05, howesc wrote: > no experience with this package, but if you are on a traditional server > just install the package and im

[web2py] Re: * PYTILS *

2012-02-24 Thread howesc
no experience with this package, but if you are on a traditional server just install the package and import it. if you are on GAE or want to "sandbox" things, install the module to web2py/site-packages and then import it. On Friday, February 24, 2012 11:43:12 AM UTC-8, cyber wrote: > > Hi, guy