Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED][phatch]seryjna edycja zdjec
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Polish OTW
View previous topic :: View next topic  
Author Message
akub
Tux's lil' helper
Tux's lil' helper


Joined: 03 Aug 2004
Posts: 123
Location: Poland, Olkusz/Gliwice

PostPosted: Sat Feb 16, 2008 10:48 am    Post subject: [SOLVED][phatch]seryjna edycja zdjec Reply with quote

witam
kombinuje od wczoraj jak zmusić do uruchomienia program phatchb homepage
wygooglowałem ebuilda bugs gentoo
i jakoś zainstalowałem przez
Code:

FEATURES="-sandbox -usersandbox" ACCEPT_KEYWORDS="~x86" emerge  phatch


ale chyba nie jest to przystosowane do pracy z gentoo (chyba) bo:
Code:

jakub@akub ~ $ phatch
Warning: python-wxversion is not installed.
Error: wxPython 2.8 (or at least 2.6) can not be found, but is required.

Please (re)install it.Traceback (most recent call last):
  File "/usr/bin/phatch", line 9, in ?
    main(config_paths, app_file = __file__)
  File "/usr/lib/python2.4/site-packages/phatch/app.py", line 158, in main
    _gui(app_file,paths,settings)
  File "/usr/lib/python2.4/site-packages/phatch/app.py", line 104, in _gui
    from pyWx import gui
  File "/usr/lib/python2.4/site-packages/phatch/pyWx/gui.py", line 32, in ?
    wx = ensure('2.8','2.6')
  File "/usr/lib/python2.4/site-packages/phatch/pyWx/lib/wxcheck.py", line 43, in ensure
    os.system('''zenity --error --text="%s\n\n'''%(message)+\
TypeError: not all arguments converted during string formatting
jakub@akub ~ $


czy ktoś znający pythona czy coś mógłby poświęcić 5min i poprawić ten program, jeśli to problem w samym programie

pozdrawiam, Jakub
_________________
http://gps-y.pl/
http://goralevent.pl/


Last edited by akub on Mon Feb 18, 2008 6:39 pm; edited 1 time in total
Back to top
View user's profile Send private message
lazy_bum
l33t
l33t


Joined: 16 Feb 2005
Posts: 691

PostPosted: Sat Feb 16, 2008 3:55 pm    Post subject: Re: [phatch]seryjna edycja zdjec Reply with quote

akub wrote:
Code:
jakub@akub ~ $ phatch
Warning: python-wxversion is not installed.
Error: wxPython 2.8 (or at least 2.6) can not be found, but is required.

Masz wxPython-2.6 lub 2.8 zainstalowany?
_________________
roslin uberlay | grubelek
Back to top
View user's profile Send private message
akub
Tux's lil' helper
Tux's lil' helper


Joined: 03 Aug 2004
Posts: 123
Location: Poland, Olkusz/Gliwice

PostPosted: Sat Feb 16, 2008 4:51 pm    Post subject: Reply with quote

mam
miałem od zawsze, ale i tak ebuild pociągnął by w zależnościach
_________________
http://gps-y.pl/
http://goralevent.pl/
Back to top
View user's profile Send private message
matiit
Guru
Guru


Joined: 05 Aug 2007
Posts: 506

PostPosted: Sat Feb 16, 2008 11:01 pm    Post subject: Reply with quote

U mnie też nie działa... ale inny trochę błąd.
Code:
Traceback (most recent call last):
  File "/usr/bin/phatch", line 9, in <module>
    main(config_paths, app_file = __file__)
  File "/usr/lib/python2.5/site-packages/phatch/app.py", line 158, in main
    _gui(app_file,paths,settings)
  File "/usr/lib/python2.5/site-packages/phatch/app.py", line 104, in _gui
    from pyWx import gui
  File "/usr/lib/python2.5/site-packages/phatch/pyWx/gui.py", line 45, in <module>
    from core import api, ct
  File "/usr/lib/python2.5/site-packages/phatch/core/api.py", line 25, in <module>
    from core import ct, pil
  File "/usr/lib/python2.5/site-packages/phatch/core/pil.py", line 26, in <module>
    import Image
ImportError: No module named Image


Last edited by matiit on Sat Feb 16, 2008 11:06 pm; edited 1 time in total
Back to top
View user's profile Send private message
akub
Tux's lil' helper
Tux's lil' helper


Joined: 03 Aug 2004
Posts: 123
Location: Poland, Olkusz/Gliwice

PostPosted: Sat Feb 16, 2008 11:03 pm    Post subject: Reply with quote

u ciebie brakuje pakietu imaging
_________________
http://gps-y.pl/
http://goralevent.pl/
Back to top
View user's profile Send private message
matiit
Guru
Guru


Joined: 05 Aug 2007
Posts: 506

PostPosted: Sat Feb 16, 2008 11:07 pm    Post subject: Reply with quote

Noo juz dziala.
Masz polecenie wx-config?
Back to top
View user's profile Send private message
akub
Tux's lil' helper
Tux's lil' helper


Joined: 03 Aug 2004
Posts: 123
Location: Poland, Olkusz/Gliwice

PostPosted: Sun Feb 17, 2008 10:49 am    Post subject: Reply with quote

jak działa?
dział, że działa czy działa, że masz ten błąd co ja?

mam to polecenie
_________________
http://gps-y.pl/
http://goralevent.pl/
Back to top
View user's profile Send private message
matiit
Guru
Guru


Joined: 05 Aug 2007
Posts: 506

PostPosted: Sun Feb 17, 2008 4:55 pm    Post subject: Reply with quote

Dobrze działa.
Nie mam tego błędu.
Back to top
View user's profile Send private message
akub
Tux's lil' helper
Tux's lil' helper


Joined: 03 Aug 2004
Posts: 123
Location: Poland, Olkusz/Gliwice

PostPosted: Mon Feb 18, 2008 6:39 pm    Post subject: Reply with quote

pomgło usunięcie -fvisibility-inlines-hidden z CXXFLAGS i przebudowanie wxGTK
_________________
http://gps-y.pl/
http://goralevent.pl/
Back to top
View user's profile Send private message
kuku
Tux's lil' helper
Tux's lil' helper


Joined: 23 Dec 2004
Posts: 142

PostPosted: Thu Feb 21, 2008 8:03 am    Post subject: Reply with quote

akub wrote:
pomgło usunięcie -fvisibility-inlines-hidden z CXXFLAGS i przebudowanie wxGTK

pewnie pomogłoby dodanie czegoś takiego przed uruchomieniem
PYTHONPATH="/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/"
albo dopisanie tego gdzieś w /etc/env.d/

(scieżka może sie trochę róznić - mi przez to nie działał bitpim )
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Polish OTW All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum