reingart / erplibre

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

run python main.py #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
D:\Documentos\Building\Proyectos PYAR\erplibre>main.py
D:\Documentos\Building\Proyectos PYAR\erplibre\main.py:425: wxPyDeprecationWarni
ng: Using deprecated class PySimpleApp.
  app = GestionLibreApp(0)
D:\Documentos\Building\Proyectos PYAR\erplibre\main.py:426: wxPyDeprecationWarni
ng: Call to deprecated item 'InitAllImageHandlers'.
  wx.InitAllImageHandlers()
No handlers could be found for logger "web2py"
Traceback (most recent call last):
  File "D:\Documentos\Building\Proyectos PYAR\erplibre\main.py", line 653, in <m
odule>
    configure_tree_pane(config.html_frame, T=T)
  File "D:\Documentos\Building\Proyectos PYAR\erplibre\main.py", line 345, in co
nfigure_tree_pane
    tree.GetItemData(sub_item).SetData(\
AttributeError: 'NoneType' object has no attribute 'SetData'
------------------------
file config.ini:
GUI2PY_FOLDER=D:\Documentos\Building\Proyectos 
PYAR\erplibre\dependencias\g2p\gui2py
WEB2PY_APP_FOLDER=D:\Documentos\Building\Proyectos 
PYAR\erplibre\dependencias\w2p\web2py\applications\erplibre
WEB2PY_FOLDER=D:\Documentos\Building\Proyectos 
PYAR\erplibre\dependencias\w2p\web2py
WEB2PY_APP_NAME=erplibre

version erp 1.1.0a, windows

Original issue reported on code.google.com by numae...@gmail.com on 18 Feb 2013 at 3:27

GoogleCodeExporter commented 9 years ago
try to replace rows 345 and 346 in main.py with

                    tree.SetPyData(sub_item, 
                                  {"action": URL(a=config.APP_NAME, c=k, f=j)})

Original comment by paolo.ca...@gmail.com on 21 Mar 2013 at 4:46

GoogleCodeExporter commented 9 years ago
Thank You!, perfect

Original comment by numae...@gmail.com on 13 Apr 2013 at 3:33