Python troubles
This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.
This is a read-only list on gimpusers.com so this discussion thread is read-only, too.
Python troubles | Deedolith | 25 Nov 15:12 |
Python troubles | Ofnuts | 27 Nov 10:42 |
Python troubles | Ofnuts | 27 Nov 10:48 |
Python troubles | Deedolith | 27 Nov 19:04 |
Python troubles | Michael Schumacher | 27 Nov 22:21 |
Python troubles | Deedolith | 28 Nov 00:40 |
- postings
- 3
Python troubles
Hi,
I had gimp 2.6.x wich I removed from my computer to replace it with gimp 2.8.8. But to had the unpleasent surprise to see that python-fu isn't working, the python-fu menu isn't even greyed, it is just nowhere to be seen.
At first, I tough I made a mistake while installing, so I removed / re-installed, making sure python support checkbox is on, without much success.
Did I do something wrong ?
Or gimp 2.6 had remaining files / registry keys interfering with gimp 2.8.8 install ?
NOTE: I'm running Windows Vista. And my neighbourg (who never installed gimp before) had no problems with Windows 7.
Thanks for your help.
Python troubles
On 11/25/2013 04:12 PM, Deedolith wrote:
Hi,
I had gimp 2.6.x wich I removed from my computer to replace it with gimp 2.8.8. But to had the unpleasent surprise to see that python-fu isn't working, the python-fu menu isn't even greyed, it is just nowhere to be seen.
At first, I tough I made a mistake while installing, so I removed / re-installed, making sure python support checkbox is on, without much success. Did I do something wrong ?
Or gimp 2.6 had remaining files / registry keys interfering with gimp 2.8.8 install ?NOTE: I'm running Windows Vista. And my neighbourg (who never installed gimp before) had no problems with Windows 7.
Thanks for your help.
Normally 2.8 windows comes with Python. You should have:
1) a Python directory in your Gimp install tree: "C:\Program Files\GIMP 2\Python" with:
14/04/2013 13:12 .
14/04/2013 13:12 ..
14/04/2013 13:12 DLLs
31/10/2013 15:43 Lib
12/06/2011 13:09 26,624 python.exe
12/06/2011 13:09 2,206,720 python27.dll
12/06/2011 13:06 27,136 pythonw.exe
2) A file "C:\Program Files\GIMP 2\lib\gimp\2.0\interpreters\pygimp.interp" with contents:
-------------------------------
python=C:\Program Files\GIMP 2\Python\pythonw.exe
/usr/bin/python=C:\Program Files\GIMP 2\Python\pythonw.exe
:Python:E::py::python:
-------------------------------
(of course, if your Gimp isn't installed at the same place, the
pygimp.interp content could be a bit different.
3) a directory "C:\Program Files\GIMP 2\lib\gimp\2.0\python" with:
06/02/2013 21:43 26,396 gimpfu.py 31/10/2013 15:42 25,842 gimpfu.pyc 06/02/2013 21:43 26,777 gimpfu.pyo
Is there anything missing?
Python troubles
On 11/27/2013 11:42 AM, Ofnuts wrote:
On 11/25/2013 04:12 PM, Deedolith wrote:
Hi,
I had gimp 2.6.x wich I removed from my computer to replace it with gimp 2.8.8.
But to had the unpleasent surprise to see that python-fu isn't working, the
python-fu menu isn't even greyed, it is just nowhere to be seen.At first, I tough I made a mistake while installing, so I removed / re-installed, making sure python support checkbox is on, without much success.
Did I do something wrong ?
Or gimp 2.6 had remaining files / registry keys interfering with gimp 2.8.8
install ?NOTE: I'm running Windows Vista. And my neighbourg (who never installed gimp before) had no problems with Windows
7.Thanks for your help.
Normally 2.8 windows comes with Python. You should have:
1) a Python directory in your Gimp install tree: "C:\Program Files\GIMP 2\Python" with:
14/04/2013 13:12 . 14/04/2013 13:12 ..
14/04/2013 13:12 DLLs
31/10/2013 15:43 Lib
12/06/2011 13:09 26,624 python.exe 12/06/2011 13:09 2,206,720 python27.dll 12/06/2011 13:06 27,136 pythonw.exe2) A file "C:\Program Files\GIMP 2\lib\gimp\2.0\interpreters\pygimp.interp" with contents:
------------------------------- python=C:\Program Files\GIMP 2\Python\pythonw.exe /usr/bin/python=C:\Program Files\GIMP 2\Python\pythonw.exe :Python:E::py::python:
-------------------------------
(of course, if your Gimp isn't installed at the same place, the pygimp.interp content could be a bit different.3) a directory "C:\Program Files\GIMP 2\lib\gimp\2.0\python" with:
06/02/2013 21:43 26,396 gimpfu.py 31/10/2013 15:42 25,842 gimpfu.pyc 06/02/2013 21:43 26,777 gimpfu.pyo
Is there anything missing?
My bad, in "C:\Program Files\GIMP 2\lib\gimp\2.0\python" there are actually 26 files.
- postings
- 3
Python troubles
I re-did a clean install (removed left-over %USER%\.gimp 2.8 directory, as well as c:\program files\gimp2 directory).
The files you mentionned are at the right place, but still no luck with python-fu ><
PS: I forgot to mention that my windows vista is bits, and my neightbourg is on seven 64 bits.
Python troubles
On 25.11.2013 16:12, Deedolith wrote:
Hi,
I had gimp 2.6.x wich I removed from my computer to replace it with gimp 2.8.8. But to had the unpleasent surprise to see that python-fu isn't working, the python-fu menu isn't even greyed, it is just nowhere to be seen.
That's probably https://bugzilla.gnome.org/show_bug.cgi?id=711718
Regards, Michael GPG: 96A8 B38A 728A 577D 724D 60E5 F855 53EC B36D 4CDD
- postings
- 3
Python troubles
That's probably https://bugzilla.gnome.org/show_bug.cgi?id=711718
Guess it is.
Alright, I finally fixed it. Since I had no pygimp.env left on my computer, I had to make a clean install of gimp 2.8.4, then install gimp 2.8.8 on top of it.