code-google-com / rad2py

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

error message at startup blocks ide2py #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. enter ide2py directory from a bash console.
2. run "python2 main.py".

What is the expected output? What do you see instead?

It raises a popup which block Ide2py. The popup says:

Traceback (most recent call last):
  File "main.py", line 886, in <module>
    app = MainApp(redirect=False)
  File "/usr/lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7981, in __init__
    self._BootstrapApp()
  File "/usr/lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7555, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "main.py", line 862, in OnInit
    self.main_frame = PyAUIFrame(None)
  File "main.py", line 308, in __init__
    PSPMixin.__init__(self)
  File "/home/danto/rad2py/ide2py/psp.py", line 519, in __init__
    os.makedirs(self.psp_metadata_dir)
  File "/usr/lib/python2.7/os.py", line 150, in makedirs
    makedirs(head, mode)
  File "/usr/lib/python2.7/os.py", line 150, in makedirs
    makedirs(head, mode)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
    mkdir(name, mode)
OSError: [Errno 13] Permiso denegado: '/home/reingart'

What version of the product are you using? On what operating system?

changeset:   157:9a0eeff112e8
date:        Wed Oct 12 20:56:42 2011 -0300
summary:     highlight defects on the editor window

uname -a:
Linux 3.0-ARCH #1 SMP PREEMPT Fri Oct 7 11:35:34 CEST 2011 x86_64 Intel(R) 
Core(TM)2 Duo CPU T5450 @ 1.66GHz GenuineIntel GNU/Linux

Please provide any additional information below.

If a close the message popup, Ide2py close too.

Original issue reported on code.google.com by daniel.a...@gmail.com on 13 Oct 2011 at 1:07

GoogleCodeExporter commented 9 years ago
thanks for testing!

you have to change your ide2py.ini settings (paths under [PSP] section)

[PSP]
metadata = metadata

If you don't have a ide2py.ini yet, check ide2py.ini.dist

I've commited a fix about that, please if you can, update your copy and tell me 
if it is fixed.

Original comment by reingart@gmail.com on 14 Oct 2011 at 5:20

GoogleCodeExporter commented 9 years ago
This should be fixed in latest changesets.

Original comment by reingart@gmail.com on 25 Oct 2011 at 3:10