Package Details: phatch 0.2.7.1-11

Git Clone URL: https://aur.archlinux.org/phatch.git (read-only, click to copy)
Package Base: phatch
Description: A simple to use cross-platform GUI Photo Batch Processor.
Upstream URL: http://photobatch.stani.be
Keywords: 2010 broken eol python2 to-be-deleted unneeded
Licenses: GPL
Provides: phatch
Submitter: Mymaud
Maintainer: MarsSeed
Last Packager: blubbblubb
Votes: 105
Popularity: 0.000000
First Submitted: 2007-10-07 08:52 (UTC)
Last Updated: 2019-04-30 13:21 (UTC)

Dependencies (6)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »

blubbblubb commented on 2016-11-09 16:52 (UTC)

removed the wx.InitAllImageHandlers() and added a tuple conversion so it doesnt crash anymore use this PKGBUILD: http://ix.io/1DMR

Spheerys commented on 2016-11-09 14:27 (UTC)

I have the same problem as dysw : I only have the logo, not the GUI !

blubbblubb commented on 2016-06-01 11:05 (UTC)

still works for me, check my previous comment, maybe thats your problem

dysw commented on 2016-06-01 11:02 (UTC)

It builds fine. But once running, only the initial logo is shown, the program itself never runs and you have to kill the process to remove the logo from your screen.

trulex commented on 2016-04-21 09:20 (UTC)

/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py:8196: GtkWarning: gtk_disable_setlocale() must be called before gtk_init() return _core_.PyApp__BootstrapApp(*args, **kwargs) /usr/lib/python2.7/site-packages/phatch/pyWx/gui.py:1194: wxPyDeprecationWarning: Call to deprecated item. wx.InitAllImageHandlers() Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 16762, in <lambda> lambda event: event.callable(*event.args, **event.kw) ) File "/usr/lib/python2.7/site-packages/phatch/pyWx/gui.py", line 1221, in show_frame frame = Frame(self.filename, None, -1, ct.TITLE) File "/usr/lib/python2.7/site-packages/phatch/pyWx/gui.py", line 327, in __init__ frame.Frame.__init__(self, *args, **keyw) File "/usr/lib/python2.7/site-packages/phatch/pyWx/wxGlade/frame.py", line 141, in __init__ self.tree = Tree(self, -1, style=wx.TR_HAS_BUTTONS|wx.TR_NO_LINES|wx.TR_FULL_ROW_HIGHLIGHT|wx.TR_HIDE_ROOT|wx.TR_DEFAULT_STYLE|wx.SUNKEN_BORDER) File "/usr/lib/python2.7/site-packages/phatch/pyWx/wxGlade/frame.py", line 26, in __init__ set_dirty = parent.set_dirty, File "/usr/lib/python2.7/site-packages/phatch/lib/pyWx/treeEdit.py", line 96, in __init__ self.CreateImageList(icon_size) File "/usr/lib/python2.7/site-packages/phatch/lib/pyWx/treeEdit.py", line 111, in CreateImageList self._AddFormToImageList(form, icon_size, icon_disabled) File "/usr/lib/python2.7/site-packages/phatch/lib/pyWx/treeEdit.py", line 120, in _AddFormToImageList wx_image = pil_wxImage(wxImage_pil(wx_image).resize(icon_size,\ File "/usr/lib/python2.7/site-packages/phatch/lib/pyWx/wxPil.py", line 46, in wxImage_pil image.fromstring(wx_image.GetData()) File "/usr/lib/python2.7/site-packages/PIL/Image.py", line 750, in fromstring "Please call frombytes() instead.") Exception: fromstring() has been removed. Please call frombytes() instead.

blubbblubb commented on 2016-02-03 18:27 (UTC)

it works if the python2-pillow version is <=3 if you want to use the latest python2-pillow version use this PKBUILD: http://ix.io/o70 just added a couple of sed commands to replace the deprecated functions

sender commented on 2015-11-20 16:46 (UTC)

@anish I have the same problem that @xananax describes. The version by @TiborB works. Maybe merge/update? Thanks.

xananax commented on 2015-11-15 18:26 (UTC)

When I try running phatch I get: ``` 08:22:45 PM: Warning: Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler with C++ ABI 1008,wx containers,compatible with 2.8), and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1002,wx containers,compatible with 2.8). Exception: fromstring() has been removed. Please call frombytes() instead. ``` Full log at http://ix.io/mf6

TiborB commented on 2015-06-03 11:25 (UTC)

@anish I gave up with your branches. Instead I created new one based on "vanilla" phatch code: https://github.com/tibor95/phatch-python2.7 It was kind of tested :) To run it no installation is needed, just unpack the zip (downloading the zip is easiest way to get the package) and run run.sh script (also with double click from file manager).

anish commented on 2015-05-27 20:59 (UTC)

@TiborB The python2 repo is now fully working : http://ix.io/iMZ As I mentioned before, the python3 repo is still wip, feel free to send any pull requests. You can send me an email the address listed in the PKGBUILD or the repo.