It is currently Sat Apr 20, 2024 5:01 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: Python Install Question
PostPosted: Wed Jun 12, 2013 11:48 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2075
GIMP Version: 2.6.11
Operating System: Windows
OS Version: XP - SP3
GIMP Experience: Basic Level



I'm going to be installing Python on my 2.6.11 version before too long. I read Rod's easy to understand tutorial here: http://www.gimpchat.com/viewtopic.php?f=23&t=2277

It says I have to uninstall my 2.6.11 version, go through the necessary steps, then reinstall. I don't want to lose the scripts, plugins, brushes, etc, I already have. Will I lose them when I reinstall? Should I do a backup of these folders?

_________________
Image


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Python Install Question
PostPosted: Thu Jun 13, 2013 12:32 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
The Warrior wrote:
GIMP Version: 2.6.11
Operating System: Windows
OS Version: XP - SP3
GIMP Experience: Basic Level



I'm going to be installing Python on my 2.6.11 version before too long. I read Rod's easy to understand tutorial here: viewtopic.php?f=23&t=2277

It says I have to uninstall my 2.6.11 version, go through the necessary steps, then reinstall. I don't want to lose the scripts, plugins, brushes, etc, I already have. Will I lose them when I reinstall? Should I do a backup of these folders?


As long as your resources are in the UserName\.gimp-2.6 directory you will not lose them with a re - install or un - install.
That is the reason they are located there.So when you update Gimp the resource folders will still be there. :bigthup

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Python Install Question
PostPosted: Thu Jun 13, 2013 12:36 am  (#3) 
Offline
Global Moderator
User avatar

Joined: Nov 16, 2011
Posts: 5128
Location: Metro Vancouver, BC
Just so you know, Gimp 2.8x includes Python.

_________________
Image
Gimp 2.8.18, Linux, median user
Gimp Chat Tutorials Index
Spirit Bear (Kermode)


Top
 Post subject: Re: Python Install Question
PostPosted: Thu Jun 13, 2013 12:46 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2075
Rod wrote:
The Warrior wrote:
GIMP Version: 2.6.11
Operating System: Windows
OS Version: XP - SP3
GIMP Experience: Basic Level



I'm going to be installing Python on my 2.6.11 version before too long. I read Rod's easy to understand tutorial here: viewtopic.php?f=23&t=2277

It says I have to uninstall my 2.6.11 version, go through the necessary steps, then reinstall. I don't want to lose the scripts, plugins, brushes, etc, I already have. Will I lose them when I reinstall? Should I do a backup of these folders?


As long as your resources are in the UserName\.gimp-2.6 directory you will not lose them with a re - install or un - install.
That is the reason they are located there.So when you update Gimp the resource folders will still be there. :bigthup
Thanks Rod, appreciate it. Perhaps a dumb question, but, when I install a new script, etc, should I always put them there? I usually go through the c:programfile/gimp blah blah blah.

_________________
Image


Last edited by The Warrior on Thu Jun 13, 2013 12:48 am, edited 1 time in total.

Top
 Post subject: Re: Python Install Question
PostPosted: Thu Jun 13, 2013 12:47 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2075
Odinbc wrote:
Just so you know, Gimp 2.8x includes Python.

Is there a way to install 2.8, so that I can use 2.6, and 2.8?

_________________
Image


Top
 Post subject: Re: Python Install Question
PostPosted: Thu Jun 13, 2013 12:55 am  (#6) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
at no stage does it say you have to uninstall your 2-6-11 to install the python modules please re-read those instructions again carefully

and yes you can run 2.6 and 2.8 0n the same computer just download a 2.8 portable and install on your C:\ drive

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Python Install Question
PostPosted: Thu Jun 13, 2013 1:02 am  (#7) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
The Warrior wrote:
Odinbc wrote:
Just so you know, Gimp 2.8x includes Python.

Is there a way to install 2.8, so that I can use 2.6, and 2.8?


You really should install all resources into those sub folders. :)

You also should most definitely un - install Gimp-2.6 first then install python26, then gtk support (pygtk, pycairo, and pyobject), Then re - install Gimp-2.6 and select customize and make sure python is ticked.
Yes you can install gimp-2.8 along side Gimp-2.6.Gimp-2.8.4 has python support included so there is no need to install python for gimp-2.8.

If after you install Gimp-2.8.4 and Gimp-2.6 will not run check your variables for a value PATH that leads to the lib\babl folder and remove it.
It will look something like - C:\Program Files\gimp-2.8.4\lib\babl-0.1

You shouldn't have this problem but just in case i added the fix here. :bigthup

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Python Install Question
PostPosted: Thu Jun 13, 2013 1:21 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2075
Rod wrote:
You really should install all resources into those sub folders. :)
If I do install all resources in these folders, then I need to take the ones out I installed in c: programfiles/gimp etc, correct? Won't they be in there twice if I don't? Sorry, I'm a newb when it comes to these things.

_________________
Image


Top
 Post subject: Re: Python Install Question
PostPosted: Thu Jun 13, 2013 1:27 am  (#9) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
The Warrior wrote:
Rod wrote:
You really should install all resources into those sub folders. :)
If I do install all resources in these folders, then I need to take the ones out I installed in c: programfiles/gimp etc, correct? Won't they be in there twice if I don't? Sorry, I'm a newb when it comes to these things.


You can either remove them to the .gimp-2.6\resources folders or un install and see if they remain. Gimp has a un install script so when it un installs it removes (usually), just what it installed.Everything else usually remains and this is one of the very reasons some people still have a C:\Program Files\gimp-2.xx folder still remaining. :)

If you install Gimp-2.x over another version usually you will lose everything you added.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Python Install Question
PostPosted: Thu Jun 13, 2013 1:29 am  (#10) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Another thing you may want to consider is installing Parthas GImp-2.8.4 version as it will not uninstall the C:\Program Files\Gimp-2.0 folder. As far as i know the gimp.org version installer will.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Python Install Question
PostPosted: Thu Jun 13, 2013 1:33 am  (#11) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2075
Rod wrote:
Another thing you may want to consider is installing Parthas GImp-2.8.4 version as it will not uninstall the C:\Program Files\Gimp-2.0 folder. As far as i know the gimp.org version installer will.

My hard drive is partitioned into 2 drives, c, and d. I just installed Parthas portable 2.8 on my d drive. Was just firing it up as I read this.

_________________
Image


Top
Post new topic Reply to topic  [ 11 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) I was able to install Gimp with Python-Fu ( SOLVED )

2

No new posts GIMP 2.10 doesn't install my python plug-ins

1

No new posts Attachment(s) UPDATE - I was able to install Gimp with Python-Fu ( SOLVED )

0

No new posts Convert GIMP plugin from Python 2 to Python 3

3

No new posts Attachment(s) Help on G'MIC install on Mac OS

6



* Login  



Powered by phpBB3 © phpBB Group