2011/8/12 Mariano Reingart <[email protected]>:
> Thanks Jose, I've create an issue as this is important to get it
> working on most platform and versions.
>
> http://code.google.com/p/rad2py/issues/detail?id=3
>
> I've sent a mail to the wx-users mailing list, if the error persists,
> I'll change to standard toolbars.
>
> Regarding the paths, there is a ide2py.ini configuration file to adjust them.
> The idea is that the config file would be stored in the user
> directory, but beside that, I don't known what is the best approach to
> place web2py projects in the disk.
>

Not, I wasn't talking about the web2py projects, but about the paths
ide2py needs:
- a web2py installation in ../web2py
- I don't understand too much the paths in the .ini file, how the
checklist and data paths are created. I thought that having valid
paths, ide2py would create the .dat files, but I don't see it.

On the other hand: with current mercurial version, the bugs I detected
with wx have disappeared. I see this error when trying to use the
quick help, but I guess I'm trying something that's not finished yet:

Traceback (most recent call last):
  File "main.py", line 627, in OnHelp
    sel = self.active_child.GetSelectedText()
AttributeError: 'NoneType' object has no attribute 'GetSelectedText'





The most important problem for me is that trying to open a project I
just get an empty window with  the list of projects (and I have
projects in the web2py installation where psp2py is symlinked). I only
see in the rocket server logs:
127.0.0.1, 2011-08-14 10:03:06, POST, /psp2py/services/call/jsonrpc,
HTTP/1.1, 200, 0.038954
So, everything looks right, but no project can be accesed.
Am I missing a configuration option?

Thanks.
José L.

Reply via email to