Re: [web2py] Re: Starting web2py fails silently with Cygwin python

2013-11-23 Thread Razvan Teslaru
Interesting — never thought of that. Wondering if it’s cygwin or web2py that’s causing the problem.  Thanks for the feedback — hope this helps someone — in the meantime I gave up Win altogether and moved to MacOS.   --  Razvan  On 22 Nov 2013 at 21:53:34, Raul Romay Barrero (rjro...@gmail.com)

[web2py] Re: Starting web2py fails silently with Cygwin python

2013-08-31 Thread Razvan Teslaru
iday, August 30, 2013 3:14:34 AM UTC+2, Massimo Di Pierro wrote: > > I think the version in trunk (and the nightly build) does not. > > On Thursday, 29 August 2013 14:36:03 UTC-5, Razvan Teslaru wrote: >> >> Interesting; I tried following the solution outlined there (instal

[web2py] Re: Starting web2py fails silently with Cygwin python

2013-08-29 Thread Razvan Teslaru
ython2.7/site-packages/uuid-1.30-py2.7.egg/uuid.py(232)UUID() -> time = property(get_time) (Pdb) > /usr/lib/python2.7/site-packages/uuid-1.30-py2.7.egg/uuid.py(234)UUID() -> def get_clock_seq(self): (Pdb) > /usr/lib/python2.7/site-packages/uuid-1.30-py2.7.egg/uuid.py(238)UUID()

[web2py] Re: Starting web2py fails silently with Cygwin python

2013-08-29 Thread Razvan Teslaru
t all. On Thursday, August 29, 2013 9:03:53 PM UTC+2, Niphlod wrote: > > isn't it related to tk and cygwin being a little bit stubborn ? > see > http://stackoverflow.com/questions/9393462/cannot-launch-git-gui-using-cygwin-on-windows > > On Thursday, August 29, 2013 4:52:

[web2py] Re: Starting web2py fails silently with Cygwin python

2013-08-29 Thread Razvan Teslaru
nd figure out exactly where in > gluon/widget.py it gets stuck? > > On Thursday, 29 August 2013 08:04:26 UTC-5, Razvan Teslaru wrote: >> >> Update: I managed to trace execution in web2py.py until "import >> gluon.widget" -- execution doesn't continue in

[web2py] Re: Starting web2py fails silently with Cygwin python

2013-08-29 Thread Razvan Teslaru
dget.py it gets stuck? > > On Thursday, 29 August 2013 08:04:26 UTC-5, Razvan Teslaru wrote: >> >> Update: I managed to trace execution in web2py.py until "import >> gluon.widget" -- execution doesn't continue in web2py.py after that line, >> but again,

[web2py] Re: Starting web2py fails silently with Cygwin python

2013-08-29 Thread Razvan Teslaru
Update: I managed to trace execution in web2py.py until "import gluon.widget" -- execution doesn't continue in web2py.py after that line, but again, no error message. On Thursday, August 29, 2013 12:00:20 AM UTC+2, Razvan Teslaru wrote: > > Trying to run web2py under

[web2py] Starting web2py fails silently with Cygwin python

2013-08-28 Thread Razvan Teslaru
Trying to run web2py under cygwin. Python 2.7.5 installed, plus all necessary dependencies. Downloaded and unzipped web2py_src.zip; when running ./web2py, it hangs for a few seconds and then exits, without any message. Initially I thought it might attempt (and fail) to spawn the GUI to get a p

[web2py] Why is the plugins list empty in the wizard?

2013-08-28 Thread Razvan Teslaru
I'm trying out the "New Application Wizard" -- in step 1, however, the plugins box is empty. I searched around and came across an older bug, where the plugins where there but were not visible due to a 'overflow-y: auto' value. However, this is a different issue: the plugins are not listed at a