If you are running web2py binary (web2py.exe) you cannot use easy_insall. to use easy_install you need to 1) download and install python 2.5 or 2.6 2) download and distutil for python 2.5 or 2.6 (this gives you easy_install) 3) download are run web2py source (web2py.py) 4) download any other package you want with easy_install
On May 8, 5:55 pm, jayveesea <[email protected]> wrote: > hello. i just downloaded web2py (for windows) unzipped it and > launched web2py in console like this... > web2py.exe -S welcome > > now i am trying to add a module. and i try this command... > "easy_install ipython" or "easy_install numpy" > > ...but it does not like it and i get the following... > File "<console>", line 1 > easy_install numpy > Syntax Error: invalid syntax > > any thoughts? i am new to both web2py and Python. > > thanks, > j

