You are not logged in.
I'd like to see if Python is enabled because i can't get my Gimp Python script to work.
Thanks!
Last edited by trusktr (2010-05-29 09:57:30)
joe@trusktr.io - joe at true skater dot io.
Offline
pacman -Qi python
Offline
python --version
฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz
Offline
Sorry, but I have both python 2.6 and python3 installed and neither of the above would work 100%. The easiest way would be
[karol@black ~]$ pacman -Q | grep python
python 2.6.5-3
python-feedparser 4.1-5
python3 3.1.2-3
Offline
Yes, but no plugin will be using python3... so both actually do the job.
Offline
OK, maybe I rushed a bit.
Offline
@karol
There's no need to use grep:
pacman -Qs python
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
@Xyne: depends on your system, here it gives me more than I need
[karol@black ~]$ pacman -Qs python
local/iotop 0.4-1 [0.20 MB]
Python program with a top like UI used to show of behalf of which process is
the I/O going on
local/python 2.6.5-3 [61.86 MB]
A high-level scripting language
local/python-feedparser 4.1-5 [0.27 MB]
Parse RSS and Atom feeds in Python
local/python3 3.1.2-3 [62.95 MB]
Next generation of the python high-level scripting language
local/setuptools 0.6c11-1 [1.14 MB]
A collection of enhancements to the Python distutils
grep nicely filters it away.
Offline
I'd like to see if Python is enabled because i can't get my Gimp Python script to work.
Thanks!
If you give use some more info, including any errors you are getting, then maybe we can help you solve the problem.
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline