On 29-08-2010 23:23, qqsaqq wrote: > firstly, thank you very much for your work! > > I'm trying to get web2py_cc running (on Win7 64bit with Python 2.6.6 > 32bit), but I'm not quite there. > > Two short notes on the dependencies: > > - scince one dependency you mention on your site is psutil, you need > a 32bit version of Python. Apparently, you can't install psutil with > the 64bit version, at least I was not able to do so, I had to swtich > my Python installation to the 32bit version. > > - There is an additional depency, you might want to mention on your > website: the module configobj (http://pypi.python.org/pypi/configobj/ > 4.6.0) must be on sys.path. Otherwise you get an error like thanks, I've made a note about these on my page.
cheers, Stef > > C:\Users\me\Desktop\web2py_win..1.83.1\Web2py_CC > \Web2Py>run_web2py_cc.py > Traceback (most recent call last): > File "C:\Users\me\Desktop\web2py_win..1.83.1\Web2py_CC\Web2Py > \run_web2py_cc.py > ", line 3, in <module> > import Web2py_CC > File "C:\Users\me\Desktop\web2py_win..1.83.1\Web2py_CC\Web2Py > \Web2py_CC.py", l > ine 19, in <module> > from gui_support import * > File "C:\Users\me\Desktop\web2py_win..1.83.1\Web2py_CC\support > \gui_support.py" > , line 10, in <module> > from language_support import Language_Current, Set_Language, > Flag_Object > File "C:\Users\me\Desktop\web2py_win..1.83.1\Web2py_CC\support > \language_suppor > t.py", line 254, in <module> > from General_Globals import * > File "C:\Users\me\Desktop\web2py_win..1.83.1\Web2py_CC\support > \General_Globals > .py", line 674, in <module> > from inifile_support import inifile > File "C:\Users\me\Desktop\web2py_win..1.83.1\Web2py_CC\support > \inifile_support > .py", line 130, in <module> > from configobj import ConfigObj > ImportError: No module named configobj > > On Aug 28, 12:15 am, Stef Mientki <stef.mien...@gmail.com> wrote: >> On 27-08-2010 22:32, Pai wrote:> I ran it, got error >> >>> D:\Development\python\web2py_cc\Web2Py>python Web2py_CC.py >>> Traceback (most recent call last): >>> File "Web2py_CC.py", line 15, in <module> >>> """] >>> TypeError: list indices must be integers, not tuple >> sorry I uploaded the wrong file. >> cheers, >> Stef >> >>> Pai >>> On Aug 27, 3:13 pm, Stef Mientki <stef.mien...@gmail.com> wrote: >>>> hello, >>>> I'm proud to present the first pre-alfa release of Web2Py_CC. >>>> *Windows*: as it's developed under windows, it runs without exceptions >>>> (and of course a few bugs ;-) >>>> Sorry, I wasn't able to produce an executable, because py2exe had >>>> problems (probably with my >>>> recently upgraded wxPython, and I can't go back). >>>> *Fedora 13*: runs as expected >>>> *Ubuntu 10*: 2 days ago, it runned as expected, but after an adviced >>>> upgrade of wxPython, my >>>> complete Ubuntu installation is ruined. >>>> *Mac*: sorry I've no access to Mac >>>> you can find some documentation here: >>>> http://mientki.ruhosting.nl/web2py/web2py_cc.html >>>> a download link and installation instructions are at the bottom of the >>>> above page. >>>> have fun, >>>> Stef