jijo-paulose / ulipad

Automatically exported from code.google.com/p/ulipad
0 stars 0 forks source link

ulipad can't open any file #253

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create Archlinux package of ulipad with the PKGBUILD ( 
http://aur.archlinux.org/packages.php?ID=16357 )
2. Install ulipad
3. Run ulipad as normal user
4. Try to open a file but ulipad doesn't see any files

What is the expected output? What do you see instead?
When I choose View All files or View py and pyc files, I just see folders but 
no file...

What version of the product are you using? On what operating system?
ulipad 4.0 on GNU/Linux with GNOME

Please provide any additional information below.
None

Thanks

Original issue reported on code.google.com by benjamin...@gmail.com on 20 Jul 2010 at 7:31

GoogleCodeExporter commented 9 years ago
Open error.txt, and find if there are some errors?

Original comment by limo...@gmail.com on 20 Jul 2010 at 10:09

GoogleCodeExporter commented 9 years ago
[Traceback]Traceback (most recent call last):
  File "/home/benjamin/.ulipad/mixins/Editor.py", line 208, in openfile
    f = open(filename, 'rb')
IOError: [Errno 2] Aucun fichier ou dossier de ce type: 
u'/home/benjamin/.ulipad/./Main.py'

[Traceback]Traceback (most recent call last):
  File "/home/benjamin/.ulipad/mixins/EditorFactory.py", line 222, in newPage
    document.openfile(filename, encoding, delay, defaulttext, language)
  File "/home/benjamin/.ulipad/mixins/Editor.py", line 208, in openfile
    f = open(filename, 'rb')
IOError: [Errno 2] Aucun fichier ou dossier de ce type: 
u'/home/benjamin/.ulipad/./Main.py'

(I try to do : ulipad Main.py to open my file.)

Original comment by benjamin...@gmail.com on 20 Jul 2010 at 4:05

GoogleCodeExporter commented 9 years ago
Is the file exactly exist? Why not just start ulipad, and open the file in the 
ulipad.

Original comment by limo...@gmail.com on 20 Jul 2010 at 11:58

GoogleCodeExporter commented 9 years ago
- Is the file exactly exist?

Yes and no...
I try to open file /home/benjamin/Prog/Main.py but it try to open 
/home/benjamin/.ulipad/Main.py ...

- Why not just start ulipad, and open the file in the ulipad

Beacause it's only show folders and no file like I said in my first post : 
"When I choose View All files or View py and pyc files, I just see folders but 
no file..."

Original comment by benjamin...@gmail.com on 21 Jul 2010 at 7:31

GoogleCodeExporter commented 9 years ago
In the svn version, the file filter looks fixed.
It was a .po problem afaik.

Original comment by fdev31@gmail.com on 21 Jul 2010 at 9:33

GoogleCodeExporter commented 9 years ago
ok, thanks.

Original comment by limo...@gmail.com on 21 Jul 2010 at 11:50

GoogleCodeExporter commented 9 years ago
It's ok, svn version work !
Thanks.

Original comment by benjamin...@gmail.com on 22 Jul 2010 at 5:33