rcampa1 / rad2py

Automatically exported from code.google.com/p/rad2py
GNU General Public License v3.0
0 stars 0 forks source link

ide2py configuration please #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have rad2py configure but when i run it from comand prompt, the ide
opens with this error:

Traceback (most recent call last):
  File "C:\rad2py\ide2py\web2py.py", line 119, in OnIdleServeWeb2py
    if self.web2py_httpd in r and not self.debugging:
AttributeError: 'PyAUIFrame' object has no attribute 'debugging'

what do i need to do please?

Original issue reported on code.google.com by jerry.a...@gmail.com on 2 Jul 2012 at 3:33

GoogleCodeExporter commented 9 years ago
Same error with Ubuntu Desktop 12.04 i386, last rad2py code version and web2py 
1.99.7 stable.

My desktop freezes also and must reconnect the x session. I'd appreciate any 
tips for debugging ide2py gui.

Original comment by spame...@gmail.com on 1 Aug 2012 at 10:41

GoogleCodeExporter commented 9 years ago
Catched the last error testing with hasattr(..) or assigning a default value, 
but now I get this error:

spametki@pc-cirkuit-planet:~/rad2py/rad2py-hg/ide2py$ python main.py
Serving HTTP on port 8006...
cannot concatenate 'str' and 'NoneType' objects
nvfx_screen_get_param:95 -  Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 -  Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 -  Warning: unknown PIPE_CAP 55
nvfx_screen_get_param:95 -  Warning: unknown PIPE_CAP 56
nvfx_screen_get_param:95 -  Warning: unknown PIPE_CAP 59
nvfx_screen_get_param:95 -  Warning: unknown PIPE_CAP 58
nvfx_screen_get_param:95 -  Warning: unknown PIPE_CAP 30
Unhandled Error: AttributeError: 'Debugger' object has no attribute 'RunCall'

Original comment by spame...@gmail.com on 1 Aug 2012 at 11:00